aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/chapters
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-06-26 12:23:31 +0200
committerGuido Günther <agx@sigxcpu.org>2017-06-26 12:31:46 +0200
commitf9055944e0ef40e38c6c84db39d444dc70bb9183 (patch)
tree18b61762f004e17b0f8c54667c78fc012c3984ea /docs/chapters
parent7fd6ba16a56dfa68dd80244f0358a494b1ad1169 (diff)
docs: drop commands for ancient git versions
Even oldoldstable has a more recent one.
Diffstat (limited to 'docs/chapters')
-rw-r--r--docs/chapters/import.sgml7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/chapters/import.sgml b/docs/chapters/import.sgml
index fa445a2a..d45522db 100644
--- a/docs/chapters/import.sgml
+++ b/docs/chapters/import.sgml
@@ -201,13 +201,6 @@ EOF
# When not using 3.0 (quilt) with the default --merge-mode=auto
<command>git merge</command> <option>--allow-unrelated-histories</option> <replaceable>upstream</replaceable>
</programlisting>
- With Git versions lower than 1.7.2.3, the commands are slightly more complicated:
-<programlisting>
- <command>git symbolic-ref</command> <replaceable>HEAD</replaceable> <replaceable>refs/heads/upstream</replaceable>
- <command>git rm</command> <option>--cached</option> <option>-r</option> <replaceable>.</replaceable>
- <command>git commit</command> <option>--allow-empty</option> <option>-m</option> <replaceable>'Initial upstream branch.'</replaceable>
- <command>git checkout</command> <option>-f</option> <replaceable>master</replaceable>
-</programlisting>
</para>
</sect2>
</sect1>