Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
doc: status, remove leftover statement about '#' prefix
author
Dirk Wallenstein
<halsmit@t-online.de>
Fri, 21 Mar 2014 14:10:18 +0000
(15:10 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 21 Mar 2014 18:00:46 +0000
(11:00 -0700)
This hasn't been true since
2556b996
(status: disable display of '#'
comment prefix by default, 2013-09-06).
Signed-off-by: Dirk Wallenstein <halsmit@t-online.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-status.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
2556b99
)
diff --git
a/Documentation/git-status.txt
b/Documentation/git-status.txt
index 9046df98a03fe11a203f06d79be0128309a201c5..992ce27cda391e8aee42dde6d4f958bed462ef2f 100644
(file)
--- a/
Documentation/git-status.txt
+++ b/
Documentation/git-status.txt
@@
-97,7
+97,7
@@
configuration variable documented in linkgit:git-config[1].
OUTPUT
------
The output from this command is designed to be used as a commit
-template comment
, and all the output lines are prefixed with '#'
.
+template comment.
The default, long format, is designed to be human readable,
verbose and descriptive. Its contents and format are subject to change
at any time.