git-fast-import.txt: fix wording about where ls command can appear
The docs claimed `ls` commands could appear almost anywhere, but the code told a different story. Modify the docs to match the code. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
62edbec7de
commit
a63c54a019
|
@ -1016,8 +1016,8 @@ printing a blob from the active commit (with `cat-blob`) or copying a
|
||||||
blob or tree from a previous commit for use in the current one (with
|
blob or tree from a previous commit for use in the current one (with
|
||||||
`filemodify`).
|
`filemodify`).
|
||||||
|
|
||||||
The `ls` command can be used anywhere in the stream that comments are
|
The `ls` command can also be used where a `filemodify` directive can
|
||||||
accepted, including the middle of a commit.
|
appear, allowing it to be used in the middle of a commit.
|
||||||
|
|
||||||
Reading from the active commit::
|
Reading from the active commit::
|
||||||
This form can only be used in the middle of a `commit`.
|
This form can only be used in the middle of a `commit`.
|
||||||
|
|
Loading…
Reference in New Issue