Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-08-25 00:54:33 +0300
committerJunio C Hamano <gitster@pobox.com>2020-08-25 00:54:33 +0300
commit8923a45f148ba083c45935f1440e8363a37e4f0e (patch)
tree4e40e5f31e633e38f41bbc6a5968b11c28210691 /contrib
parent43c80d270387458cbf891bd8b3b81d4b14f397dd (diff)
parentce820cbd584171a2d09c0ce5b9cfb5756b8c9af6 (diff)
Merge branch 'dl/subtree-docs'
Doc updates for subtree (in contrib/) * dl/subtree-docs: contrib/subtree: document 'push' does not take '--squash' contrib/subtree: fix "unsure" for --message in the document
Diffstat (limited to 'contrib')
-rw-r--r--contrib/subtree/git-subtree.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/subtree/git-subtree.txt b/contrib/subtree/git-subtree.txt
index 352deda69dc..0db02fe3c09 100644
--- a/contrib/subtree/git-subtree.txt
+++ b/contrib/subtree/git-subtree.txt
@@ -139,12 +139,12 @@ OPTIONS
-m <message>::
--message=<message>::
- This option is only valid for add, merge and pull (unsure).
+ This option is only valid for add, merge, pull, and split --rejoin.
Specify <message> as the commit message for the merge commit.
-OPTIONS FOR add, merge, push, pull
-----------------------------------
+OPTIONS FOR add, merge, and pull
+--------------------------------
--squash::
This option is only valid for add, merge, and pull
commands.