You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,11 +49,11 @@ Configuration values set via git-config(1) can be used to customize the behavior
49
49
50
50
Options can be specified to provide more refined information. If no options are given, all applicable commits will be shown.
51
51
52
-
+`-b`, `--branch``<branch>`: Show commits specific to a branch.
52
+
+`-b`, `--branch``<branch>`: Show commits for `<branch>`.
53
53
+`-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`.
57
57
+`-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).
58
58
+`-N`, `--no-patch`: Suppress diff output. See [`--no-patch`](https://git-scm.com/docs/git-log#git-log---no-patch) of git-log(1).
59
59
+`-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