Skip to content

Commit 39be562

Browse files
committed
Merge branch 't/f6f004c2'
2 parents f6f004c + 2143b45 commit 39be562

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
@@ -49,11 +49,11 @@ Configuration values set via git-config(1) can be used to customize the behavior
4949

5050
Options can be specified to provide more refined information. If no options are given, all applicable commits will be shown.
5151

52-
+ `-b`, `--branch` `<branch>`: Show commits specific to a branch.
52+
+ `-b`, `--branch` `<branch>`: Show commits for `<branch>`.
5353
+ `-f`, `--first`: Show first commit where Git initiated tracking of pathspec.
54-
+ `-F`, `--func` `<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-
+ `-l`, `--last` `[<count>]`: Show last `<count>` commits which affect pathspec. Omit `<count>` defaults to last commit.
56-
+ `-L`, `--lines` `<start>[,<end>]`: Show commits which affect lines `<start>` to `<end>`. Omit `<end>` defaults to `EOF`.
54+
+ `-F`, `--func` `<funcname>`: Show commits for function `<funcname>` in pathspec. See [`-L`](https://git-scm.com/docs/git-log#git-log--Lltfuncnamegtltfilegt) of git-log(1).
55+
+ `-l`, `--last` `[<count>]`: Show last `<count>` commits for pathspec. Omit `<count>` defaults to last commit.
56+
+ `-L`, `--lines` `<start>[,<end>]`: Show commits for lines `<start>` to `<end>`. Omit `<end>` defaults to `EOF`.
5757
+ `-M`, `--no-merges`: 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
+ `-N`, `--no-patch`: Suppress diff output. See [`--no-patch`](https://git-scm.com/docs/git-log#git-log---no-patch) of git-log(1).
5959
+ `-O`, `--no-renames`: Disable rename detection. See [`--no-renames`](https://git-scm.com/docs/git-log#git-log---no-renames) of git-log(1).

0 commit comments

Comments
 (0)