mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-10 22:31:24 +02:00
23738: additional git diff args.
This commit is contained in:
parent
72de6a1e7f
commit
e0b5299dc8
2 changed files with 25 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
2007-08-04 Clint Adams <clint@zsh.org>
|
||||
|
||||
* Matthieu Moy: 23738: Completion/Unix/Command/_git: additional
|
||||
git diff args.
|
||||
|
||||
* 23739: Completion/Unix/Command/_git: merge in git diff
|
||||
completion fixes from Nikolai Weibull's repository.
|
||||
|
||||
|
|
|
@ -22,17 +22,39 @@ typeset -ga diff_args
|
|||
|
||||