From d90775fc29425934895b0222aa4092f12e9bcd1c Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 3 Nov 2016 16:00:45 +0100 Subject: 39822: _git: remove "-A '-*'" with _arguments for some commands With e.g. `git rebase origin/master` you can have options like `--no-autosquash` after the argument. I have tried the commands where this patch removes `-A`. Commands like `git fetch-pack` that do not support options after arguments are left unchanged. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3ed655135..63c80e04d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-11-03 Daniel Hahler + * 39822: Completion/Unix/Command/_git: remove "-A '-*'" with + _arguments for some commands. + 2016-11-03 Peter Stephenson * 39815: Src/lex.c, Test/D04parameter.ztst: read input to end -- cgit 1.4.1