diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-03-06 21:25:33 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-03-06 21:25:33 -0800 |
commit | 7a4e06c42a1e06f43f90b302cad09f31ec438ff1 (patch) | |
tree | 59552439230232daa74fa3f58a3a2a099f206bbf /Documentation | |
parent | Merge branch 'gc/stash-on-branch-with-multi-level-name' (diff) | |
parent | ls-files: support --recurse-submodules --stage (diff) | |
download | tgif-7a4e06c42a1e06f43f90b302cad09f31ec438ff1.tar.xz |
Merge branch 'jt/ls-files-stage-recurse'
Many output modes of "ls-files" do not work with its
"--recurse-submodules" option, but the "-s" mode has been taught to
work with it.
* jt/ls-files-stage-recurse:
ls-files: support --recurse-submodules --stage
Diffstat (limited to 'Documentation')
-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 48cc7c0b6f..0dabf3f0dd 100644 --- a/Documentation/git-ls-files.txt +++ b/Documentation/git-ls-files.txt @@ -156,7 +156,7 @@ a space) at the start of each line: --recurse-submodules:: Recursively calls ls-files on each active submodule in the repository. - Currently there is only support for the --cached mode. + Currently there is only support for the --cached and --stage modes. --abbrev[=<n>]:: Instead of showing the full 40-byte hexadecimal object |