Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
RelNotes/1.8.5: direct script writers to "git status --porcelain"
author
Matthieu Moy
<Matthieu.Moy@imag.fr>
Thu, 26 Sep 2013 13:23:35 +0000
(15:23 +0200)
committer
Jonathan Nieder
<jrnieder@gmail.com>
Sat, 28 Sep 2013 00:05:02 +0000
(17:05 -0700)
[jn: with wording tweak from Keshav Kini]
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Documentation/RelNotes/1.8.5.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
6dab278
)
diff --git
a/Documentation/RelNotes/1.8.5.txt
b/Documentation/RelNotes/1.8.5.txt
index ac5c3fafe59be32e5f276ad4276a5f9d6305fe85..49c037b6017a1741925e995eb4e22fc7aea5d86f 100644
(file)
--- a/
Documentation/RelNotes/1.8.5.txt
+++ b/
Documentation/RelNotes/1.8.5.txt
@@
-96,6
+96,9
@@
UI, Workflows & Features
* "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" instead, as its format is stable and easier
+ to parse.
* Make "foo^{tag}" to peel a tag to itself, i.e. no-op., and fail if
"foo" is not a tag. "git rev-parse --verify v1.0^{tag}" would be