diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-10-26 14:22:14 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-10-26 14:22:14 +0900 |
commit | eff5d693ad5ff28daf2244ce2618896e87cccb2b (patch) | |
tree | da26b14980bad0003f8546fd523315afd9fcc0a5 /command-list.txt | |
parent | 1fd2ffca7d89569674399e8cc192bba9c509e0a6 (diff) | |
parent | 61018fe9e005a54e18184481927519d64035220a (diff) | |
download | git-eff5d693ad5ff28daf2244ce2618896e87cccb2b.tar.gz |
Merge branch 'du/cherry-is-plumbing'
Doc update to mark "git cherry" as a plumbing command.
* du/cherry-is-plumbing:
doc: move git-cherry to plumbing
Diffstat (limited to 'command-list.txt')
-rw-r--r-- | command-list.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command-list.txt b/command-list.txt index e25b0240ff..3a9af104b5 100644 --- a/command-list.txt +++ b/command-list.txt @@ -62,7 +62,7 @@ git-check-mailmap purehelpers git-checkout mainporcelain history git-checkout-index plumbingmanipulators git-check-ref-format purehelpers -git-cherry ancillaryinterrogators complete +git-cherry plumbinginterrogators complete git-cherry-pick mainporcelain git-citool mainporcelain git-clean mainporcelain |