From 2bfb9cf261df74e2febfe991350d4fb194e461ea Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Wed, 27 May 2020 23:47:42 -0700 Subject: [PATCH] git-filter-repo.txt: fix extraneous space Signed-off-by: Elijah Newren --- Documentation/git-filter-repo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-filter-repo.txt b/Documentation/git-filter-repo.txt index 8e92cd1..243c76d 100644 --- a/Documentation/git-filter-repo.txt +++ b/Documentation/git-filter-repo.txt @@ -992,7 +992,7 @@ backward compatibility caveats mentioned previously): `tagger_date`, `message` * Commit: `branch`, `original_id`, `author_name`, `author_email`, `author_date`, `committer_name`, `committer_email`, - `committer_date `, `message`, `file_changes` (list of + `committer_date`, `message`, `file_changes` (list of FileChange objects, each containing a `type`, `filename`, `mode`, and `blob_id`), `parents` (list of hashes or integer marks)