236 Commits (bf2f63a781dfca084b8cbdd9f8e318d35c89488b)

Author SHA1 Message Date
Michael G. Schwern 10c2aa5928 Move Git::IndexInfo into its own file. 13 years ago
Michael G. Schwern b772cb9994 Extract Git::SVN::Migration from git-svn. 13 years ago
Michael G. Schwern b74fda1c9b Extract Git::SVN::Log from git-svn. 13 years ago
Michael G. Schwern 5c71028fce Move initialization of Git::SVN variables into Git::SVN. 13 years ago
Michael G. Schwern 29499c0b27 Extract Git::SVN from git-svn into its own .pm file. 13 years ago
Michael G. Schwern c2768fa152 Extract some utilities from git-svn to allow extracting Git::SVN. 13 years ago
Junio C Hamano ee9be06770 perl: detect new files in MakeMaker builds 13 years ago
Michael G. Schwern 98d5439dad The Makefile.PL will now find .pm files itself. 13 years ago
Michael G. Schwern 0ed8fdcdfd Don't lose Error.pm if $@ gets clobbered. 13 years ago
Michael G. Schwern 4c8e5c55c2 Quiet warning if Makefile.PL is run with -w and no --localedir 13 years ago
Johannes Sixt 01a1a4bca6 perl/Makefile: Fix a missing double-quote 13 years ago
Jonathan Nieder 73abda3b2a perl/Makefile: move "mkdir -p" to module installation loop for maintainability 13 years ago
Jonathan Nieder 1fd8f97f6e perl/Makefile: install Git::SVN::* when NO_PERL_MAKEMAKER=yes, too 13 years ago
Jonathan Nieder d22e567770 perl/Makefile.PL: warn about duplicate module list in perl/Makefile 13 years ago
Jonathan Nieder 68f532f4ba git-svn: use YAML format for mergeinfo cache when possible 13 years ago
Jonathan Nieder 9f7ad1479d git-svn: make Git::SVN::RA a separate file 13 years ago
Jonathan Nieder 8f9facfe94 git-svn: make Git::SVN::Editor a separate file 13 years ago
Jonathan Nieder a6180325e8 git-svn: make Git::SVN::Fetcher a separate file 13 years ago
Jonathan Nieder c102f4cf72 git-svn: move Git::SVN::Prompt into its own file 13 years ago
Jim Meyering a7793a7491 correct spelling: an URL -> a URL 13 years ago
Ævar Arnfjörð Bjarmason 5eb660ecd1 perl/Makefile: install Git::I18N under NO_PERL_MAKEMAKER 13 years ago
Ævar Arnfjörð Bjarmason 3e9c6a08c8 Git::I18N: compatibility with perl <5.8.3 13 years ago
Jack Nagel 0eddcbf161 Add MYMETA.json to perl/.gitignore 13 years ago
Ævar Arnfjörð Bjarmason 5e9637c629 i18n: add infrastructure for translating Git with gettext 13 years ago
Sebastian Morr 332de7a1c8 Add MYMETA.yml to perl/.gitignore 13 years ago
Junio C Hamano 6942a3d796 libperl-git: refactor Git::config_* 13 years ago
Cord Seele 9fef9e2790 Add Git::config_path() 13 years ago
Masatake Osanai 48d9e6ae4b perl: command_bidi_pipe() method should set-up git environmens 14 years ago
Ævar Arnfjörð Bjarmason d48b284183 perl: bump the required Perl version to 5.8 from 5.6.[21] 14 years ago
Ævar Arnfjörð Bjarmason fa57f717cd perl/Makefile: Unset INSTALL_BASE when making perl.mak 15 years ago
Philippe Bruhat (BooK) 64abcc4844 Git.pm: better error message 15 years ago
Erik Faye-Lund 402e139c7e git-svn: support fetch with autocrlf on 15 years ago
Junio C Hamano 9517e6b843 Typofixes outside documentation area 15 years ago
Brandon Casey efe47f8f2c perl/Makefile.PL: detect MakeMaker versions incompatible with DESTDIR 16 years ago
Junio C Hamano 3696c4ce89 pay attention to DESTDIR when building with NO_PERL_MAKEMAKER 16 years ago
Frank Lichtenheld fe53bbc9be Git.pm: Always set Repository to absolute path if autodetecting 16 years ago
Frank Lichtenheld da159c7759 Git.pm: Set GIT_WORK_TREE if we set GIT_DIR 16 years ago
Markus Heidelberg 89a56bfbd3 add --html-path to get the location of installed HTML docs 16 years ago
Jay Soffian 8faea4f3b2 Git.pm: call Error::Simple() properly 16 years ago
Philippe Bruhat (BooK) 11b8a41c45 Git.pm: correctly handle directory name that evaluates to "false" 16 years ago
Richard Hartmann f66bc5f928 Always show which directory is not a git repository 16 years ago
Marten Svanfeldt (dev) bcdd1b4456 Git.pm: Make _temp_cache use the repository directory 16 years ago
Christian Jaeger d8b24b930f Git.pm: do not break inheritance 16 years ago
Marcus Griep 836ff95df6 Git.pm: Use File::Temp->tempfile instead of ->new 17 years ago
Marcus Griep c14c8ceb13 Git.pm: Make File::Spec and File::Temp requirement lazy 17 years ago
Marcus Griep e41352b24e Git.pm: Add faculties to allow temp files to be cached 17 years ago
Brandon Casey 1fc2cbc1d8 perl/Makefile: handle paths with spaces in the NO_PERL_MAKEMAKER section 17 years ago
Abhijit Menon-Sen 9751a32a6b Fix typo in perl/Git.pm 17 years ago
Abhijit Menon-Sen 452d36b1f3 Fix hash slice syntax error 17 years ago
Abhijit Menon-Sen 108c2aaf79 Git.pm: localise $? in command_close_bidi_pipe() 17 years ago