author | Junio C Hamano <gitster@pobox.com> | |
Fri, 20 Nov 2009 10:33:28 +0000 (02:33 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 20 Nov 2009 23:10:47 +0000 (15:10 -0800) | ||
commit | 5486ef0e6d159a8971742fd2464b9656f5457fda | |
tree | 880293eb45e46f68b650a487cde1543ce8416865 | tree | snapshot |
parent | 8b3dce565084c89ceb19f7ccf0fe22ffd365f7fd | commit | diff |
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>
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 | diff | blob | history |