You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2012/02/06 00:33:19 UTC

svn commit: r1240862 - /subversion/site/publish/docs/release-notes/1.8.html

Author: danielsh
Date: Sun Feb  5 23:33:18 2012
New Revision: 1240862

URL: http://svn.apache.org/viewvc?rev=1240862&view=rev
Log:
Follow-up to r1240860.

* docs/release-notes/1.8.html
  (hooks): Add an <h4> subtitle, '#hooks-post-commit'.

Modified:
    subversion/site/publish/docs/release-notes/1.8.html

Modified: subversion/site/publish/docs/release-notes/1.8.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.8.html?rev=1240862&r1=1240861&r2=1240862&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Sun Feb  5 23:33:18 2012
@@ -414,6 +414,12 @@ mergeinfo.</p>
     title="Link to this section">&para;</a>
 </h3>
 
+<div class="h4" id="hooks-post-commit">
+<h4><tt>post-commit</tt> hook grows <tt>txn-name</tt> argument
+  <a class="sectionlink" href="#hooks-post-commit"
+    title="Link to this section">&para;</a>
+</h4>
+
 <p>The <tt>post-commit</tt> hook has grown a <tt>txn-name</tt> argument as the
 third positional argument (<tt>argv[3]</tt>).  This argument is the name of the
 transaction that has become the revision triggering the <tt>post-commit</tt>
@@ -426,6 +432,8 @@ against the would-be-revision, it can st
 persistent hash keyed by the transaction name, which the <tt>post-commit</tt>
 hook will use to avoid re-doing the computation.</p>
 
+</div>  <!-- hooks-post-commit -->
+
 </div>  <!-- hooks -->
 
 </div>  <!-- enhancements -->