Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] _git: Fix typo in diff.algorithm completion



Russell Currey wrote on Tue, May 03, 2016 at 16:41:24 +1000:
> +++ b/Completion/Unix/Command/_git
> @@ -6320,7 +6320,7 @@ __git_setup_diff_options () {
> -    '(--minimal --patience --histogram --diff-algorithm)--minimal[spend extra time to make sure the smallest possible diff is producedm]'
> +    '(--minimal --patience --histogram --diff-algorithm)--minimal[spend extra time to make sure the smallest possible diff is produced]'

Thanks, applied.

I've fixed the subject before committing (it didn't agree with the
change); did you also have a patch to the _git-config() completion of
diff.algorithm?

Cheers,

Daniel



Messages sorted by: Reverse Date, Date, Thread, Author