Merge branch 'dw/doc-status-no-longer-shows-pound-prefix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 31 Mar 2014 23:30:52 +0000 (16:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 31 Mar 2014 23:30:52 +0000 (16:30 -0700)
* dw/doc-status-no-longer-shows-pound-prefix:
doc: status, remove leftover statement about '#' prefix

1  2 
Documentation/git-status.txt
index a4acaa038cd4255c91df1a03c16c6a396f0c1219,992ce27cda391e8aee42dde6d4f958bed462ef2f..def635f57879c467d85f43d44aafac90c7f72a9a
@@@ -97,7 -97,7 +97,7 @@@ configuration variable documented in li
  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.
@@@ -210,13 -210,7 +210,13 @@@ directory
  If `status.submodulesummary` is set to a non zero number or true (identical
  to -1 or an unlimited number), the submodule summary will be enabled for
  the long format and a summary of commits for modified submodules will be
 -shown (see --summary-limit option of linkgit:git-submodule[1]).
 +shown (see --summary-limit option of linkgit:git-submodule[1]). Please note
 +that the summary output from the status command will be suppressed for all
 +submodules when `diff.ignoreSubmodules` is set to 'all' or only for those
 +submodules where `submodule.<name>.ignore=all`. To also view the summary for
 +ignored submodules you can either use the --ignore-submodules=dirty command
 +line option or the 'git submodule summary' command, which shows a similar
 +output but does not honor these settings.
  
  SEE ALSO
  --------