From: "Frédéric Heitzmann" <frederic.heitzmann@gmail.com>
To: git@vger.kernel.org
Cc: gitster@pobox.com, normalperson@yhbt.net, jaysoffian@gmail.com
Subject: [PATCH] git svn dcommit : new option --interactive
Date: Sun, 4 Sep 2011 21:21:51 +0200 [thread overview]
Message-ID: <1315164113-26539-1-git-send-email-frederic.heitzmann@gmail.com> (raw)
I use git svn daily, at work, and it is so useful that I started using it to
track some files which are not supposed to find their way up to the SVN
server.
For instance, it may be useful to 'git add & commit' some reference data
files, refactor some code, check against the data files, git commit, ..., then discard
commits with data files.
This way, it is very easy to monitor the functional changes in your code.
Unfortunately, it may happen that I forget to remove useless commits, and 'git
svn dcommit' everything ... forever.
These 2 patches add a --interactive option to 'git svn dcommit', which provides
an interactive mode, similar to git-send-email.
Documentation/git-svn.txt | 8 ++++
git-svn.perl | 71 +++++++++++++++++++++++++++++++-
t/t9160-git-svn-dcommit-interactive.sh | 64 ++++++++++++++++++++++++++++
3 files changed, 142 insertions(+), 1 deletions(-)
next reply other threads:[~2011-09-04 19:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-04 19:21 Frédéric Heitzmann [this message]
2011-09-04 19:21 ` [PATCH 1/2] git svn dcommit: new option --interactive Frédéric Heitzmann
2011-09-06 20:26 ` Eric Wong
2011-09-07 20:02 ` Frédéric Heitzmann
2011-09-04 19:21 ` [PATCH 2/2] git svn dcommit: add a test serie for 'git svn dcommit --interactive' 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=1315164113-26539-1-git-send-email-frederic.heitzmann@gmail.com \
--to=frederic.heitzmann@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=jaysoffian@gmail.com \
--cc=normalperson@yhbt.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).