1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-07-23 20:51:02 +02:00

38393: _git: Fix typo in completion of '--minimal'

Signed-off-by: Russell Currey <ruscur@russell.cc>
This commit is contained in:
Russell Currey 2016-05-03 16:41:24 +10:00 committed by Daniel Shahaf
parent 4712b8f4d5
commit 058d957ce5
2 changed files with 6 additions and 1 deletions
ChangeLog
Completion/Unix/Command

View file

@ -1,3 +1,8 @@
2016-05-03 Russell Currey <ruscur@russell.cc>
* 38393: Completion/Unix/Command/_git: Fix typo in completion of
'--minimal'
2016-05-02 Barton E. Schaefer <schaefer@zsh.org>
* 38375 (tweaked per 38384): Test/C02cond.ztst: try harder to

View file

@ -6320,7 +6320,7 @@ __git_setup_diff_options () {
$diff_types'--raw[generate default raw diff output]'
$diff_types'--patch-with-raw[generate patch but also keep the default raw diff output]'
$diff_types{-s,--no-patch}'[suppress diff output]'
'(--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]'
'(--minimal --patience --histogram --diff-algorithm)--patience[generate diffs with patience algorithm]'
'(--minimal --patience --histogram --diff-algorithm)--histogram[generate diffs with histogram algorithm]'
'(--minimal --patience --histogram --diff-algorithm)--diff-algorithm=[choose a diff algorithm]:diff algorithm:((default\:"basic greedy diff algorithm"