Skip to content

Commit f9f8ac8

Browse files
committed
Fix commiter -> committer typo
Signed-off-by: Wiktor Kwapisiewicz <[email protected]>
1 parent c1d8461 commit f9f8ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/examples-from-user-filed-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ git filter-repo --filename-callback '
214214

215215
```
216216
git filter-repo --refs main~5..main --commit-callback '
217-
commit.commiter_name = b"My Wonderful Self"
217+
commit.committer_name = b"My Wonderful Self"
218218
commit.committer_email = b"[email protected]"
219219
'
220220
```

0 commit comments

Comments
 (0)