diff options
author | Mostyn Bramley-Moore <mostyn@antipode.se> | 2017-04-01 09:08:25 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-04-01 11:17:11 -0700 |
commit | be6ed145def405aa3e66da303ce4860d8160f264 (patch) | |
tree | 81a02ca3ca43b423b3824c10f7217c2ece2be970 /Documentation/git-ls-files.txt | |
parent | 49800c940790cc7465d1b03e08d472ffd8684808 (diff) | |
download | git-be6ed145def405aa3e66da303ce4860d8160f264.tar.gz git-be6ed145def405aa3e66da303ce4860d8160f264.tar.xz |
Documentation: document elements in "ls-files -s" output in order
List the fields in order of appearance in the command output.
Signed-off-by: Mostyn Bramley-Moore <mostyn@antipode.se>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-ls-files.txt')
-rw-r--r-- | Documentation/git-ls-files.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt index 446209e20..521cb876c 100644 --- a/Documentation/git-ls-files.txt +++ b/Documentation/git-ls-files.txt @@ -57,7 +57,7 @@ OPTIONS -s:: --stage:: - Show staged contents' object name, mode bits and stage number in the output. + Show staged contents' mode bits, object name and stage number in the output. --directory:: If a whole directory is classified as "other", show just its |