summaryrefslogtreecommitdiff
path: root/t/t5100/msg0007
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2014-05-20 02:49:20 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2014-05-20 11:09:03 -0700
commitdd63f169d9381a77db469325688a2bef1a79a9e1 (patch)
tree9f67675b9d77ce9ec6cf4003b8b57181915d86de /t/t5100/msg0007
parentGit 1.8.5.5 (diff)
downloadtgif-dd63f169d9381a77db469325688a2bef1a79a9e1.tar.xz
move "--follow needs one pathspec" rule to diff_setup_done
Because of the way "--follow" is implemented, we must have exactly one pathspec. "git log" enforces this restriction, but other users of the revision traversal code do not. For example, "git format-patch --follow" will segfault during try_to_follow_renames, as we have no pathspecs at all. We can push this check down into diff_setup_done, which is probably a better place anyway. It is the diff code that introduces this restriction, so other parts of the code should not need to care themselves. Reported-by: "Michael S. Tsirkin" <mst@redhat.com> Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5100/msg0007')
0 files changed, 0 insertions, 0 deletions