110 Commits (077cde91d226c305523645a0f30b6955d4aaf9c9)

Author SHA1 Message Date
Bernhard M. Wiedemann a40e06ee33 perl: call timegm and timelocal with 4-digit year 7 years ago
Matthieu Moy c8f9d13dc6 perl/Git: remove now useless email-address parsing code 7 years ago
Ævar Arnfjörð Bjarmason 20d2a30f8f Makefile: replace perl/Makefile.PL with simple make rules 7 years ago
Junio C Hamano f81935cc4d perl/Git.pm: typofix in a comment 8 years ago
Phillip Wood d5f28b7241 Git::unquote_path(): throw an exception on bad path 8 years ago
Phillip Wood 4cebfac944 Git::unquote_path(): handle '\a' 8 years ago
Phillip Wood 1d542a5487 add -i: move unquote_path() to Git.pm 8 years ago
Vasco Almeida 2db87101fc Git.pm: add subroutines for commenting lines 8 years ago
Matthieu Moy dcfafc5214 Git.pm: add comment pointing to t9000 8 years ago
Matthieu Moy e3fdbcc8e1 parse_mailboxes: accept extra text after <...> address 8 years ago
Eric Wong b26098fc2f git-svn: reduce scope of input record separator change 8 years ago
Li Peng 832c0e5e63 typofix: assorted typofixes in comments, documentation and messages 9 years ago
Johannes Schindelin 888ab716ad Git.pm: stop assuming that absolute paths start with a slash 9 years ago
Remi Lespinet 8d314d7afe send-email: reduce dependencies impact on parse_address_line 10 years ago
Alexander Kuleshov ef2956a5e2 Git.pm: two minor typo fixes 10 years ago
Eric Wong 822aaf0f08 Git.pm: add specified name to tempfile template 10 years ago
Kyle J. McKay 9c0810732c Git.pm: revert _temp_cache use of temp_is_locked 12 years ago
Kyle J. McKay 4e63dcc86c Git.pm: add new temp_is_locked function 12 years ago
H. Merijn Brand eafc2dd59f Git.pm: call tempfile from File::Temp as a regular function 12 years ago
Stefano Lattarini 41ccfdd9c9 Correct common spelling mistakes in comments and tests 12 years ago
Thomas Rast bd4ca09d4c perl: redirect stderr to /dev/null instead of closing 12 years ago
Michal Nazarewicz 52dce6d036 Git.pm: add interface for git credential command 12 years ago
Joshua Clayton 712c6adaee Git.pm: fix cat_blob crashes on large files 12 years ago
Michal Nazarewicz f4c0035de6 Git.pm: allow pipes to be closed prior to calling command_close_bidi_pipe 12 years ago
Michal Nazarewicz 1323dba6af Git.pm: refactor command_close_bidi_pipe to use _cmd_close 12 years ago
Ben Walton 75f7b5dfc4 perl/Git.pm: fix get_tz_offset to properly handle DST boundary cases 12 years ago
Ben Walton 68868ff573 Move Git::SVN::get_tz to Git::get_tz_offset 12 years ago
Michal Nazarewicz 8a2cc51b6f Git.pm: fix example in command_close_bidi_pipe documentation 12 years ago
Michal Nazarewicz 1bc760aeb7 Git.pm: allow command_close_bidi_pipe to be called as method 12 years ago
Sven Strickroth e9263e4580 git-svn, perl/Git.pm: extend and use Git->prompt method for querying users 12 years ago
Sven Strickroth 8f3cab2b4d perl/Git.pm: Honor SSH_ASKPASS as fallback if GIT_ASKPASS is not set 12 years ago
Sven Strickroth 38ecf3a35d git-svn, perl/Git.pm: add central method for prompting passwords 12 years ago
Jim Meyering a7793a7491 correct spelling: an URL -> a URL 13 years ago
Junio C Hamano 6942a3d796 libperl-git: refactor Git::config_* 14 years ago
Cord Seele 9fef9e2790 Add Git::config_path() 14 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] 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
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 17 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