diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-05-18 18:08:09 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-05-19 10:55:54 -0700 |
commit | cc243c3cebd58d06bc4e064b08fa9c3fdd565250 (patch) | |
tree | 7e19382ea9f0ca90796d7ee95c0e0c8e2dd98bad /Documentation/rev-list-options.txt | |
parent | 46538012d943156ead4024fb510a1ce5d4ff443a (diff) | |
download | git-cc243c3cebd58d06bc4e064b08fa9c3fdd565250.tar.gz |
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>
Diffstat (limited to 'Documentation/rev-list-options.txt')
-rw-r--r-- | Documentation/rev-list-options.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index 52bae31fcb..7e7ba68781 100644 --- a/Documentation/rev-list-options.txt +++ b/Documentation/rev-list-options.txt @@ -139,6 +139,10 @@ parents) and `--max-parents=-1` (negative numbers denote no upper limit). is automatically prepended if missing. If pattern lacks '?', '*', or '[', '/*' at the end is implied. +--ignore-missing:: + + Upon seeing an invalid object name in the input, pretend as if + the bad input was not given. ifndef::git-rev-list[] --bisect:: |