Skip to content

Commit 2bfb9cf

Browse files
committed
git-filter-repo.txt: fix extraneous space
Signed-off-by: Elijah Newren <[email protected]>
1 parent 7b18e6d commit 2bfb9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-filter-repo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ backward compatibility caveats mentioned previously):
992992
`tagger_date`, `message`
993993
* Commit: `branch`, `original_id`, `author_name`, `author_email`,
994994
`author_date`, `committer_name`, `committer_email`,
995-
`committer_date `, `message`, `file_changes` (list of
995+
`committer_date`, `message`, `file_changes` (list of
996996
FileChange objects, each containing a `type`, `filename`,
997997
`mode`, and `blob_id`), `parents` (list of hashes or integer
998998
marks)

0 commit comments

Comments
 (0)