summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9de328f)
raw | patch | inline | side by side (parent: 9de328f)
author | Pascal Obry <pascal.obry@gmail.com> | |
Sun, 6 Apr 2008 17:32:24 +0000 (19:32 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 7 Apr 2008 03:01:17 +0000 (20:01 -0700) |
Signed-off-by: Pascal Obry <pascal@obry.net>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash | patch | blob | history |
index 791e30f6d78b06429f239defc76aaa0d09db4e09..96a712b5ea24f83cebf7f7e465168bdce5db6673 100755 (executable)
return
;;
--*)
- __gitcomp "--onto --merge --strategy"
+ __gitcomp "--onto --merge --strategy --interactive"
return
esac
__gitcomp "$(__git_refs)"