-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In #498 I added some code to pre-parse arguments that we're going to pass to `git log`, to figure out which of the arguments were paths. This was necessary for future work (#496). Unfortunately I failed to account for git's options that take an argument, notably `-n 1`, and the `1` got treated as a path. This change fixes the bug for: * `-n / --max-limit` * `--after / --since / --until / --before` * `--skip` And incidentally adds those options to the `--help` output.
- Loading branch information
Showing
2 changed files
with
95 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters