Merge branch 'jk/doc-credits' of git://github.com/peff/git
authorJunio C Hamano <gitster@pobox.com>
Tue, 15 Mar 2011 20:32:09 +0000 (13:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Mar 2011 20:32:09 +0000 (13:32 -0700)
* 'jk/doc-credits' of git://github.com/peff/git:
docs: point git.txt author credits to git-scm.com
doc: add missing git footers
doc: drop author/documentation sections from most pages

1  2 
Documentation/git-rebase.txt
index ac3589464096e5ad557a5ac896a4a65642b79724,671f04a281b72960b35168fbbb840dd67fffb77e..620d50e71f1a04f587079180ff2d987521d38786
@@@ -66,9 -66,8 +66,9 @@@ would be
      D---E---F---G master
  ------------
  
 -The latter form is just a short-hand of `git checkout topic`
 -followed by `git rebase master`.
 +*NOTE:* The latter form is just a short-hand of `git checkout topic`
 +followed by `git rebase master`. When rebase exits `topic` will
 +remain the checked-out branch.
  
  If the upstream branch already contains a change you have made (e.g.,
  because you mailed a patch which was applied upstream), then that commit
@@@ -659,7 -658,6 +659,6 @@@ The ripple effect of a "hard case" reco
  '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 -680,6 +681,6 @@@ by moving the "pick 4" line will resul
  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