1. 20da61f Git.pm: trust rev-parse to find bare repositories by Jeff King · 2 years, 5 months ago
  2. 77a1310 Git.pm: add semicolon after catch statement by Michael McClimon · 2 years, 5 months ago
  3. 6798b08 perl Git.pm: don't ignore signalled failure in _cmd_close() by Ævar Arnfjörð Bjarmason · 3 years, 2 months ago
  4. 17530b2 perl: nano-optimize by replacing Cwd::cwd() with Cwd::getcwd() by Ævar Arnfjörð Bjarmason · 3 years, 10 months ago
  5. 5a544a4 perl: lazily load some common Git.pm setup code by Ævar Arnfjörð Bjarmason · 3 years, 10 months ago
  6. 7cbc045 send-email: move "hooks_path" invocation to git-send-email.perl by Ævar Arnfjörð Bjarmason · 3 years, 10 months ago
  7. 2815326 send-email: don't needlessly abs_path() the core.hooksPath by Ævar Arnfjörð Bjarmason · 3 years, 10 months ago
  8. c824393 git-send-email: Respect core.hooksPath setting by Robert Foss · 4 years ago
  9. 5338ed2 perl: check for perl warnings while running tests by Jeff King · 4 years, 5 months ago
  10. dd84e52 git-send-email: die if sendmail.* config is set by Drew DeVault · 4 years, 8 months ago
  11. 8915297 Fix spelling errors in documentation outside of Documentation/ by Elijah Newren · 5 years ago
  12. bcbb44b Git.pm: make hash size independent by brian m. carlson · 6 years ago
  13. a500a9c Merge branch 'ab/git-svn-get-record-typofix' by Junio C Hamano · 7 years ago
  14. 51db271 git-svn: avoid warning on undef readline() by Ævar Arnfjörð Bjarmason · 7 years ago
  15. ae1644b Merge branch 'ab/perl-fixes' by Junio C Hamano · 7 years ago
  16. 179e1f5 Merge branch 'bw/perl-timegm-timelocal-fix' by Junio C Hamano · 7 years ago
  17. 2865467 perl: move CPAN loader wrappers to another namespace by Ævar Arnfjörð Bjarmason · 7 years ago
  18. 29118b3 Git.pm: hard-depend on the File::{Temp,Spec} modules by Ævar Arnfjörð Bjarmason · 7 years ago
  19. f0e19cb Git.pm: add the "use warnings" pragma by Ævar Arnfjörð Bjarmason · 7 years ago
  20. 872ba00 Git.pm: remove redundant "use strict" from sub-package by Ævar Arnfjörð Bjarmason · 7 years ago
  21. a40e06e perl: call timegm and timelocal with 4-digit year by Bernhard M. Wiedemann · 7 years ago
  22. ed1b87e Merge branch 'ab/simplify-perl-makefile' by Junio C Hamano · 7 years ago
  23. c8f9d13 perl/Git: remove now useless email-address parsing code by Matthieu Moy · 7 years ago
  24. 20d2a30 Makefile: replace perl/Makefile.PL with simple make rules by Ævar Arnfjörð Bjarmason · 7 years ago
  25. 0e544bf Merge branch 'jc/perl-git-comment-typofix' by Junio C Hamano · 8 years ago
  26. f81935c perl/Git.pm: typofix in a comment by Junio C Hamano · 8 years ago
  27. d5f28b7 Git::unquote_path(): throw an exception on bad path by Phillip Wood · 8 years ago
  28. 4cebfac Git::unquote_path(): handle '\a' by Phillip Wood · 8 years ago
  29. 1d542a5 add -i: move unquote_path() to Git.pm by Phillip Wood · 8 years ago
  30. 1d73f8e Merge branch 'va/i18n-perl-scripts' by Junio C Hamano · 8 years ago
  31. 2db8710 Git.pm: add subroutines for commenting lines by Vasco Almeida · 8 years ago
  32. a3f2781 Merge branch 'mm/send-email-cc-cruft-after-address' into maint by Junio C Hamano · 8 years ago
  33. 251641b Merge branch 'svn-wt' of git://bogomips.org/git-svn by Junio C Hamano · 8 years ago
  34. bdcaebb Merge branch 'mm/send-email-cc-cruft-after-address' by Junio C Hamano · 8 years ago
  35. dcfafc5 Git.pm: add comment pointing to t9000 by Matthieu Moy · 8 years ago
  36. e3fdbcc parse_mailboxes: accept extra text after <...> address by Matthieu Moy · 8 years ago
  37. b26098f git-svn: reduce scope of input record separator change by Eric Wong · 8 years ago
  38. 832c0e5 typofix: assorted typofixes in comments, documentation and messages by Li Peng · 9 years ago
  39. 888ab71 Git.pm: stop assuming that absolute paths start with a slash by Johannes Schindelin · 9 years ago
  40. 8d314d7 send-email: reduce dependencies impact on parse_address_line by Remi Lespinet · 10 years ago
  41. ef2956a Git.pm: two minor typo fixes by Alexander Kuleshov · 10 years ago
  42. 822aaf0 Git.pm: add specified name to tempfile template by Eric Wong · 10 years ago
  43. 9c08107 Git.pm: revert _temp_cache use of temp_is_locked by Kyle J. McKay · 12 years ago
  44. 4e63dcc Git.pm: add new temp_is_locked function by Kyle J. McKay · 12 years ago
  45. c7e2be6 Merge branch 'hb/git-pm-tempfile' by Junio C Hamano · 12 years ago
  46. eafc2dd Git.pm: call tempfile from File::Temp as a regular function by H. Merijn Brand · 12 years ago
  47. d809d05 Merge branch 'tr/perl-keep-stderr-open' by Junio C Hamano · 12 years ago
  48. caa7d79 Sync with 'maint' by Junio C Hamano · 12 years ago
  49. 41ccfdd Correct common spelling mistakes in comments and tests by Stefano Lattarini · 12 years ago
  50. bd4ca09 perl: redirect stderr to /dev/null instead of closing by Thomas Rast · 12 years ago
  51. 06d7abb Merge branch 'jc/perl-cat-blob' into maint by Junio C Hamano · 12 years ago
  52. 95ef66d Merge branch 'mn/send-email-works-with-credential' by Junio C Hamano · 12 years ago
  53. 8d747e1 Merge branch 'jc/perl-cat-blob' by Junio C Hamano · 12 years ago
  54. 52dce6d Git.pm: add interface for git credential command by Michal Nazarewicz · 12 years ago
  55. 712c6ad Git.pm: fix cat_blob crashes on large files by Joshua Clayton · 12 years ago
  56. f4c0035 Git.pm: allow pipes to be closed prior to calling command_close_bidi_pipe by Michal Nazarewicz · 12 years ago
  57. 1323dba Git.pm: refactor command_close_bidi_pipe to use _cmd_close by Michal Nazarewicz · 12 years ago
  58. 75f7b5d perl/Git.pm: fix get_tz_offset to properly handle DST boundary cases by Ben Walton · 12 years ago
  59. 68868ff Move Git::SVN::get_tz to Git::get_tz_offset by Ben Walton · 12 years ago
  60. 8a2cc51 Git.pm: fix example in command_close_bidi_pipe documentation by Michal Nazarewicz · 12 years ago
  61. 1bc760a Git.pm: allow command_close_bidi_pipe to be called as method by Michal Nazarewicz · 12 years ago
  62. e9263e4 git-svn, perl/Git.pm: extend and use Git->prompt method for querying users by Sven Strickroth · 12 years ago
  63. 8f3cab2 perl/Git.pm: Honor SSH_ASKPASS as fallback if GIT_ASKPASS is not set by Sven Strickroth · 12 years ago
  64. 38ecf3a git-svn, perl/Git.pm: add central method for prompting passwords by Sven Strickroth · 12 years ago
  65. a7793a7 correct spelling: an URL -> a URL by Jim Meyering · 13 years ago
  66. 6942a3d libperl-git: refactor Git::config_* by Junio C Hamano · 13 years ago
  67. 9fef9e2 Add Git::config_path() by Cord Seele · 13 years ago
  68. 48d9e6a perl: command_bidi_pipe() method should set-up git environmens by Masatake Osanai · 14 years ago
  69. d48b284 perl: bump the required Perl version to 5.8 from 5.6.[21] by Ævar Arnfjörð Bjarmason · 15 years ago
  70. 64abcc4 Git.pm: better error message by Philippe Bruhat (BooK) · 15 years ago
  71. 402e139 git-svn: support fetch with autocrlf on by Erik Faye-Lund · 15 years ago
  72. 9517e6b Typofixes outside documentation area by Junio C Hamano · 15 years ago
  73. fe53bbc Git.pm: Always set Repository to absolute path if autodetecting by Frank Lichtenheld · 16 years ago
  74. da159c7 Git.pm: Set GIT_WORK_TREE if we set GIT_DIR by Frank Lichtenheld · 16 years ago
  75. 89a56bf add --html-path to get the location of installed HTML docs by Markus Heidelberg · 16 years ago
  76. e98c6a1 Merge branch 'maint' by Junio C Hamano · 16 years ago
  77. 4f8b899 Merge branch 'maint-1.6.0' into maint by Junio C Hamano · 16 years ago
  78. 8faea4f Git.pm: call Error::Simple() properly by Jay Soffian · 16 years ago
  79. 11b8a41 Git.pm: correctly handle directory name that evaluates to "false" by Philippe Bruhat (BooK) · 16 years ago
  80. f66bc5f Always show which directory is not a git repository by Richard Hartmann · 16 years ago
  81. bcdd1b4 Git.pm: Make _temp_cache use the repository directory by Marten Svanfeldt (dev) · 16 years ago
  82. d8b24b9 Git.pm: do not break inheritance by Christian Jaeger · 16 years ago
  83. 836ff95 Git.pm: Use File::Temp->tempfile instead of ->new by Marcus Griep · 17 years ago
  84. c14c8ce Git.pm: Make File::Spec and File::Temp requirement lazy by Marcus Griep · 17 years ago
  85. e41352b Git.pm: Add faculties to allow temp files to be cached by Marcus Griep · 17 years ago
  86. 9751a32 Fix typo in perl/Git.pm by Abhijit Menon-Sen · 17 years ago
  87. 452d36b Fix hash slice syntax error by Abhijit Menon-Sen · 17 years ago
  88. 108c2aa Git.pm: localise $? in command_close_bidi_pipe() by Abhijit Menon-Sen · 17 years ago
  89. 5354a56 Replace uses of "git-var" with "git var" by Todd Zullinger · 17 years ago
  90. 31a92f6 Git.pm: Add remote_refs() git-ls-remote frontend by Petr Baudis · 17 years ago
  91. 32d8050 Git.pm: fix return value of config method by Lea Wiemann · 17 years ago
  92. 58c8dd2 Git.pm: fix documentation of hash_object by Lea Wiemann · 17 years ago
  93. d683a0e Git::cat_blob: allow using an empty blob to fix git-svn breakage by Junio C Hamano · 17 years ago
  94. 7182530 Git.pm: Add hash_and_insert_object and cat_blob by Adam Roben · 17 years ago
  95. d1a29af Git.pm: Add command_bidi_pipe and command_close_bidi_pipe by Adam Roben · 17 years ago
  96. 4461792 Git.pm: Don't require repository instance for ident by Frank Lichtenheld · 17 years ago
  97. c2e357c Git.pm: Don't require a repository instance for config by Frank Lichtenheld · 17 years ago
  98. b4c61ed Color support for "git-add -i" by Junio C Hamano · 17 years ago
  99. 346d203 Add config_int() method to the Git perl module by Jakub Narebski · 17 years ago
  100. 6aaa65d When exec() fails include the failing command in the error message by Ask Bjørn Hansen · 17 years ago