Keshav Kini wrote:
Jakub Narebski [off-list ref] writes:
quoted
Matthieu Moy [off-list ref] writes:
quoted
quoted
* "git status" now omits the prefix to make its output a comment in a
commit log editor, which is not necessary for human consumption.
+ Scripts that parse the output of "git status" are advised to use
+ "git status --porcelain", which is both easier to parse and stable,
+ instead.
Good addition.
[...]
rewording it to the following is much better, IMHO:
'... are advised to use "git status --porcelain" instead, as it is both
stable and easier to parse.'
Thanks, all.