commit | cc243c3cebd58d06bc4e064b08fa9c3fdd565250 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Wed May 18 18:08:09 2011 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Thu May 19 10:55:54 2011 -0700 |
tree | 7e19382ea9f0ca90796d7ee95c0e0c8e2dd98bad | |
parent | 46538012d943156ead4024fb510a1ce5d4ff443a [diff] |
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>