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-12-12 23:55:09 -08:00
2006-01-24 23:16:31 -08:00
2005-10-05 16:56:31 -07:00
2005-11-08 08:58:52 -08:00
2006-02-06 23:20:32 -08:00
2006-01-30 21:01:25 -08:00
2006-01-28 02:26:30 -08:00
2006-02-09 12:06:57 -08:00
2005-10-29 00:50:42 -07:00
2005-12-18 12:11:27 -08:00
2006-01-26 18:11:06 -08:00
2006-02-21 17:33:43 -08:00
2006-01-05 18:44:28 -08:00
2006-01-31 16:22:01 -08:00
2005-10-20 22:32:07 -07:00
2005-10-03 13:23:47 -07:00
2006-01-05 18:44:28 -08:00
2005-12-05 00:15:24 -08:00
2006-01-29 15:00:46 -08:00
2006-01-05 18:44:28 -08:00
2005-12-16 18:23:52 -08:00
2006-01-05 18:44:28 -08:00
2006-01-13 16:52:37 -08:00
2005-12-08 15:50:14 -08:00
2005-09-20 15:07:52 -07:00
2005-12-14 21:25:22 -08:00
2006-01-24 23:17:06 -08:00
2006-01-05 17:23:21 -08:00
2006-02-13 00:32:10 -08:00
2005-10-10 16:01:31 -07:00
2005-09-20 15:07:52 -07:00
2006-01-29 23:25:42 -08:00
2006-01-15 21:13:22 -08:00
2006-03-01 01:10:26 -08:00
2006-02-05 16:51:01 -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-10-10 14:49:52 -07:00
2006-02-07 13:19:40 -08:00
2005-12-29 01:32:56 -08:00
2005-12-17 23:11:29 -08:00
2006-02-06 21:14:56 -08:00
2005-11-01 14:45:49 -08:00
2006-02-07 02:09:55 -08:00
2006-01-05 18:44:28 -08:00
2005-09-20 15:07:52 -07:00
2006-01-21 19:34:11 -08:00
2005-12-10 18:57:57 -08:00
2006-01-05 18:44:28 -08:00
2005-11-06 01:14:44 -08:00
2005-10-12 18:32:02 -07:00
2006-01-05 17:22:31 -08:00
2005-10-10 16:01:31 -07:00
2005-11-16 13:19:37 -08:00
2005-11-13 02:07:02 -08:00
2006-02-21 22:33:21 -08:00
2005-12-08 15:50:15 -08:00
2005-12-04 16:02:16 -08:00
2005-11-28 01:29:52 -08:00
2005-12-14 02:04:56 -08:00
2005-10-10 14:49:52 -07:00
2005-12-08 15:50:13 -08:00
2005-10-10 14:49:52 -07:00
2005-12-16 18:23:33 -08:00
2005-10-10 14:49:52 -07:00
2005-12-05 00:15:44 -08:00
2005-10-26 16:31:58 -07:00
2006-02-17 02:11:38 -08:00
2005-11-18 15:34:19 -08:00
2005-09-20 15:07:52 -07:00
2005-10-28 02:39:56 -07:00
2005-10-10 16:01:31 -07:00
2005-12-05 21:47:16 -08:00
2005-12-08 23:18:41 -08:00
2006-02-06 21:14:56 -08:00
2006-02-21 22:11:50 -08:00
2005-12-08 15:50:16 -08:00
2006-02-21 17:45:32 -08:00
2005-12-05 00:58:23 -08:00
2005-09-20 15:07:52 -07:00
2006-02-17 02:11:38 -08:00
2006-02-12 00:26:54 -08:00
2005-09-20 15:07:52 -07:00
2006-02-06 21:53:11 -08:00
2006-01-21 19:11:51 -08:00
2005-10-10 16:01:32 -07:00
2006-01-28 00:08:38 -08:00
2006-02-19 10:23:17 -08:00
2005-12-08 15:50:14 -08:00
2006-02-22 17:10:42 -08:00
2006-02-13 03:32:10 -05:00
2005-10-10 14:49:52 -07:00
2005-10-03 13:23:47 -07:00
2005-10-25 22:51:13 -07:00
2005-10-10 16:01:32 -07:00
2006-01-15 00:04:23 -08:00
2005-10-10 16:01:31 -07:00
2006-02-07 13:19:42 -08:00
2005-10-10 14:49:52 -07:00
2005-10-10 14:49:52 -07:00
2005-10-10 16:01:32 -07:00
2005-09-20 15:07:52 -07:00
2006-02-27 15:27:24 -08:00
2005-11-15 01:31:04 -08:00
2006-02-17 04:04:39 -08:00
2005-10-10 14:49:52 -07:00
2005-10-10 14:49:52 -07:00
2005-11-14 17:15:32 -08:00
2006-02-12 01:48:47 -08:00
2005-10-04 17:04:03 -07:00
2005-12-17 11:39:39 -08:00
2005-10-10 14:49:52 -07:00
2005-10-10 14:49:52 -07:00
2005-12-08 15:50:14 -08:00
2005-09-20 15:07:52 -07:00
2005-10-30 22:54:39 -08:00
2005-12-05 21:47:16 -08:00
2006-02-06 21:53:11 -08:00
2005-10-30 22:54:39 -08:00
2006-01-10 16:02:54 -08:00
2005-12-19 16:38:16 -08:00
2005-08-29 22:38:12 -07:00
2005-11-06 01:12:32 -08:00
2006-01-24 23:16:31 -08:00
2005-12-08 14:04:33 -08:00
2005-12-08 14:04:33 -08:00
2006-02-06 21:14:56 -08:00
2006-01-24 23:17:06 -08:00
2005-12-07 16:16:04 -08:00
2006-02-17 16:15:26 -08:00
2006-01-22 22:43:59 -08:00
2006-02-06 21:14:56 -08:00