summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b26c874)
raw | patch | inline | side by side (parent: b26c874)
author | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 5 Feb 2007 20:44:30 +0000 (15:44 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 5 Feb 2007 21:49:00 +0000 (13:49 -0800) |
Don't offer resolve as a possible subcommand completion. If you
read the top of the script, there is a big warning about how it
will go away soon in the near future. People should not be using it.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
read the top of the script, there is a big warning about how it
will go away soon in the near future. People should not be using it.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/completion/git-completion.bash | patch | blob | history |
index 324bfbd8bbed887004b2105424dfc3f24745b784..089a7b0571bc70637a1568716648d425b4d98ca7 100755 (executable)
reflog) : plumbing;;
repo-config) : plumbing;;
rerere) : plumbing;;
+ resolve) : dead dont use;;
rev-list) : plumbing;;
rev-parse) : plumbing;;
runstatus) : plumbing;;