summaryrefslogtreecommitdiff
path: root/command-list.txt
diff options
context:
space:
mode:
authorDaniels Umanovskis <daniels@umanovskis.se>2018-10-10 21:37:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-10-11 06:56:26 (GMT)
commitac1f98a0dfe3b194f67c41d79ef47af3019dd86a (patch)
tree14ced654d915a07abfd028dad9a42ae44768cb45 /command-list.txt
parentcae598d9980661a978e2df4fb338518f7bf09572 (diff)
downloadgit-ac1f98a0dfe3b194f67c41d79ef47af3019dd86a.zip
git-ac1f98a0dfe3b194f67c41d79ef47af3019dd86a.tar.gz
git-ac1f98a0dfe3b194f67c41d79ef47af3019dd86a.tar.bz2
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 a9dda3b..2107b5b 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