| Commit message (Expand) | Author | Age |
* | git-svn: improve rebase/mkdirs performance | Dair Grant | 2015-11-10 |
* | Merge branch 'svn-maint-fixes' into svn-fixes | Junio C Hamano | 2015-02-26 |
|\ |
|
| * | git-svn: fix localtime=true on non-glibc environments | Ryuichi Kokubo | 2015-02-26 |
* | | git-svn: lazy load some modules | Eric Wong | 2015-02-26 |
* | | Git::SVN: handle missing ref_id case correctly | Ramkumar Ramachandra | 2015-01-15 |
|/ |
|
* | git-svn: add space after "W:" prefix in warning | Eric Wong | 2014-10-30 |
* | git-svn: (cleanup) remove editor param passing | Eric Wong | 2014-10-30 |
* | git-svn: disable _rev_list memoization | Eric Wong | 2014-10-27 |
* | git-svn: remove mergeinfo rev caching | Eric Wong | 2014-10-24 |
* | git-svn: cache only mergeinfo revisions | Eric Wong | 2014-10-24 |
* | git-svn: reduce check_cherry_pick cache overhead | Eric Wong | 2014-10-24 |
* | git-svn: only look at the root path for svn:mergeinfo | Jakob Stoklund Olesen | 2014-10-24 |
* | git-svn: only look at the new parts of svn:mergeinfo | Jakob Stoklund Olesen | 2014-10-24 |
* | SVN.pm::parse_svn_date: allow timestamps with a single-digit hour | RomanBelinsky | 2014-04-17 |
* | code and test: fix misuses of "nor" | Justin Lebar | 2014-03-31 |
* | comments: fix misuses of "nor" | Justin Lebar | 2014-03-31 |
* | git-svn: memoize _rev_list and rebuild | lin zuojian | 2014-01-23 |
* | 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 |
|\ |
|
| * | 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: rename private path field | Jonathan Nieder | 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: 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: add join_paths() to safely concatenate paths | 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: 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 initialization of Git::SVN variables into Git::SVN. | Michael G. Schwern | 2012-07-27 |
* | Extract Git::SVN from git-svn into its own .pm file. | Michael G. Schwern | 2012-07-27 |