summaryrefslogtreecommitdiffstats
path: root/command-list.txt
diff options
context:
space:
mode:
authorDaniels Umanovskis <daniels@umanovskis.se>2018-10-10 23:37:26 +0200
committerJunio C Hamano <gitster@pobox.com>2018-10-11 08:56:26 +0200
commitac1f98a0dfe3b194f67c41d79ef47af3019dd86a (patch)
tree14ced654d915a07abfd028dad9a42ae44768cb45 /command-list.txt
parentGit 2.19.1 (diff)
downloadgit-ac1f98a0dfe3b194f67c41d79ef47af3019dd86a.tar.xz
git-ac1f98a0dfe3b194f67c41d79ef47af3019dd86a.zip
doc: move git-rev-parse from porcelain to plumbing
git-rev-parse mostly seems like plumbing, and is more usd in scripts than in regular use. Online it's often mentioned as a plumbing command. Nonetheless it's listed under porcelain interrogators in `man git`. It seems appropriate to formally move git-rev-parse to plumbing interrogators. Signed-off-by: Daniels Umanovskis <daniels@umanovskis.se> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'command-list.txt')
-rw-r--r--command-list.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/command-list.txt b/command-list.txt
index a9dda3b8af..2107b5bc17 100644
--- a/command-list.txt
+++ b/command-list.txt
@@ -152,7 +152,7 @@ git-rerere ancillaryinterrogators
git-reset mainporcelain worktree
git-revert mainporcelain
git-rev-list plumbinginterrogators
-git-rev-parse ancillaryinterrogators
+git-rev-parse plumbinginterrogators
git-rm mainporcelain worktree
git-send-email foreignscminterface complete
git-send-pack synchingrepositories