Files
git/Documentation
sean 031321c654 Add --continue and --abort options to git-rebase.
git rebase [--onto <newbase>] <upstream> [<branch>]
  git rebase --continue
  git rebase --abort

Add "--continue" to restart the rebase process after
manually resolving conflicts.  The user is warned if
there are still differences between the index and the
working files.

Add "--abort" to restore the original branch, and
remove the .dotest working files.

Some minor additions to the git-rebase documentation.

[jc: fix that applies to the maintenance track has been dealt
 with separately.]

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