Revision 8af52d7a83a78c5f3a60d5bd5099a5073655339a authored by Shawn O. Pearce on 20 October 2007, 05:42:01 UTC, committed by Shawn O. Pearce on 20 October 2007, 05:42:01 UTC
If git-write-tree fails (such as if the index file is currently
locked and it wants to write to it) we were not getting the error
message as $tree_id was always the empty string so we shortcut
through the catch and never got the output from stderr.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
1 parent 96f1195
History
File Mode Size
lib
.gitignore -rw-r--r-- 62 bytes
GIT-VERSION-GEN -rwxr-xr-x 1.8 KB
Makefile -rw-r--r-- 5.7 KB
git-gui.sh -rwxr-xr-x 65.9 KB

back to top