summaryrefslogtreecommitdiffstats
path: root/git-rebase.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-04-30 15:36:09 -0700
committerJunio C Hamano <gitster@pobox.com>2012-04-30 15:36:09 -0700
commit37e389e94a0e6d4ada67d5061b9298034cf8ce54 (patch)
treeb5d224776c30c5839c6c38d5b6259fd6d6fd30be /git-rebase.txt
parent4d61c4a84979ce13d9d3e78e3e9feb63672939b8 (diff)
downloadgit-htmldocs-37e389e94a0e6d4ada67d5061b9298034cf8ce54.tar.gz
Autogenerated HTML docs for v1.7.10-420-g9768c
Diffstat (limited to 'git-rebase.txt')
-rw-r--r--git-rebase.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/git-rebase.txt b/git-rebase.txt
index 520aaa94f..841ebd6a9 100644
--- a/git-rebase.txt
+++ b/git-rebase.txt
@@ -238,6 +238,10 @@ leave out at most one of A and B, in which case it defaults to HEAD.
will be reset to where it was when the rebase operation was
started.
+--keep-empty::
+ Keep the commits that do not change anything from its
+ parents in the result.
+
--skip::
Restart the rebasing process by skipping the current patch.