Code

git-gui: Relabel the Add All action.
authorShawn O. Pearce <spearce@spearce.org>
Fri, 9 Feb 2007 00:44:49 +0000 (19:44 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 9 Feb 2007 00:44:49 +0000 (19:44 -0500)
commit24d2bf2f02c104b8402e2c19b383aecd1e2ccf17
treeb97c96b1b7a5172aae8d6f86c8933ac28b6fd6b4
parent258871d3058a3117d204009b7173bf8c7df2414d
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>
git-gui.sh