Files
git/git-gui
Johannes Sixt 5009b5450d Revert "git-gui: Don't create empty (same tree as parent) commits."
This reverts commit 51bd9d7b8c.
It introduced a git invocation that involves ^{tree}. It seems that MSYS's
wish does some quoting for Bourne shells, in particular, escape the first
'{', but then it uses cmd.exe to run the command, which does not remove
the backslash, so that the resulting ref expression ends up in git's guts
as unrecognizable garbage.
2007-04-13 10:19:38 +02:00
..