Leo Razoumov [off-list ref] wrote:
On 10/19/08, Shawn O. Pearce [off-list ref] wrote:
quoted
[..snip..]
Indeed, that's an advantage of the wip commit approach, you can shove
the untracked files quickly into the wip commit, especially with 1.6:
git commit -A -m wip
[..snip..]
What version of git are you using?
I am using git-1.6.0.2 on Linux and "-A" is illegal option for "git commit"
Oh. Sorry. I thought I saw a patch for that go by. I guess I mean:
git add -A && git commit
--
Shawn.