From aa63db17bc53e141eba8a00da388fc519e0e5609 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Tue, 7 May 2019 16:42:12 -0700 Subject: [PATCH] filter-repo: fix overwide program description Let's keep it just under 80 chars. Signed-off-by: Elijah Newren --- git-filter-repo | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/git-filter-repo b/git-filter-repo index e66e27e..aaa4609 100755 --- a/git-filter-repo +++ b/git-filter-repo @@ -1864,9 +1864,10 @@ class FilteringOptions(object): # Include usage in the summary, so we can put the description first summary = _('''Rewrite (or analyze) repository history - git-filter-repo destructively rewrites history (unless --analyze or --dry-run - are specified) according to specified rules. It refuses to do any rewriting - unless either run from a clean fresh clone, or --force was specified. + git-filter-repo destructively rewrites history (unless --analyze or + --dry-run are given) according to specified rules. It refuses to do any + rewriting unless either run from a clean fresh clone, or --force was + given. Basic Usage: git-filter-repo --analyze