aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-pull.txt
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>2009-10-22 17:14:57 +0300
committerJunio C Hamano <gitster@pobox.com>2009-10-22 12:39:10 -0700
commit3f7a9b5ad128151e6eb0b45266779e63e4b2287a (patch)
tree314cf168fdd39fddb47f76745b5b4a2c1375128f /Documentation/git-pull.txt
parent6b276e19fa71fabe64039cf004aba908d7083e82 (diff)
downloadgit-3f7a9b5ad128151e6eb0b45266779e63e4b2287a.tar.gz
Documentation/git-pull.txt: Add subtitles above included option files
Signed-off-by: Jari Aalto <jari.aalto@cante.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-pull.txt')
-rw-r--r--Documentation/git-pull.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/git-pull.txt b/Documentation/git-pull.txt
index 7578623edb..51534dd848 100644
--- a/Documentation/git-pull.txt
+++ b/Documentation/git-pull.txt
@@ -26,6 +26,10 @@ Also note that options meant for 'git-pull' itself and underlying
OPTIONS
-------
+
+Options related to merging
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+
include::merge-options.txt[]
:git-pull: 1
@@ -47,6 +51,9 @@ unless you have read linkgit:git-rebase[1] carefully.
--no-rebase::
Override earlier --rebase.
+Options related to fetching
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
include::fetch-options.txt[]
include::pull-fetch-param.txt[]