git-gui: Refactor into multiple files to save my sanity
authorShawn O. Pearce <spearce@spearce.org>
Tue, 8 May 2007 03:35:48 +0000 (23:35 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 8 May 2007 03:35:48 +0000 (23:35 -0400)
commitf522c9b...ed367172f969397589ae3d686b867ac0
tree61315e9...a1cf8f5edb67181a4e22a724195babebcopy hash to clipboard (tree)
parentc6a5e40...0320c934bca70471d04aa9e7d8e2cd67copy hash to clipboard (diff)
17 files changed:
.gitignore
Makefile
git-gui.sh
lib/blame.tcl [new file with mode: 0644]
lib/branch.tcl [new file with mode: 0644]
lib/browser.tcl [new file with mode: 0644]
lib/commit.tcl [new file with mode: 0644]
lib/console.tcl [new file with mode: 0644]
lib/database.tcl [new file with mode: 0644]
lib/diff.tcl [new file with mode: 0644]
lib/error.tcl [new file with mode: 0644]
lib/index.tcl [new file with mode: 0644]
lib/merge.tcl [new file with mode: 0644]
lib/option.tcl [new file with mode: 0644]
lib/remote.tcl [new file with mode: 0644]
lib/shortcut.tcl [new file with mode: 0644]
lib/transport.tcl [new file with mode: 0644]