On Wed, Oct 29, 2008 at 1:39 AM, David Symonds [off-list ref] wrote:
Signed-off-by: David Symonds <redacted>
---
This isn't a particularly serious patch, but is very relevant to our
current discussion at GitTogether '08.
I've thought about some commands like:
git stage $file (git add $file)
git unstage $file (git reset $file)
Perhaps
git stage add
git stage rm
And then your proposal would fit with:
git stage diff
Or something like that.
--
Felipe Contreras