All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: move git-get-tar-commit-id to plumbing
@ 2018-10-11 18:39 Daniels Umanovskis
  0 siblings, 0 replies; only message in thread
From: Daniels Umanovskis @ 2018-10-11 18:39 UTC (permalink / raw)
  To: git; +Cc: Daniels Umanovskis

This is definitely a low-level command, it's hard to argue
against it belonging in plumbing.

Signed-off-by: Daniels Umanovskis <daniels@umanovskis.se>
---
 command-list.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/command-list.txt b/command-list.txt
index c36ea3c18..966705358 100644
--- a/command-list.txt
+++ b/command-list.txt
@@ -96,7 +96,7 @@ git-for-each-ref                        plumbinginterrogators
 git-format-patch                        mainporcelain
 git-fsck                                ancillaryinterrogators          complete
 git-gc                                  mainporcelain
-git-get-tar-commit-id                   ancillaryinterrogators
+git-get-tar-commit-id                   plumbinginterrogators
 git-grep                                mainporcelain           info
 git-gui                                 mainporcelain
 git-hash-object                         plumbingmanipulators
-- 
2.19.1.330.g93276587c.dirty


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-10-11 18:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-11 18:39 [PATCH] doc: move git-get-tar-commit-id to plumbing Daniels Umanovskis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.