git-gui: Refactor add/remove proc names to align with reality.
commit93e912c5e62220bd3cc2d00bfe357ed8fd44d413
authorShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 04:07:04 +0000 (20 23:07 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 07:54:23 +0000 (21 02:54 -0500)
treeeb78f893cdbe881302745038da96110932949367
parentac39160cd27cd4a57dbea80db6fbaec21ddb6ff4
git-gui: Refactor add/remove proc names to align with reality.

Now that core Git refers to resetting paths in the index as "unstaging"
the paths we should do the same in git-gui, both internally in our code
and also within the menu action name.  The same follows for our staging
logic, as core Git refers to this as 'add'.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh