diff options
author | Jay Soffian <jaysoffian@gmail.com> | 2009-02-25 03:32:17 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-02-27 15:19:08 -0800 |
commit | 5f48cb95aa0d7311623df76249a1c8a1962550f5 (patch) | |
tree | 6ae850ef62c422692d5a0d3e67b02026bfb654c2 /Documentation/technical/api-run-command.txt | |
parent | remote: make match_refs() copy src ref before assigning to peer_ref (diff) | |
download | tgif-5f48cb95aa0d7311623df76249a1c8a1962550f5.tar.xz |
remote: make match_refs() not short-circuit
match_refs() returns non-zero if there is an error in
match_explicit_refs(), without handling any remaining pattern ref specs.
Its existing callers exit upon receiving non-zero, so a partial result
is of no consequence to them; however a new caller, builtin-remote, is
interested in the complete result even if there are errors in
match_explicit_refs().
Signed-off-by: Jay Soffian <jaysoffian@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical/api-run-command.txt')
0 files changed, 0 insertions, 0 deletions