Skip to content

Commit cdcd793

Browse files
committed
Merge branch 'as/maint-doc-fix-no-post-rewrite' into maint
* as/maint-doc-fix-no-post-rewrite: commit: fixup misplacement of --no-post-rewrite description
2 parents c5afc5b + 77effef commit cdcd793

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Documentation/git-commit.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,6 @@ OPTIONS
193193
current tip -- if it was a merge, it will have the parents of
194194
the current tip as parents -- so the current top commit is
195195
discarded.
196-
197-
--no-post-rewrite::
198-
Bypass the post-rewrite hook.
199-
200196
+
201197
--
202198
It is a rough equivalent for:
@@ -213,6 +209,9 @@ You should understand the implications of rewriting history if you
213209
amend a commit that has already been published. (See the "RECOVERING
214210
FROM UPSTREAM REBASE" section in linkgit:git-rebase[1].)
215211

212+
--no-post-rewrite::
213+
Bypass the post-rewrite hook.
214+
216215
-i::
217216
--include::
218217
Before making a commit out of staged contents so far,

0 commit comments

Comments
 (0)