mirror of
https://github.com/git/git.git
synced 2026-01-09 09:36:36 +00:00
log: add a --no-graph option
It's useful to be able to countermand a previous --graph option, for example if `git log --graph` is run via an alias. Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
dccf6c16f1
commit
087c745833
@@ -372,6 +372,7 @@ void parse_revision_opt(struct rev_info *revs, struct parse_opt_ctx_t *ctx,
|
||||
#define REVARG_COMMITTISH 02
|
||||
int handle_revision_arg(const char *arg, struct rev_info *revs,
|
||||
int flags, unsigned revarg_opt);
|
||||
void revision_opts_finish(struct rev_info *revs);
|
||||
|
||||
/**
|
||||
* Reset the flags used by the revision walking api. You can use this to do
|
||||
|
||||
Reference in New Issue
Block a user