Skip to content

Commit c2e6385

Browse files
burtogitster
authored andcommitted
Documentation: rev-list-options.txt: added --branches, --tags & --remotes.
Added simple descriptions of these options (based on description of --all). Signed-off-by: Mark Burton <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent da3f78a commit c2e6385

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Documentation/rev-list-options.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,21 @@ endif::git-rev-list[]
222222
Pretend as if all the refs in `$GIT_DIR/refs/` are listed on the
223223
command line as '<commit>'.
224224

225+
--branches::
226+
227+
Pretend as if all the refs in `$GIT_DIR/refs/heads` are listed
228+
on the command line as '<commit>'.
229+
230+
--tags::
231+
232+
Pretend as if all the refs in `$GIT_DIR/refs/tags` are listed
233+
on the command line as '<commit>'.
234+
235+
--remotes::
236+
237+
Pretend as if all the refs in `$GIT_DIR/refs/remotes` are listed
238+
on the command line as '<commit>'.
239+
225240
ifdef::git-rev-list[]
226241
--stdin::
227242

0 commit comments

Comments
 (0)