Merge branch 'master' of git://repo.or.cz/git-gui

* 'master' of git://repo.or.cz/git-gui:
  git-gui: Save geometry before the window layout is damaged
  git-gui: Give amend precedence to HEAD over MERGE_MSG
  git-gui: Include 'war on whitespace' fixes from git.git
This commit is contained in:
Junio C Hamano
2007-06-12 00:14:47 -07:00
8 changed files with 28 additions and 12 deletions

View File

@ -60,7 +60,6 @@ constructor dialog {} {
$w.rename.newname_t icursor end
focus $w.rename.newname_t
"
bind $w.header <Destroy> [list delete_this $this]
tkwait window $w
}