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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,7 @@ Analyze commits reachable from HEAD to see who has been landing work in a reposi
182
182
183
183
-`--name` filters by author display name (repeatable, case-insensitive).
184
184
-`--email` filters by author email (repeatable, case-insensitive).
185
-
-`--all` includes all commits (default is first-parent only).
185
+
-`--first-parent` restricts the walk to the first-parent chain of HEAD (one tally per merge commit). Default walks all commits reachable from HEAD, relying on patch-id dedup to handle rebased / cherry-picked / migrated history.
186
186
-`--no-dedup` disables patch-id deduplication (see below).
0 commit comments