summaryrefslogtreecommitdiff
path: root/parse-options.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2015-09-15 10:05:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-09-16 16:59:05 (GMT)
commit95a4fb0eac20de024fed242a7c9227af86334202 (patch)
tree5099a9f345c300b8290a4937550aeffb32c349ea /parse-options.c
parent27ea6f85beff1173ec74349fa35c45951feee570 (diff)
downloadgit-95a4fb0eac20de024fed242a7c9227af86334202.zip
git-95a4fb0eac20de024fed242a7c9227af86334202.tar.gz
git-95a4fb0eac20de024fed242a7c9227af86334202.tar.bz2
blame: handle --first-parent
The revision.c options-parser will parse "--first-parent" for us, but the blame code does not actually respect it, as we simply iterate over the whole list returned by first_scapegoat(). We can fix this by returning a truncated parent list. Note that we could technically also do so by limiting the return value of num_scapegoats(), but that is less robust. We would rely on nobody ever looking at the "next" pointer from the returned list. Combining "--reverse" with "--first-parent" is more complicated, and will probably involve cooperation from revision.c. Since the desired semantics are not even clear, let's punt on this for now, but explicitly disallow it to avoid confusing users (this is not really a regression, since it did something nonsensical before). Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'parse-options.c')
0 files changed, 0 insertions, 0 deletions