1
0
mirror of https://github.com/git/git.git synced 2025-03-15 20:51:54 +00:00
git/Documentation
Neil Horman 90e1818f9a git-rebase: add keep_empty flag
Add a command line switch to git-rebase to allow a user the ability to specify
that they want to keep any commits in a series that are empty.

When git-rebase's type is am, then this option will automatically keep any
commit that has a tree object identical to its parent.

This patch changes the default behavior of interactive rebases as well.  With
this patch, git-rebase -i will produce a revision set passed to
git-revision-editor, in which empty commits are commented out.  Empty commits
may be kept manually by uncommenting them.  If the new --keep-empty option is
used in an interactive rebase the empty commits will automatically all be
uncommented in the editor.

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2012-04-24 15:24:14 -07:00
..
2012-03-28 08:47:23 -07:00
2012-04-06 10:47:58 -07:00
2012-03-30 20:25:55 -07:00
2011-08-08 09:30:12 -07:00
2012-03-04 22:21:52 -08:00
2012-01-29 13:18:53 -08:00
2012-03-01 14:45:14 -08:00
2012-03-05 11:32:19 -08:00
2011-08-30 12:35:51 -07:00
2011-12-12 11:52:31 -08:00
2012-02-26 17:39:04 -08:00
2012-02-22 18:17:39 -08:00
2012-04-24 15:24:14 -07:00
2011-09-06 11:42:12 -07:00
2011-05-19 10:55:54 -07:00
2011-03-11 10:59:16 -05:00
2012-02-08 19:59:41 -08:00
2012-04-06 10:47:58 -07:00
2010-07-05 13:39:02 -07:00
2010-07-20 16:59:17 -07:00