Skip to content

Commit

Permalink
Fix parsing of -L argument (#1100)
Browse files Browse the repository at this point in the history
This makes it possible to use tig -L:argv_parse_rev_flag:src/argv.c
to browse all commits updating argv_parse_rev_flag() in argv.c.
  • Loading branch information
koutcher authored May 21, 2021
1 parent 8b1945d commit 9c90e76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/argv.c
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ argv_parse_rev_flag(const char *arg, struct rev_flags *rev_flags)
"--grep=",
"-G",
"-S",
"-L",
};
size_t arglen = strlen(arg);
bool graph = true;
Expand Down

0 comments on commit 9c90e76

Please sign in to comment.