Files
git/Documentation
Junio C Hamano 6ecc321ba5 Merge branch 'cvsserver' of http://locke.catalyst.net.nz/git/git-martinlanghoff; branch 'master' into next
Conflicts:

	Documentation/git-cvsserver.txt
	git-cvsserver.perl

Originally Martin's tree was based on "next", which meant that all
the other things that I am not ready to push out to "master" were
contained in it.  His changes looked good, and I wanted to have them
in "master".

So, here is what I did:

 - fetch Martin's tree into a temporary topic branch.
   $ git fetch $URL $remote:ml/cvsserver
   $ git checkout ml/cvsserver

 - rebase it on top of "master".
   $ git rebase --onto master next

 - pull that master into "next", recording Martin's head as well.
   $ git pull --append . master

Since I have apply.whitespace=strip in my configuration file, the
rebased cvsserver changes have trailing whitespaces introduced by
Martin's tree cleansed out.  Hence the above conflicts.

The reason I made this octopus is to make sure that next time Martin
pulls from my "next" branch, it results in a fast forward.  There is
no reason to force him do the same conflict resolution I did with this
merge.

Signed-off-by: Junio C Hamano <junkio@cox.net>
2006-03-01 01:33:23 -08:00
..
2006-02-12 05:02:42 -08:00
2005-11-08 08:58:52 -08:00
2006-01-28 02:26:30 -08:00
2006-01-29 15:00:46 -08:00
2005-12-27 17:57:28 -08:00
2006-01-28 02:26:30 -08:00
2005-12-29 01:32:56 -08:00
2005-12-29 01:32:56 -08:00
2005-10-12 18:32:02 -07:00
2006-02-21 22:33:21 -08:00
2005-12-16 18:23:33 -08:00
2005-10-26 16:31:58 -07:00
2006-02-13 03:32:10 -05:00
2005-10-25 22:51:13 -07:00
2006-02-07 13:19:42 -08:00
2005-10-04 17:04:03 -07:00
2006-02-06 21:53:11 -08:00