aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-03-31 16:30:52 -0700
committerJunio C Hamano <gitster@pobox.com>2014-03-31 16:30:52 -0700
commite164a8fd79fd8cacdb30735c56c744807ec86f77 (patch)
treec2eb9a7c60ee16f5bf9b5eb57fc078f657bc3129
parent76bc28a3bb45344f2796976aeaca19805588c52b (diff)
parent22d55aee2092418db9158589efbd9c8c9092d3fc (diff)
downloadgit-e164a8fd79fd8cacdb30735c56c744807ec86f77.tar.gz
Merge branch 'dw/doc-status-no-longer-shows-pound-prefix'
* dw/doc-status-no-longer-shows-pound-prefix: doc: status, remove leftover statement about '#' prefix
-rw-r--r--Documentation/git-status.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt
index a4acaa038c..def635f578 100644
--- 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.