Update of the git-svn documentation: 'pre-svn-dcommit' hook. Signed-off-by: Frédéric Heitzmann <frederic.heitzmann@xxxxxxxxx> --- Documentation/git-svn.txt | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index 713e523..ec87ed3 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -700,6 +700,18 @@ section because they affect the 'git-svn-id:' metadata line, except for rewriteRoot and rewriteUUID which can be used together. +HOOKS +----- + +The 'pre-svn-dcommit' hook is called by 'git svn dcommit' and can be used to +prevent some diff to be committed to a SVN repository. It may typically be +used to filter some intermediate patches, which were committed into git but +must not find their way to the SVN repository. + +It takes a single parameter, the reference given to 'git svn dcommit'. If the +hook exists with a non zero-status, 'git svn dcommit' will abort. + + BASIC EXAMPLES -------------- @@ -901,7 +913,7 @@ reset) branches-maxRev and/or tags-maxRev as appropriate. SEE ALSO -------- -linkgit:git-rebase[1] +linkgit:git-rebase[1], linkgit:githooks[5] GIT --- -- 1.7.6.133.gd3b55a -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html