aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-02-08 19:44:49 -0500
committerShawn O. Pearce <spearce@spearce.org>2007-02-08 19:44:49 -0500
commit24d2bf2f02c104b8402e2c19b383aecd1e2ccf17 (patch)
treeb97c96b1b7a5172aae8d6f86c8933ac28b6fd6b4
parent258871d3058a3117d204009b7173bf8c7df2414d (diff)
downloadgit-24d2bf2f02c104b8402e2c19b383aecd1e2ccf17.tar.gz
git-24d2bf2f02c104b8402e2c19b383aecd1e2ccf17.tar.xz
git-gui: Relabel the Add All action.
One user that I spoke with recently was confused why the 'Add All' button did not add all of his 'Changed But Not Updated' files. The particular files in question were new, and thus not known to Git. Since the 'Add All' routine only updates files which are already tracked, they were not added automatically. I suspect that calling this action 'Add Existing' would be less confusing, so I'm renaming it. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
-rwxr-xr-xgit-gui.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-gui.sh b/git-gui.sh
index ff5f5a763..6dcd64478 100755
--- a/git-gui.sh
+++ b/git-gui.sh
@@ -5124,7 +5124,7 @@ if {[is_enabled multicommit] || [is_enabled singlecommit]} {
lappend disable_on_lock \
[list .mbar.commit entryconf [.mbar.commit index last] -state]
- .mbar.commit add command -label {Add All To Commit} \
+ .mbar.commit add command -label {Add Existing To Commit} \
-command do_add_all \
-accelerator $M1T-I \
-font font_ui
@@ -5423,7 +5423,7 @@ pack .vpane.lower.commarea.buttons.rescan -side top -fill x
lappend disable_on_lock \
{.vpane.lower.commarea.buttons.rescan conf -state}
-button .vpane.lower.commarea.buttons.incall -text {Add All} \
+button .vpane.lower.commarea.buttons.incall -text {Add Existing} \
-command do_add_all \
-font font_ui
pack .vpane.lower.commarea.buttons.incall -side top -fill x