summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>2009-10-22 14:14:57 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-10-22 19:39:10 (GMT)
commit3f7a9b5ad128151e6eb0b45266779e63e4b2287a (patch)
tree314cf168fdd39fddb47f76745b5b4a2c1375128f /Documentation
parent6b276e19fa71fabe64039cf004aba908d7083e82 (diff)
downloadgit-3f7a9b5ad128151e6eb0b45266779e63e4b2287a.zip
git-3f7a9b5ad128151e6eb0b45266779e63e4b2287a.tar.gz
git-3f7a9b5ad128151e6eb0b45266779e63e4b2287a.tar.bz2
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')
-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 7578623..51534dd 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[]