diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-04-16 23:29:30 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-04-16 23:29:30 -0700 |
commit | 97d9e97941a7f960704eb64a96f2f206b5dfb9a9 (patch) | |
tree | ef1cab09a956808b71dcde8a2445a1ad07cb814b /Documentation/git-ls-files.txt | |
parent | Merge branch 'jk/loose-object-info-report-error' (diff) | |
parent | Documentation: document elements in "ls-files -s" output in order (diff) | |
download | tgif-97d9e97941a7f960704eb64a96f2f206b5dfb9a9.tar.xz |
Merge branch 'mm/ls-files-s-doc'
Doc update.
* mm/ls-files-s-doc:
Documentation: document elements in "ls-files -s" output in order
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 1cab703f73..d153c17e06 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 |