git/perl
Jonathan Nieder c102f4cf72 git-svn: move Git::SVN::Prompt into its own file
git-svn.perl is very long (around 6500 lines) and although it is
nicely split into modules, some new readers do not even notice --- it
is too distracting to see all this functionality collected in a single
file.

Splitting it into multiple files would make it easier for people
to read individual modules straight through and to experiment with
components separately.

Let's start with Git::SVN::Prompt.  For simplicity, we install this as
a module in the standard search path, just like the existing Git and
Git::I18N modules.  In the process, add a manpage explaining its
interface and that it is not likely to be useful for other projects to
avoid confusion.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
2012-05-29 00:17:59 +00:00
..
Git git-svn: move Git::SVN::Prompt into its own file 2012-05-29 00:17:59 +00:00
.gitignore Add MYMETA.json to perl/.gitignore 2011-12-29 13:08:47 -08:00
Git.pm correct spelling: an URL -> a URL 2012-03-28 08:47:23 -07:00
Makefile perl/Makefile: install Git::I18N under NO_PERL_MAKEMAKER 2012-03-16 09:15:28 -07:00
Makefile.PL git-svn: move Git::SVN::Prompt into its own file 2012-05-29 00:17:59 +00:00
private-Error.pm Assorted typo fixes 2007-02-03 21:49:54 -08:00