]> git.ipfire.org Git - thirdparty/git.git/commit - revision.c
show: --ignore-missing
authorJunio C Hamano <gitster@pobox.com>
Thu, 19 May 2011 01:08:09 +0000 (18:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 May 2011 17:55:54 +0000 (10:55 -0700)
commitcc243c3cebd58d06bc4e064b08fa9c3fdd565250
tree7e19382ea9f0ca90796d7ee95c0e0c8e2dd98bad
parent46538012d943156ead4024fb510a1ce5d4ff443a
show: --ignore-missing

Instead of barfing, simply ignore bad object names seen in the
input. This is useful when reading from "git notes list" output
that may refer to objects that have already been garbage collected.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rev-list.txt
Documentation/rev-list-options.txt
builtin/rev-parse.c
revision.c
revision.h