]> git.ipfire.org Git - thirdparty/git.git/commit - cache.h
git-read-tree --index-output=<file>
authorJunio C Hamano <junkio@cox.net>
Sun, 1 Apr 2007 06:27:41 +0000 (23:27 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 4 Apr 2007 06:44:32 +0000 (23:44 -0700)
commit5e7f56ac33f7a5583f9fa4e0b6088709fea7a6f8
treea0a6896849d34635f947fabc82d8400c473f28b4
parent30ca07a249744e57163c02250fca420cea364299
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>
Documentation/git-read-tree.txt
Documentation/git.txt
builtin-read-tree.c
cache.h
git-commit.sh
lockfile.c