summaryrefslogtreecommitdiffstats
path: root/git-rebase.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-03-15 23:33:35 +0000
committerJunio C Hamano <junio@kernel.org>2011-03-15 23:33:35 +0000
commit5f3d8396896b8e8fffa113072041cb34e9167e8b (patch)
tree0d4d65f7767f700e03c07981e6163da5a23390c5 /git-rebase.txt
parent92faa8075fbefc0ac3d77a3c8b6f5b5f89f6d457 (diff)
downloadgit-htmldocs-5f3d8396896b8e8fffa113072041cb34e9167e8b.tar.gz
Autogenerated HTML docs for v1.7.4.1-266-ga62ea
Diffstat (limited to 'git-rebase.txt')
-rw-r--r--git-rebase.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/git-rebase.txt b/git-rebase.txt
index ac3589464..620d50e71 100644
--- a/git-rebase.txt
+++ b/git-rebase.txt
@@ -659,7 +659,6 @@ The ripple effect of a "hard case" recovery is especially bad:
'everyone' downstream from 'topic' will now have to perform a "hard
case" recovery too!
-
BUGS
----
The todo list presented by `--preserve-merges --interactive` does not
@@ -682,15 +681,6 @@ by moving the "pick 4" line will result in the following history:
1 --- 2 --- 4 --- 5
------------
-Authors
-------
-Written by Junio C Hamano <gitster@pobox.com> and
-Johannes E. Schindelin <johannes.schindelin@gmx.de>
-
-Documentation
---------------
-Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
-
GIT
---
Part of the linkgit:git[1] suite