Johannes Schindelin
f09c9b8c5f
Teach rebase -i about --preserve-merges
...
The option "-p" (or long "--preserve-merges") makes it possible to
rebase side branches including merges, without straightening the
history.
Example:
X
\
A---M---B
/
---o---O---P---Q
When the current HEAD is "B", "git rebase -i -p --onto Q O" will yield
X
\
---o---O---P---Q---A'---M'---B'
Note that this will
- _not_ touch X [*1*], it does
- _not_ work without the --interactive flag [*2*], it does
- _not_ guess the type of the merge, but blindly uses recursive or
whatever strategy you provided with "-s <strategy>" for all merges it
has to redo, and it does
- _not_ make use of the original merge commit via git-rerere.
*1*: only commits which reach a merge base between <upstream> and HEAD
are reapplied. The others are kept as-are.
*2*: git-rebase without --interactive is inherently patch based (at
least at the moment), and therefore merges cannot be preserved.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de >
Signed-off-by: Junio C Hamano <gitster@pobox.com >
2007-06-26 18:58:59 -07:00
..
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-04-23 22:19:36 -07:00
2007-06-16 01:22:10 -07:00
2007-04-26 22:43:10 -07:00
2007-03-01 13:24:54 -08:00
2006-12-13 09:41:18 -08:00
2007-06-22 22:32:32 -07:00
2007-06-10 08:27:29 -04:00
2007-02-17 16:16:48 -08:00
2007-06-07 00:04:01 -07:00
2007-03-04 16:47:32 -08:00
2007-06-07 00:04:01 -07:00
2007-06-12 01:00:38 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-01-28 16:33:58 -08:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-04-16 01:14:46 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-09 10:42:48 -07:00
2007-06-07 00:04:01 -07:00
2007-06-09 18:34:58 -07:00
2007-06-07 00:04:01 -07:00
2007-05-18 21:47:40 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2006-06-07 11:49:35 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-12 00:15:16 -07:00
2007-06-22 22:32:32 -07:00
2007-05-07 15:39:57 -07:00
2007-06-09 11:52:43 -07:00
2007-06-07 00:04:01 -07:00
2007-03-09 00:05:23 -08:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-16 01:22:10 -07:00
2007-06-12 21:04:52 -07:00
2007-06-15 22:38:48 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-02-19 19:20:05 -08:00
2007-02-09 15:41:35 -08:00
2007-06-07 00:04:01 -07:00
2007-05-18 21:47:45 -07:00
2007-06-07 00:04:01 -07:00
2007-01-28 16:33:58 -08:00
2007-06-07 00:04:01 -07:00
2007-05-31 16:22:28 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-22 22:32:32 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2006-05-05 14:21:18 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-16 13:10:52 -07:00
2007-04-16 01:10:28 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-01-18 15:53:37 -08:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-10 08:27:29 -04:00
2007-06-10 16:00:36 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-01-26 00:02:51 -08:00
2007-01-18 15:53:37 -08:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-09 11:52:43 -07:00
2007-06-07 00:04:01 -07:00
2007-06-09 11:53:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-16 13:08:09 -07:00
2007-06-26 18:58:59 -07:00
2007-03-11 22:56:03 -07:00
2007-06-16 13:08:12 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-01-28 16:16:53 -08:00
2007-06-07 00:04:01 -07:00
2007-02-17 10:20:27 -08:00
2007-04-23 23:55:08 -07:00
2007-06-16 13:08:14 -07:00
2007-06-16 13:08:11 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-02-03 21:49:54 -08:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-02-03 23:34:22 -08:00
2007-06-07 00:04:01 -07:00
2007-04-09 18:54:52 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-06 02:49:08 -07:00
2007-06-24 02:37:40 -07:00
2007-06-07 00:04:01 -07:00
2007-01-28 02:16:46 -08:00
2007-06-02 20:04:14 -07:00
2007-06-07 00:04:01 -07:00
2007-02-05 13:52:45 -08:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-05-10 15:24:44 -07:00
2007-06-07 00:04:01 -07:00
2007-01-18 15:53:37 -08:00
2007-02-24 00:26:18 -08:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-16 09:10:18 -07:00
2007-05-14 19:03:32 -07:00
2007-06-02 11:59:19 -07:00
2007-06-07 00:04:01 -07:00
2007-06-15 22:46:04 -07:00
2007-05-25 20:54:38 -07:00
2007-05-24 21:36:53 -07:00
2005-08-29 22:38:12 -07:00
2007-02-18 15:58:20 -08:00
2006-12-23 09:22:30 -08:00
2007-03-10 23:05:02 -05:00
2007-06-20 16:22:09 -07:00
2007-06-07 00:04:01 -07:00
2005-12-08 14:04:33 -08:00
2007-06-07 00:04:01 -07:00
2007-06-16 13:10:49 -07:00
2007-06-07 00:04:01 -07:00
2007-02-18 16:18:43 -08:00
2007-02-26 00:26:06 -08:00
2007-03-04 17:20:38 -08:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-04-03 19:27:41 -07:00
2007-02-19 18:14:29 -08:00
2007-04-18 12:39:04 -07:00
2007-04-21 13:57:07 -07:00
2007-06-07 00:04:01 -07:00
2007-05-08 22:11:17 -07:00
2007-05-20 00:15:53 -07:00
2007-05-20 00:15:53 -07:00
2007-04-03 22:47:01 -07:00
2007-06-02 16:02:49 -07:00
2007-06-16 01:13:35 -07:00
2007-05-20 00:30:39 -07:00
2007-06-02 19:34:54 -07:00
2007-06-07 00:04:01 -07:00
2007-06-07 00:04:01 -07:00
2007-05-19 00:57:19 -04:00
2007-06-10 16:46:17 -04:00
2006-12-31 18:40:17 -08:00
2007-01-07 20:33:06 -05:00
2007-06-16 01:22:10 -07:00