commit | 5486ef0e6d159a8971742fd2464b9656f5457fda | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Fri Nov 20 02:33:28 2009 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Nov 20 15:10:47 2009 -0800 |
tree | 880293eb45e46f68b650a487cde1543ce8416865 | |
parent | 8b3dce565084c89ceb19f7ccf0fe22ffd365f7fd [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>