Thread (11 messages) flat view 11 messages, 5 authors, 2016-06-15

Re: [PATCH] git status -q (similar to subversion)

From: Paolo Bonzini <hidden>
Date: 2016-06-15 22:47:00

There has been much discussion about an alternate command that would be
more like "svn status", and even some partial implementations. But it
needs somebody who really cares about the feature to step up and
complete it.
An alias

         changes=diff --name-status -r

already does almost the same function as "svn status -q".  If you wanted 
full svn status with untracked files you could use this:

	changes = "!sh -c 'git status | sed -n 
\"/Untracked/N;//N;1,//d;s/^#/?/p\"; git diff --name-status -r \"$@\"' -"

Paolo
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help