summaryrefslogtreecommitdiffstats
path: root/git-rebase.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-02-28 15:40:27 -0800
committerJunio C Hamano <gitster@pobox.com>2018-02-28 15:40:27 -0800
commit615c3b305d84007474d17c62d54fc18c71fdc587 (patch)
tree3c342628ed177b313bffbdb3250ed18d71046cca /git-rebase.txt
parent90fd88e4a2ddbb1298553bb804788405aa3e984c (diff)
downloadgit-htmldocs-615c3b305d84007474d17c62d54fc18c71fdc587.tar.gz
Autogenerated HTML docs for v2.16.2-345-g7e3123
Diffstat (limited to 'git-rebase.txt')
-rw-r--r--git-rebase.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/git-rebase.txt b/git-rebase.txt
index 8a861c1e0..d713951b8 100644
--- a/git-rebase.txt
+++ b/git-rebase.txt
@@ -244,6 +244,11 @@ leave out at most one of A and B, in which case it defaults to HEAD.
Keep the commits that do not change anything from its
parents in the result.
+--allow-empty-message::
+ By default, rebasing commits with an empty message will fail.
+ This option overrides that behavior, allowing commits with empty
+ messages to be rebased.
+
--skip::
Restart the rebasing process by skipping the current patch.