]> git.ipfire.org Git - thirdparty/git.git/commit - revision.c
setup_revisions(): do not call get_pathspec() too early
authorJunio C Hamano <gitster@pobox.com>
Fri, 20 Nov 2009 10:33:28 +0000 (02:33 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Nov 2009 23:10:47 +0000 (15:10 -0800)
commit5486ef0e6d159a8971742fd2464b9656f5457fda
tree880293eb45e46f68b650a487cde1543ce8416865
parent8b3dce565084c89ceb19f7ccf0fe22ffd365f7fd
setup_revisions(): do not call get_pathspec() too early

This is necessary because we will later allow pathspecs to be fed from the
standard input, and pathspecs taken from the command line (and converted
via get_pathspec() already) in revs->prune_data too early gets in the way
when we want to append from the standard input.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
revision.c