Age | Commit message (Expand) | Author | Files | Lines |
2017-09-10 | Merge branch 'jc/perl-git-comment-typofix' into maint | Junio C Hamano | 1 | -1/+1 |
2017-09-10 | Merge branch 'ur/svn-local-zone' into maint | Junio C Hamano | 1 | -1/+1 |
2017-08-08 | git svn fetch: Create correct commit timestamp when using --localtime | Urs Thuermann | 1 | -1/+1 |
2017-08-07 | perl/Git.pm: typofix in a comment | Junio C Hamano | 1 | -1/+1 |
2017-07-10 | Merge branch 'pw/unquote-path-in-git-pm' | Junio C Hamano | 1 | -1/+53 |
2017-06-30 | Git::unquote_path(): throw an exception on bad path | Phillip Wood | 1 | -2/+2 |
2017-06-30 | Git::unquote_path(): handle '\a' | Phillip Wood | 1 | -1/+2 |
2017-06-30 | add -i: move unquote_path() to Git.pm | Phillip Wood | 1 | -1/+52 |
2017-06-27 | Spelling fixes | Ville Skyttä | 1 | -1/+1 |
2017-02-20 | Merge branch 'svn-escape-backslash' of git://bogomips.org/git-svn | Junio C Hamano | 1 | -1/+1 |
2016-12-27 | Merge branch 'va/i18n-perl-scripts' | Junio C Hamano | 2 | -1/+56 |
2016-12-23 | git-svn: escape backslashes in refnames | Eric Wong | 1 | -1/+1 |
2016-12-14 | i18n: add--interactive: mark patch prompt for translation | Vasco Almeida | 1 | -1/+10 |
2016-12-14 | i18n: add--interactive: mark plural strings | Vasco Almeida | 1 | -1/+9 |
2016-12-14 | Git.pm: add subroutines for commenting lines | Vasco Almeida | 1 | -0/+38 |
2016-12-12 | git-svn: allow "0" in SVN path components | Eric Wong | 1 | -1/+1 |
2016-11-29 | Merge branch 'mm/send-email-cc-cruft-after-address' into maint | Junio C Hamano | 1 | -6/+9 |
2016-10-27 | Merge branch 'svn-cache' of git://bogomips.org/git-svn | Junio C Hamano | 1 | -1/+11 |
2016-10-27 | Merge branch 'svn-wt' of git://bogomips.org/git-svn | Junio C Hamano | 5 | -42/+62 |
2016-10-27 | git-svn: do not reuse caches memoized for a different architecture | Gavin Lambert | 1 | -1/+11 |
2016-10-26 | Merge branch 'mm/send-email-cc-cruft-after-address' | Junio C Hamano | 1 | -6/+9 |
2016-10-21 | Git.pm: add comment pointing to t9000 | Matthieu Moy | 1 | -0/+2 |
2016-10-14 | parse_mailboxes: accept extra text after <...> address | Matthieu Moy | 1 | -6/+7 |
2016-10-14 | git-svn: "git worktree" awareness | Eric Wong | 2 | -24/+37 |
2016-10-14 | git-svn: reduce scope of input record separator change | Eric Wong | 3 | -18/+25 |
2016-07-09 | git-svn: warn instead of dying when commit data is missing | Eric Wong | 1 | -2/+6 |
2016-06-22 | git-svn: skip mergeinfo handling with --no-follow-parent | Eric Wong | 1 | -9/+16 |
2016-05-17 | Merge branch 'lp/typofixes' | Junio C Hamano | 1 | -1/+1 |
2016-05-08 | Git/SVN: die when there is no commit metadata | Christian Couder | 1 | -1/+2 |
2016-05-06 | typofix: assorted typofixes in comments, documentation and messages | Li Peng | 1 | -1/+1 |
2016-03-15 | git-svn: shorten glob error message | Eric Wong | 1 | -2/+2 |
2016-03-15 | git-svn: loosen config globs limitations | Victor Leschuk | 1 | -5/+9 |
2016-02-22 | git-svn: apply "svn.pathnameencoding" before URL encoding | Kazutoshi Satoda | 1 | -1/+2 |
2016-02-22 | git-svn: enable "svn.pathnameencoding" on dcommit | Kazutoshi Satoda | 1 | -0/+1 |
2016-02-17 | Merge branch 'js/mingw-tests' | Junio C Hamano | 1 | -1/+2 |
2016-02-01 | Merge branch 'ew/svn-1.9.0-auth' | Junio C Hamano | 1 | -2/+6 |
2016-01-26 | git-svn: fix auth parameter handling on SVN 1.9.0+ | Eric Wong | 1 | -2/+6 |
2016-01-26 | Git.pm: stop assuming that absolute paths start with a slash | Johannes Schindelin | 1 | -1/+2 |
2015-11-10 | git-svn: improve rebase/mkdirs performance | Dair Grant | 1 | -8/+76 |
2015-07-07 | send-email: reduce dependencies impact on parse_address_line | Remi Lespinet | 1 | -0/+67 |
2015-02-26 | Merge branch 'svn-maint-fixes' into svn-fixes | Junio C Hamano | 3 | -1/+13 |
2015-02-26 | Git::SVN::*: avoid premature FileHandle closure | Kyle J. McKay | 2 | -0/+11 |
2015-02-26 | git-svn: fix localtime=true on non-glibc environments | Ryuichi Kokubo | 1 | -1/+2 |
2015-02-26 | git-svn: lazy load some modules | Eric Wong | 4 | -14/+19 |
2015-02-18 | Git.pm: two minor typo fixes | Alexander Kuleshov | 1 | -2/+2 |
2015-01-15 | Git::SVN: handle missing ref_id case correctly | Ramkumar Ramachandra | 1 | -1/+1 |
2014-12-09 | git-svn: support for git-svn propset | Alfred Perlstein | 1 | -0/+38 |
2014-10-31 | git-svn: use SVN::Ra::get_dir2 when possible | Eric Wong | 1 | -1/+11 |
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 |