Revert "git-gui: Don't create empty (same tree as parent) commits."
commit5009b5450d9b15293199d5c0131cccefc8a3df72
authorJohannes Sixt <johannes.sixt@telecom.at>
Thu, 12 Apr 2007 11:46:23 +0000 (12 13:46 +0200)
committerJohannes Sixt <johannes.sixt@telecom.at>
Fri, 13 Apr 2007 08:19:38 +0000 (13 10:19 +0200)
treea468e4b7b838a89638d3dedf6d78421d73c7af2b
parent5cebf637374fdaa59c27f3732d3df140a23a7b59
Revert "git-gui: Don't create empty (same tree as parent) commits."

This reverts commit 51bd9d7b8cf29e0e441531fb0a671cc7093f278b.
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.
git-gui/git-gui.sh