From: "Frédéric Heitzmann" <frederic.heitzmann@gmail.com>
To: Matthieu.Moy@grenoble-inp.fr, git@vger.kernel.org
Subject: [PATCH] git svn : hook before 'git svn dcommit'
Date: Sun, 3 Jul 2011 22:49:14 +0200 [thread overview]
Message-ID: <1309726156-31156-1-git-send-email-frederic.heitzmann@gmail.com> (raw)
In-Reply-To: <vpqfwmos5sg.fsf@bauges.imag.fr>
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.
Documentation/git-svn.txt | 14 +++++++++++++-
git-svn.perl | 21 +++++++++++++++++++++
2 files changed, 34 insertions(+), 1 deletions(-)
next prev parent reply other threads:[~2011-07-03 20:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-02 12:48 [PATCH] git svn : hook before 'git svn dcommit' Frédéric Heitzmann
2011-07-02 13:54 ` Matthieu Moy
2011-07-02 17:25 ` Frédéric Heitzmann
2011-07-02 21:59 ` Matthieu Moy
2011-07-03 20:49 ` Frédéric Heitzmann [this message]
2011-07-03 20:49 ` [PATCH 1/2] " Frédéric Heitzmann
2011-07-03 20:49 ` [PATCH 2/2] git svn : documentation of 'pre-svn-dcommit' Frédéric Heitzmann
2011-07-03 21:00 ` [PATCH] git svn : hook before 'git svn dcommit' Matthieu Moy
2011-07-04 5:54 ` Frédéric Heitzmann
2011-07-05 20:44 ` [PATCH v2] " Frédéric Heitzmann
2011-07-09 12:18 ` Frédéric Heitzmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1309726156-31156-1-git-send-email-frederic.heitzmann@gmail.com \
--to=frederic.heitzmann@gmail.com \
--cc=Matthieu.Moy@grenoble-inp.fr \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.