summaryrefslogtreecommitdiffstats
path: root/githooks.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-09-30 14:07:45 +0900
committerJunio C Hamano <gitster@pobox.com>2019-09-30 14:07:45 +0900
commita8858316fb3186e69d324183d9af58ef55dfb794 (patch)
tree4f60790af5953a6a07e822d2b92123ac3263ed3c /githooks.html
parentcb705397f111dc1fcb3e3fa844bfd5b3050dee38 (diff)
downloadgit-htmldocs-a8858316fb3186e69d324183d9af58ef55dfb794.tar.gz
Autogenerated HTML docs for v2.23.0-385-gbc129
Diffstat (limited to 'githooks.html')
-rw-r--r--githooks.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/githooks.html b/githooks.html
index 6b3e11e15..005b12359 100644
--- a/githooks.html
+++ b/githooks.html
@@ -1127,10 +1127,12 @@ causes the <code>git gc --auto</code> to abort.</p></div>
<h3 id="_post_rewrite">post-rewrite</h3>
<div class="paragraph"><p>This hook is invoked by commands that rewrite commits
(<a href="git-commit.html">git-commit(1)</a> when called with <code>--amend</code> and
-<a href="git-rebase.html">git-rebase(1)</a>; currently <code>git filter-branch</code> does <em>not</em> call
-it!). Its first argument denotes the command it was invoked by:
-currently one of <code>amend</code> or <code>rebase</code>. Further command-dependent
-arguments may be passed in the future.</p></div>
+<a href="git-rebase.html">git-rebase(1)</a>; however, full-history (re)writing tools like
+<a href="git-fast-import.html">git-fast-import(1)</a> or
+<a href="https://github.com/newren/git-filter-repo">git-filter-repo</a> typically
+do not call it!). Its first argument denotes the command it was
+invoked by: currently one of <code>amend</code> or <code>rebase</code>. Further
+command-dependent arguments may be passed in the future.</p></div>
<div class="paragraph"><p>The hook receives a list of the rewritten commits on stdin, in the
format</p></div>
<div class="literalblock">
@@ -1223,7 +1225,7 @@ running passing "1", "1" should not be possible.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2019-09-18 12:25:17 PDT
+ 2019-09-30 14:04:22 JST
</div>
</div>
</body>