Age | Commit message (Expand) | Author | Files | Lines |
2013-05-09 | Git::SVN::*: add missing "NAME" section to perldoc | Jonathan Nieder | 4 | -0/+8 |
2013-05-01 | Merge branch 'hb/git-pm-tempfile' | Junio C Hamano | 1 | -1/+1 |
2013-04-29 | Git.pm: call tempfile from File::Temp as a regular function | H. Merijn Brand | 1 | -1/+1 |
2013-04-15 | Merge branch 'tr/perl-keep-stderr-open' | Junio C Hamano | 1 | -3/+3 |
2013-04-12 | Sync with 'maint' | Junio C Hamano | 3 | -3/+3 |
2013-04-12 | Correct common spelling mistakes in comments and tests | Stefano Lattarini | 3 | -3/+3 |
2013-04-11 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+2 |
2013-04-11 | Typo fix: replacing it's -> its | Benoit Bourbie | 1 | -2/+2 |
2013-04-04 | perl: redirect stderr to /dev/null instead of closing | Thomas Rast | 1 | -3/+3 |
2013-03-27 | git-svn: Support custom tunnel schemes instead of SSH only | Sebastian Schuberth | 1 | -1/+1 |
2013-03-26 | Merge branch 'jc/perl-cat-blob' into maint | Junio C Hamano | 1 | -10/+7 |
2013-03-21 | Merge branch 'mn/send-email-works-with-credential' | Junio C Hamano | 1 | -21/+177 |
2013-03-21 | Merge branch 'jc/perl-cat-blob' | Junio C Hamano | 1 | -10/+7 |
2013-03-08 | git svn: consistent spacing after "W:" in warnings | Eric Wong | 1 | -1/+1 |
2013-03-08 | git svn: ignore partial svn:mergeinfo | Jan Pešta | 1 | -0/+5 |
2013-02-27 | Git.pm: add interface for git credential command | Michal Nazarewicz | 1 | -0/+151 |
2013-02-22 | Git.pm: fix cat_blob crashes on large files | Joshua Clayton | 1 | -10/+7 |
2013-02-14 | Merge branch 'bw/get-tz-offset-perl' | Junio C Hamano | 3 | -12/+31 |
2013-02-12 | Git.pm: allow pipes to be closed prior to calling command_close_bidi_pipe | Michal Nazarewicz | 1 | -1/+14 |
2013-02-12 | Git.pm: refactor command_close_bidi_pipe to use _cmd_close | Michal Nazarewicz | 1 | -19/+11 |
2013-02-09 | perl/Git.pm: fix get_tz_offset to properly handle DST boundary cases | Ben Walton | 1 | -3/+3 |
2013-02-09 | Move Git::SVN::get_tz to Git::get_tz_offset | Ben Walton | 3 | -12/+31 |
2013-02-07 | Git.pm: fix example in command_close_bidi_pipe documentation | Michal Nazarewicz | 1 | -1/+1 |
2013-02-07 | Git.pm: allow command_close_bidi_pipe to be called as method | Michal Nazarewicz | 1 | -1/+1 |
2013-01-24 | git-svn: cleanup sprintf usage for uppercasing hex | Eric Wong | 2 | -3/+3 |
2013-01-19 | git-svn: do not escape certain characters in paths | Peter Wu | 1 | -1/+2 |
2013-01-17 | git svn: do not overescape URLs (fallback case) | Jonathan Nieder | 1 | -1/+1 |
2013-01-17 | Git::SVN::Editor::T: pass $deletions to ->A and ->D | Jonathan Nieder | 1 | -2/+2 |
2012-12-17 | git-svn, perl/Git.pm: extend and use Git->prompt method for querying users | Sven Strickroth | 2 | -20/+24 |
2012-12-17 | perl/Git.pm: Honor SSH_ASKPASS as fallback if GIT_ASKPASS is not set | Sven Strickroth | 1 | -2/+5 |
2012-12-17 | git-svn, perl/Git.pm: add central method for prompting passwords | Sven Strickroth | 2 | -20/+45 |
2012-10-10 | git svn: work around SVN 1.7 mishandling of svn:special changes | Jonathan Nieder | 1 | -1/+24 |
2012-10-05 | git-svn: keep leading slash when canonicalizing paths (fallback case) | Jonathan Nieder | 1 | -1/+0 |
2012-10-05 | Git::SVN: rename private path field | Jonathan Nieder | 1 | -2/+2 |
2012-10-05 | git-svn: use path accessor for Git::SVN objects | Eric Wong | 1 | -1/+1 |
2012-10-05 | Make git-svn branch patterns match complete URL | Ammon Riley | 1 | -1/+3 |
2012-10-05 | git-svn.perl: keep processing all commits in parents_exclude | Steven Walter | 1 | -1/+0 |
2012-10-05 | git-svn.perl: consider all ranges for a given merge, instead of only tip-by-tip | Steven Walter | 1 | -5/+3 |
2012-08-22 | Merge branch 'ms/git-svn-1.7' | Junio C Hamano | 5 | -109/+341 |
2012-08-10 | git svn: reset invalidates the memoized mergeinfo caches | Peter Baumann | 1 | -2/+25 |
2012-08-02 | git-svn: remove ad-hoc canonicalizations | Michael G. Schwern | 1 | -1/+0 |
2012-08-02 | git-svn: canonicalize newly-minted URLs | Michael G. Schwern | 2 | -6/+22 |
2012-08-02 | git-svn: introduce add_path_to_url function | Michael G. Schwern | 3 | -22/+46 |
2012-08-02 | git-svn: canonicalize earlier | Michael G. Schwern | 1 | -2/+2 |
2012-08-02 | git-svn: replace URL escapes with canonicalization | Michael G. Schwern | 2 | -23/+6 |
2012-08-02 | git-svn: attempt to mimic SVN 1.7 URL canonicalization | Michael G. Schwern | 2 | -4/+19 |
2012-08-02 | Git::SVN{,::Ra}: canonicalize earlier | Michael G. Schwern | 2 | -3/+9 |
2012-08-02 | git-svn: path canonicalization uses SVN API | Michael G. Schwern | 1 | -0/+24 |
2012-08-02 | Git::SVN::Utils: remove irrelevant comment | Michael G. Schwern | 1 | -2/+0 |
2012-08-02 | git-svn: add join_paths() to safely concatenate paths | Michael G. Schwern | 2 | -4/+38 |