| Commit message (Expand) | Author | Age |
* | Merge branch 'tr/perl-keep-stderr-open' into maint | Junio C Hamano | 2013-04-22 |
|\ |
|
| * | perl: redirect stderr to /dev/null instead of closing | Thomas Rast | 2013-04-04 |
* | | Correct common spelling mistakes in comments and tests | Stefano Lattarini | 2013-04-12 |
* | | Typo fix: replacing it's -> its | Benoit Bourbie | 2013-04-11 |
|/ |
|
* | Merge branch 'jc/perl-cat-blob' into maint | Junio C Hamano | 2013-03-26 |
|\ |
|
| * | Git.pm: fix cat_blob crashes on large files | Joshua Clayton | 2013-02-22 |
* | | git svn: consistent spacing after "W:" in warnings | Eric Wong | 2013-03-08 |
* | | git svn: ignore partial svn:mergeinfo | Jan Pešta | 2013-03-08 |
* | | Merge branch 'bw/get-tz-offset-perl' | Junio C Hamano | 2013-02-14 |
|\ \ |
|
| * | | perl/Git.pm: fix get_tz_offset to properly handle DST boundary cases | Ben Walton | 2013-02-09 |
| * | | Move Git::SVN::get_tz to Git::get_tz_offset | Ben Walton | 2013-02-09 |
* | | | git-svn: cleanup sprintf usage for uppercasing hex | Eric Wong | 2013-01-24 |
* | | | git-svn: do not escape certain characters in paths | Peter Wu | 2013-01-19 |
* | | | git svn: do not overescape URLs (fallback case) | Jonathan Nieder | 2013-01-17 |
* | | | Git::SVN::Editor::T: pass $deletions to ->A and ->D | Jonathan Nieder | 2013-01-17 |
|/ / |
|
* | | git-svn, perl/Git.pm: extend and use Git->prompt method for querying users | Sven Strickroth | 2012-12-17 |
* | | perl/Git.pm: Honor SSH_ASKPASS as fallback if GIT_ASKPASS is not set | Sven Strickroth | 2012-12-17 |
* | | git-svn, perl/Git.pm: add central method for prompting passwords | Sven Strickroth | 2012-12-17 |
* | | git svn: work around SVN 1.7 mishandling of svn:special changes | Jonathan Nieder | 2012-10-10 |
* | | git-svn: keep leading slash when canonicalizing paths (fallback case) | Jonathan Nieder | 2012-10-05 |
* | | Git::SVN: rename private path field | Jonathan Nieder | 2012-10-05 |
* | | git-svn: use path accessor for Git::SVN objects | Eric Wong | 2012-10-05 |
* | | Make git-svn branch patterns match complete URL | Ammon Riley | 2012-10-05 |
* | | git-svn.perl: keep processing all commits in parents_exclude | Steven Walter | 2012-10-05 |
* | | git-svn.perl: consider all ranges for a given merge, instead of only tip-by-tip | Steven Walter | 2012-10-05 |
* | | Merge branch 'ms/git-svn-1.7' | Junio C Hamano | 2012-08-22 |
|\ \
| |/
|/| |
|
| * | git-svn: remove ad-hoc canonicalizations | Michael G. Schwern | 2012-08-02 |
| * | git-svn: canonicalize newly-minted URLs | Michael G. Schwern | 2012-08-02 |
| * | git-svn: introduce add_path_to_url function | Michael G. Schwern | 2012-08-02 |
| * | git-svn: canonicalize earlier | Michael G. Schwern | 2012-08-02 |
| * | git-svn: replace URL escapes with canonicalization | Michael G. Schwern | 2012-08-02 |
| * | git-svn: attempt to mimic SVN 1.7 URL canonicalization | Michael G. Schwern | 2012-08-02 |
| * | Git::SVN{,::Ra}: canonicalize earlier | Michael G. Schwern | 2012-08-02 |
| * | git-svn: path canonicalization uses SVN API | Michael G. Schwern | 2012-08-02 |
| * | Git::SVN::Utils: remove irrelevant comment | Michael G. Schwern | 2012-08-02 |
| * | git-svn: add join_paths() to safely concatenate paths | Michael G. Schwern | 2012-08-02 |
| * | git-svn: factor out _collapse_dotdot function | Michael G. Schwern | 2012-08-02 |
| * | git-svn: use SVN 1.7 to canonicalize when possible | Michael G. Schwern | 2012-08-02 |
| * | git-svn: move canonicalization to Git::SVN::Utils | Michael G. Schwern | 2012-08-02 |
| * | use Git::SVN{,::RA}->url accessor globally | Michael G. Schwern | 2012-08-02 |
| * | use Git::SVN->path accessor globally | Michael G. Schwern | 2012-08-02 |
| * | Git::SVN::Ra: use accessor for URLs | Michael G. Schwern | 2012-08-02 |
| * | Git::SVN: use accessor for URLs internally | Michael G. Schwern | 2012-08-02 |
| * | Git::SVN: use accessors internally for path | Michael G. Schwern | 2012-08-02 |
* | | git svn: reset invalidates the memoized mergeinfo caches | Peter Baumann | 2012-08-10 |
|/ |
|
* | Extract Git::SVN::GlobSpec from git-svn. | Michael G. Schwern | 2012-07-27 |
* | Move Git::IndexInfo into its own file. | Michael G. Schwern | 2012-07-27 |
* | Extract Git::SVN::Migration from git-svn. | Michael G. Schwern | 2012-07-27 |
* | Extract Git::SVN::Log from git-svn. | Michael G. Schwern | 2012-07-27 |
* | Move initialization of Git::SVN variables into Git::SVN. | Michael G. Schwern | 2012-07-27 |