We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dab278 commit 9cd755bCopy full SHA for 9cd755b
Documentation/RelNotes/1.8.5.txt
@@ -96,6 +96,9 @@ UI, Workflows & Features
96
97
* "git status" now omits the prefix to make its output a comment in a
98
commit log editor, which is not necessary for human consumption.
99
+ Scripts that parse the output of "git status" are advised to use
100
+ "git status --porcelain" instead, as its format is stable and easier
101
+ to parse.
102
103
* Make "foo^{tag}" to peel a tag to itself, i.e. no-op., and fail if
104
"foo" is not a tag. "git rev-parse --verify v1.0^{tag}" would be
0 commit comments