87 Commits (f24ecf5998a6c913ea6111dc0650c91165149264)

Author SHA1 Message Date
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
Marcus Griep e41352b24e Git.pm: Add faculties to allow temp files to be cached 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
Todd Zullinger 5354a56fe7 Replace uses of "git-var" with "git var" 17 years ago
Petr Baudis 31a92f6aa4 Git.pm: Add remote_refs() git-ls-remote frontend 17 years ago
Lea Wiemann 32d8050a86 Git.pm: fix return value of config method 17 years ago
Lea Wiemann 58c8dd2173 Git.pm: fix documentation of hash_object 17 years ago
Junio C Hamano d683a0e00c Git::cat_blob: allow using an empty blob to fix git-svn breakage 17 years ago
Adam Roben 7182530d8c Git.pm: Add hash_and_insert_object and cat_blob 17 years ago
Adam Roben d1a29af98e Git.pm: Add command_bidi_pipe and command_close_bidi_pipe 17 years ago
Frank Lichtenheld 44617928ae Git.pm: Don't require repository instance for ident 17 years ago
Frank Lichtenheld c2e357c2fe Git.pm: Don't require a repository instance for config 17 years ago
Junio C Hamano b4c61ed6d3 Color support for "git-add -i" 17 years ago
Jakub Narebski 346d203bc3 Add config_int() method to the Git perl module 17 years ago
Ask Bjørn Hansen 6aaa65da20 When exec() fails include the failing command in the error message 18 years ago