Age | Commit message (Expand) | Author | Files | Lines |
2015-03-06 | Merge branch 'ew/svn-maint-fixes' into maint | Junio C Hamano | 1 | -1/+2 |
2015-02-26 | git-svn: fix localtime=true on non-glibc environments | Ryuichi Kokubo | 1 | -1/+2 |
2015-01-15 | Git::SVN: handle missing ref_id case correctly | Ramkumar Ramachandra | 1 | -1/+1 |
2014-10-30 | git-svn: add space after "W:" prefix in warning | Eric Wong | 1 | -4/+2 |
2014-10-30 | git-svn: (cleanup) remove editor param passing | Eric Wong | 1 | -6/+4 |
2014-10-27 | git-svn: disable _rev_list memoization | Eric Wong | 1 | -10/+0 |
2014-10-24 | git-svn: remove mergeinfo rev caching | Eric Wong | 1 | -21/+9 |
2014-10-24 | git-svn: cache only mergeinfo revisions | Eric Wong | 1 | -14/+8 |
2014-10-24 | git-svn: reduce check_cherry_pick cache overhead | Eric Wong | 1 | -13/+15 |
2014-10-24 | git-svn: only look at the root path for svn:mergeinfo | Jakob Stoklund Olesen | 1 | -16/+13 |
2014-10-24 | git-svn: only look at the new parts of svn:mergeinfo | Jakob Stoklund Olesen | 1 | -12/+72 |
2014-04-17 | SVN.pm::parse_svn_date: allow timestamps with a single-digit hour | RomanBelinsky | 1 | -1/+1 |
2014-03-31 | code and test: fix misuses of "nor" | Justin Lebar | 1 | -2/+2 |
2014-03-31 | comments: fix misuses of "nor" | Justin Lebar | 1 | -1/+1 |
2014-01-23 | git-svn: memoize _rev_list and rebuild | lin zuojian | 1 | -3/+38 |
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-14 | Merge branch 'bw/get-tz-offset-perl' | Junio C Hamano | 1 | -10/+2 |
2013-02-09 | Move Git::SVN::get_tz to Git::get_tz_offset | Ben Walton | 1 | -10/+2 |
2013-01-24 | git-svn: cleanup sprintf usage for uppercasing hex | Eric Wong | 1 | -2/+2 |
2012-10-05 | Git::SVN: rename private path field | Jonathan Nieder | 1 | -2/+2 |
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 | 1 | -63/+111 |
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 | 1 | -5/+14 |
2012-08-02 | git-svn: introduce add_path_to_url function | Michael G. Schwern | 1 | -18/+15 |
2012-08-02 | git-svn: replace URL escapes with canonicalization | Michael G. Schwern | 1 | -1/+1 |
2012-08-02 | git-svn: attempt to mimic SVN 1.7 URL canonicalization | Michael G. Schwern | 1 | -2/+2 |
2012-08-02 | Git::SVN{,::Ra}: canonicalize earlier | Michael G. Schwern | 1 | -2/+4 |
2012-08-02 | git-svn: add join_paths() to safely concatenate paths | Michael G. Schwern | 1 | -4/+6 |
2012-08-02 | use Git::SVN{,::RA}->url accessor globally | Michael G. Schwern | 1 | -5/+6 |
2012-08-02 | use Git::SVN->path accessor globally | Michael G. Schwern | 1 | -2/+2 |
2012-08-02 | Git::SVN: use accessor for URLs internally | Michael G. Schwern | 1 | -14/+28 |
2012-08-02 | Git::SVN: use accessors internally for path | Michael G. Schwern | 1 | -31/+55 |
2012-07-27 | Extract Git::SVN::GlobSpec from git-svn. | Michael G. Schwern | 1 | -0/+2 |
2012-07-27 | Move initialization of Git::SVN variables into Git::SVN. | Michael G. Schwern | 1 | -2/+7 |
2012-07-27 | Extract Git::SVN from git-svn into its own .pm file. | Michael G. Schwern | 1 | -0/+2319 |