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

@ -131,7 +131,6 @@ constructor dialog {} {
bind $w <$M1B-Key-R> [cb _rescan]
bind $w <Key-Return> [cb _delete]
bind $w <Key-Escape> [list destroy $w]
bind $w.header <Destroy> [list delete_this $this]
return $w
}