Skip to content

Commit afb6b2e

Browse files
committed
Merge branch 'maint/docs/readme'
2 parents ae0a7b0 + 7278047 commit afb6b2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ Options can be specified to provide more refined information. If no options are
5252
+ `--branch`, `-b` `<branch>`: Show commits specific to a branch.
5353
+ `--first`, `-f`: Show first commit where Git initiated tracking of pathspec.
5454
+ `--func`, `-F` `<funcname>`: Show commits which affected function `<funcname>` in pathspec. See [`-L`](https://git-scm.com/docs/git-log#git-log--Lltfuncnamegtltfilegt) of git-log(1).
55-
+ `--last`, `-l` `[<count>]`: Show last `<count>` commits where pathspec was affected. Omitting `<count>` defaults to last commit.
56-
+ `--lines`, `-L` `<start>[,<end>]`: Show commits which affected lines `<start>` to `<end>`. Omitting `<end>` defaults to `EOF`.
55+
+ `--last`, `-l` `[<count>]`: Show last `<count>` commits which affect pathspec. Omit `<count>` defaults to last commit.
56+
+ `--lines`, `-L` `<start>[,<end>]`: Show commits which affect lines `<start>` to `<end>`. Omit `<end>` defaults to `EOF`.
5757
+ `--no-merges`, `-M`: Show commits which have a maximum of one parent. See [`--no-merges`](https://git-scm.com/docs/git-log#git-log---no-merges) of git-log(1).
5858
+ `--no-patch`, `-N`: Suppress diff output. See [`--no-patch`](https://git-scm.com/docs/git-log#git-log---no-patch) of git-log(1).
5959
+ `--no-renames`, `-O`: Disable rename detection. See [`--no-renames`](https://git-scm.com/docs/git-log#git-log---no-renames) of git-log(1).
6060
+ `--pager`, `-p`: Force pager when invoking git-log(1). Overrides `follow.pager.disable` config value.
61-
+ `--pickaxe`, `-P` `<string>`: Show commits which change the number of occurrences of `<string>` in pathspec. See [`-S`](https://git-scm.com/docs/git-log#git-log--Sltstringgt) of git-log(1).
62-
+ `--range`, `-r` `<start>[,<end>]`: Show commits in range `<start>` to `<end>`. Omitting `<end>` defaults to `HEAD`. See gitrevisions(1).
61+
+ `--pickaxe`, `-P` `<string>`: Show commits which change the # of occurrences of `<string>`. See [`-S`](https://git-scm.com/docs/git-log#git-log--Sltstringgt) of git-log(1).
62+
+ `--range`, `-r` `<start>[,<end>]`: Show commits in range `<start>` to `<end>`. Omit `<end>` defaults to `HEAD`.
6363
+ `--reverse`, `-R`: Show commits in reverse chronological order. See [`--walk-reflogs`](https://git-scm.com/docs/git-log#git-log---walk-reflogs) of git-log(1).
6464
+ `--tag`, `-t` `<tag>`: Show commits specific to a tag.
6565
+ `--total`, `-T`: Show total number of commits for pathspec.

0 commit comments

Comments
 (0)