index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
perl
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-27
The Makefile.PL will now find .pm files itself.
Michael G. Schwern
1
-13
/
+16
2012-07-27
Don't lose Error.pm if $@ gets clobbered.
Michael G. Schwern
1
-2
/
+1
2012-07-27
Quiet warning if Makefile.PL is run with -w and no --localedir
Michael G. Schwern
1
-1
/
+2
2012-06-29
perl/Makefile: Fix a missing double-quote
Johannes Sixt
1
-1
/
+1
2012-06-15
perl/Makefile: move "mkdir -p" to module installation loop for maintainability
Jonathan Nieder
1
-2
/
+14
2012-06-15
perl/Makefile: install Git::SVN::* when NO_PERL_MAKEMAKER=yes, too
Jonathan Nieder
1
-7
/
+24
2012-06-15
perl/Makefile.PL: warn about duplicate module list in perl/Makefile
Jonathan Nieder
1
-0
/
+4
2012-06-10
git-svn: use YAML format for mergeinfo cache when possible
Jonathan Nieder
2
-0
/
+94
2012-06-10
git-svn: make Git::SVN::RA a separate file
Jonathan Nieder
2
-0
/
+659
2012-06-10
git-svn: make Git::SVN::Editor a separate file
Jonathan Nieder
3
-1
/
+539
2012-05-29
git-svn: make Git::SVN::Fetcher a separate file
Jonathan Nieder
2
-0
/
+603
2012-05-29
git-svn: move Git::SVN::Prompt into its own file
Jonathan Nieder
2
-0
/
+203
2012-03-28
correct spelling: an URL -> a URL
Jim Meyering
1
-1
/
+1
2012-03-16
perl/Makefile: install Git::I18N under NO_PERL_MAKEMAKER
Ævar Arnfjörð Bjarmason
1
-2
/
+5
2012-03-10
Git::I18N: compatibility with perl <5.8.3
Ævar Arnfjörð Bjarmason
1
-1
/
+10
2012-01-03
Merge branch 'maint'
Junio C Hamano
1
-0
/
+1
2012-01-03
Merge branch 'maint-1.7.7' into maint
Junio C Hamano
1
-0
/
+1
2011-12-29
Add MYMETA.json to perl/.gitignore
Jack Nagel
1
-0
/
+1
2011-12-19
Merge branch 'ab/enable-i18n'
Junio C Hamano
3
-2
/
+104
2011-12-05
i18n: add infrastructure for translating Git with gettext
Ævar Arnfjörð Bjarmason
3
-2
/
+104
2011-12-05
Merge branch 'maint-1.7.7' into maint
Junio C Hamano
1
-0
/
+1
2011-12-05
Add MYMETA.yml to perl/.gitignore
Sebastian Morr
1
-0
/
+1
2011-10-18
libperl-git: refactor Git::config_*
Junio C Hamano
1
-64
/
+24
2011-09-30
Add Git::config_path()
Cord Seele
1
-0
/
+32
2011-02-14
perl: command_bidi_pipe() method should set-up git environmens
Masatake Osanai
1
-5
/
+20
2010-09-27
perl: bump the required Perl version to 5.8 from 5.6.[21]
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2010-08-12
perl/Makefile: Unset INSTALL_BASE when making perl.mak
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2010-06-18
Git.pm: better error message
Philippe Bruhat (BooK)
1
-2
/
+2
2010-03-05
git-svn: support fetch with autocrlf on
Erik Faye-Lund
1
-1
/
+1
2010-02-03
Typofixes outside documentation area
Junio C Hamano
1
-2
/
+2
2009-09-25
perl/Makefile.PL: detect MakeMaker versions incompatible with DESTDIR
Brandon Casey
1
-0
/
+8
2009-09-22
pay attention to DESTDIR when building with NO_PERL_MAKEMAKER
Junio C Hamano
1
-4
/
+4
2009-05-09
Git.pm: Always set Repository to absolute path if autodetecting
Frank Lichtenheld
1
-1
/
+1
2009-05-09
Git.pm: Set GIT_WORK_TREE if we set GIT_DIR
Frank Lichtenheld
1
-0
/
+2
2009-04-04
add --html-path to get the location of installed HTML docs
Markus Heidelberg
1
-1
/
+11
2009-01-13
Merge branch 'maint'
Junio C Hamano
1
-2
/
+2
2009-01-13
Merge branch 'maint-1.6.0' into maint
Junio C Hamano
1
-2
/
+2
2009-01-13
Git.pm: call Error::Simple() properly
Jay Soffian
1
-2
/
+2
2009-01-01
Git.pm: correctly handle directory name that evaluates to "false"
Philippe Bruhat (BooK)
1
-3
/
+4
2008-12-21
Always show which directory is not a git repository
Richard Hartmann
1
-2
/
+2
2008-11-13
Git.pm: Make _temp_cache use the repository directory
Marten Svanfeldt (dev)
1
-5
/
+10
2008-10-19
Git.pm: do not break inheritance
Christian Jaeger
1
-2
/
+1
2008-09-10
Git.pm: Use File::Temp->tempfile instead of ->new
Marcus Griep
1
-12
/
+30
2008-08-16
Git.pm: Make File::Spec and File::Temp requirement lazy
Marcus Griep
1
-2
/
+7
2008-08-12
Git.pm: Add faculties to allow temp files to be cached
Marcus Griep
1
-2
/
+123
2008-08-06
perl/Makefile: handle paths with spaces in the NO_PERL_MAKEMAKER section
Brandon Casey
1
-4
/
+4
2008-08-04
Fix typo in perl/Git.pm
Abhijit Menon-Sen
1
-1
/
+1
2008-08-04
Fix hash slice syntax error
Abhijit Menon-Sen
1
-4
/
+4
2008-08-04
Git.pm: localise $? in command_close_bidi_pipe()
Abhijit Menon-Sen
1
-0
/
+1
2008-07-30
Replace uses of "git-var" with "git var"
Todd Zullinger
1
-1
/
+1
[prev]
[next]