projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2758a1
)
git-gui: Make the gitk starting message match our usual format.
author
Shawn O. Pearce
<spearce@spearce.org>
Sun, 21 Jan 2007 02:56:25 +0000
(21:56 -0500)
committer
Shawn O. Pearce
<spearce@spearce.org>
Sun, 21 Jan 2007 07:54:21 +0000
(
02:54
-0500)
Because we usually say "Operation... please wait..." we should do
the same thing when starting gitk.
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 84205b08bfa67977b08260f5114a9da116f0cae9..0851eaeebcc8a9c4c69bb1f1f47d76c7e68eab9d 100755
(executable)
--- a/
git-gui.sh
+++ b/
git-gui.sh
@@
-2215,7
+2215,7
@@
proc console_read {w fd after} {
##
## ui commands
-set starting_gitk_msg {
Please wait... Starting gitk
...}
+set starting_gitk_msg {
Starting gitk... please wait
...}
proc do_gitk {revs} {
global ui_status_value starting_gitk_msg