projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
871f4c9
)
git-gui: Change summary of git-gui.
author
Shawn O. Pearce
<spearce@spearce.org>
Mon, 19 Feb 2007 02:08:04 +0000
(21:08 -0500)
committer
Shawn O. Pearce
<spearce@spearce.org>
Wed, 21 Feb 2007 05:11:02 +0000
(
00:11
-0500)
Since git-gui does more than create commits, it is unfair to call
it "a commit creation tool". Instead lets just call it a graphical
user interface.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh
patch
|
blob
|
history
diff --git
a/git-gui.sh
b/git-gui.sh
index cd3afedc023eea75b5589cd972326416bcfb9185..405813069b6be43534b6b40d77fbf3ecfdba5998 100755
(executable)
--- a/
git-gui.sh
+++ b/
git-gui.sh
@@
-4559,7
+4559,7
@@
proc do_about {} {
pack $w.buttons -side bottom -fill x -pady 10 -padx 10
label $w.desc \
- -text "git-gui - a
commit creation tool
for Git.
+ -text "git-gui - a
graphical user interface
for Git.
$copyright" \
-padx 5 -pady 5 \
-justify left \