diff options
| author | Junio C Hamano <junkio@cox.net> | 2007-02-13 16:44:27 -0800 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2007-02-13 16:45:40 -0800 |
| commit | f8f2aaa17297d6b21c84641edc2f6135575a003c (patch) | |
| tree | 48158676defa9aa697d154c9490069a37f749fde /contrib/completion/git-completion.bash | |
| parent | Add link to v1.5.0 documentation. (diff) | |
| parent | Remove git-diff-stages. (diff) | |
| download | git-f8f2aaa17297d6b21c84641edc2f6135575a003c.tar.gz git-f8f2aaa17297d6b21c84641edc2f6135575a003c.zip | |
Merge branch 'jc/deprecate'
As previously announced, diff-stages and resolve are now gone.
Diffstat (limited to 'contrib/completion/git-completion.bash')
| -rwxr-xr-x | contrib/completion/git-completion.bash | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 5d3d402051..7c03403484 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -269,7 +269,6 @@ __git_commands () cvsimport) : import;; cvsserver) : daemon;; daemon) : daemon;; - diff-stages) : nobody uses it;; fast-import) : import;; fsck-objects) : plumbing;; fetch-pack) : plumbing;; @@ -298,7 +297,6 @@ __git_commands () reflog) : plumbing;; repo-config) : plumbing;; rerere) : plumbing;; - resolve) : dead dont use;; rev-list) : plumbing;; rev-parse) : plumbing;; runstatus) : plumbing;; |
