author | Junio C Hamano <junkio@cox.net> | |
Sun, 1 Apr 2007 06:27:41 +0000 (23:27 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 4 Apr 2007 06:44:32 +0000 (23:44 -0700) | ||
commit | 5e7f56ac33f7a5583f9fa4e0b6088709fea7a6f8 | |
tree | a0a6896849d34635f947fabc82d8400c473f28b4 | tree | snapshot |
parent | 30ca07a249744e57163c02250fca420cea364299 | commit | diff |
git-read-tree --index-output=<file>
This corrects the interface mistake of the previous one, and
gives a command line parameter to the only plumbing command that
currently needs it: "git-read-tree".
We can add the calls to set_alternate_index_output() to other
plumbing commands that update the index if/when needed.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This corrects the interface mistake of the previous one, and
gives a command line parameter to the only plumbing command that
currently needs it: "git-read-tree".
We can add the calls to set_alternate_index_output() to other
plumbing commands that update the index if/when needed.
Signed-off-by: Junio C Hamano <junkio@cox.net>