diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-07-28 22:26:47 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-28 23:02:11 -0700 |
commit | c297432d0d245af5505e0f5f99a5267119dd421e (patch) | |
tree | 6157dc62830e0e8f37cfdddd6283f2320e848394 /Documentation/git-ls-files.txt | |
parent | 108ac313f73499572c69b1b80514661b22a2d62e (diff) | |
download | git-c297432d0d245af5505e0f5f99a5267119dd421e.tar.gz git-c297432d0d245af5505e0f5f99a5267119dd421e.tar.xz |
Documentation: clarify what is shown in "git-ls-files -s" output
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 f43af4174..9f85d60b5 100644 --- a/Documentation/git-ls-files.txt +++ b/Documentation/git-ls-files.txt @@ -53,7 +53,7 @@ OPTIONS -s:: --stage:: - Show stage files in the output + Show staged contents' object name, mode bits and stage number in the output. --directory:: If a whole directory is classified as "other", show just its |