git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git svn dcommit : new option --interactive
@ 2011-09-04 19:21 Frédéric Heitzmann
  2011-09-04 19:21 ` [PATCH 1/2] git svn dcommit: " 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
  0 siblings, 2 replies; 5+ messages in thread
From: Frédéric Heitzmann @ 2011-09-04 19:21 UTC (permalink / raw)
  To: git; +Cc: gitster, normalperson, jaysoffian

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(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-09-07 20:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-04 19:21 [PATCH] git svn dcommit : new option --interactive Frédéric Heitzmann
2011-09-04 19:21 ` [PATCH 1/2] git svn dcommit: " 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

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).