1
0
mirror of https://github.com/git/git.git synced 2024-10-04 01:41:30 +02:00
git/contrib/completion
Shawn O. Pearce c5650b0840 bash: Support git-rebase -m continuation completion.
Apparently `git-rebase -m` uses a metadata directory within .git
(.git/.dotest-merge) rather than .dotest used by git-am (and
git-rebase without the -m option).  This caused the completion code
to not offer --continue, --skip or --abort when working within a
`git-rebase -m` session.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2007-02-05 19:09:40 -08:00
..
git-completion.bash bash: Support git-rebase -m continuation completion. 2007-02-05 19:09:40 -08:00