Skip to content

Commit fa6200f

Browse files
committed
Merge branch 'ph/parseopt-step-blame'
* ph/parseopt-step-blame: revisions: refactor handle_revision_opt into parse_revision_opt. git-shortlog: migrate to parse-options partially. git-blame: fix lapsus git-blame: migrate to incremental parse-option [2/2] git-blame: migrate to incremental parse-option [1/2] revisions: split handle_revision_opt() from setup_revisions() parse-opt: add PARSE_OPT_KEEP_ARGV0 parser option. parse-opt: fake short strings for callers to believe in. parse-opt: do not print errors on unknown options, return -2 intead. parse-opt: create parse_options_step. parse-opt: Export a non NORETURN usage dumper. parse-opt: have parse_options_{start,end}. git-blame --reverse builtin-blame.c: allow more than 16 parents builtin-blame.c: move prepare_final() into a separate function. rev-list --children revision traversal: --children option
2 parents 671d322 + 6b61ec0 commit fa6200f

File tree

8 files changed

+788
-673
lines changed

8 files changed

+788
-673
lines changed

Documentation/rev-list-options.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ endif::git-rev-list[]
4545

4646
Print the parents of the commit.
4747

48+
--children::
49+
50+
Print the children of the commit.
51+
4852
ifdef::git-rev-list[]
4953
--timestamp::
5054
Print the raw commit timestamp.

0 commit comments

Comments
 (0)