1. f304591 git-svn: use path accessor for Git::SVN objects by Eric Wong · 12 years ago
  2. 9d305e5 Merge branch 'ms/git-svn-1.7' by Junio C Hamano · 13 years ago
  3. e48fb75 git svn: handle errors and concurrent commits in dcommit by Robert Luberda · 13 years ago
  4. 5eaa1fd git-svn: remove ad-hoc canonicalizations by Michael G. Schwern · 13 years ago
  5. d2fd119 git-svn: introduce add_path_to_url function by Michael G. Schwern · 13 years ago
  6. 8266fc8 git-svn: canonicalize earlier by Michael G. Schwern · 13 years ago
  7. 9c27a57 git-svn: replace URL escapes with canonicalization by Michael G. Schwern · 13 years ago
  8. ca475a6 git-svn: add join_paths() to safely concatenate paths by Michael G. Schwern · 13 years ago
  9. 91e6e0c git-svn: move canonicalization to Git::SVN::Utils by Michael G. Schwern · 13 years ago
  10. b1ea6c3 use Git::SVN{,::RA}->url accessor globally by Michael G. Schwern · 13 years ago
  11. 6a8d999 use Git::SVN->path accessor globally by Michael G. Schwern · 13 years ago
  12. 3d9be15 Extract Git::SVN::GlobSpec from git-svn. by Michael G. Schwern · 13 years ago
  13. 10c2aa5 Move Git::IndexInfo into its own file. by Michael G. Schwern · 13 years ago
  14. e96cdba Load all the modules in one place and before running code. by Michael G. Schwern · 13 years ago
  15. b772cb9 Extract Git::SVN::Migration from git-svn. by Michael G. Schwern · 13 years ago
  16. b0e7525 Prepare Git::SVN::Migration for extraction from git-svn. by Michael G. Schwern · 13 years ago
  17. b74fda1 Extract Git::SVN::Log from git-svn. by Michael G. Schwern · 13 years ago
  18. 2c96a6c Prepare Git::SVN::Log for extraction from git-svn. by Michael G. Schwern · 13 years ago
  19. 5c71028 Move initialization of Git::SVN variables into Git::SVN. by Michael G. Schwern · 13 years ago
  20. 29499c0 Extract Git::SVN from git-svn into its own .pm file. by Michael G. Schwern · 13 years ago
  21. 0f80aa0 Prepare Git::SVN for extraction into its own file. by Michael G. Schwern · 13 years ago
  22. c2768fa Extract some utilities from git-svn to allow extracting Git::SVN. by Michael G. Schwern · 13 years ago
  23. e3bd4dd git-svn: don't create master if another head exists by Marcin Owsiany · 13 years ago
  24. 68f532f git-svn: use YAML format for mergeinfo cache when possible by Jonathan Nieder · 13 years ago
  25. 9f7ad14 git-svn: make Git::SVN::RA a separate file by Jonathan Nieder · 13 years ago
  26. 8f9facf git-svn: make Git::SVN::Editor a separate file by Jonathan Nieder · 13 years ago
  27. 7c0382b Merge branch 'jc/svn-auth-providers-unusable-at-1.6.12' by Junio C Hamano · 13 years ago
  28. c26ddce git-svn: platform auth providers are working only on 1.6.15 or newer by Junio C Hamano · 13 years ago
  29. a618032 git-svn: make Git::SVN::Fetcher a separate file by Jonathan Nieder · 13 years ago
  30. 72827aa git-svn: rename SVN::Git::* packages to Git::SVN::* by Jonathan Nieder · 13 years ago
  31. c102f4c git-svn: move Git::SVN::Prompt into its own file by Jonathan Nieder · 13 years ago
  32. b64e1f5 git-svn: support rebase --preserve-merges by Avishay Lavie · 13 years ago
  33. d73f640 Merge branch 'master' of git://git.bogomips.org/git-svn by Junio C Hamano · 13 years ago
  34. e834fa0 Merge branch 'jk/maint-gitweb-test-use-sane-perl' by Junio C Hamano · 13 years ago
  35. f760c90 git-svn: introduce SVN version comparison function by Junio C Hamano · 13 years ago
  36. 0754e08 Consistently use perl from /usr/bin/ for scripts by Zbigniew Jędrzejewski-Szmek · 13 years ago
  37. 082afee git-svn: use platform specific auth providers by Matthijs Kooijman · 13 years ago
  38. 8c3a534 git-svn: drop redundant blocking of SIGPIPE by Roman Kagan · 13 years ago
  39. 6ade9bd git-svn: ignore SIGPIPE by Roman Kagan · 13 years ago
  40. 037a98c git-svn: use POSIX::sigprocmask to block signals by Roman Kagan · 13 years ago
  41. 379862e git-svn.perl: fix a false-positive in the "already exists" test by Steven Walter · 13 years ago
  42. 5ec514b git-svn.perl: perform deletions before anything else by Steven Walter · 13 years ago
  43. 6aa17fc git-svn: Fix time zone in --localtime by Wei-Yin Chen (陳威尹) · 13 years ago
  44. 83cf21f git-svn: un-break "git svn rebase" when log.abbrevCommit=true by Ævar Arnfjörð Bjarmason · 13 years ago
  45. b380e3a git-svn: remove redundant porcelain option to rev-list by Ævar Arnfjörð Bjarmason · 13 years ago
  46. 93ccbba git-svn.perl: close the edit for propedits even with no mods by Steven Walter · 13 years ago
  47. 0e7e30f svn: Quote repository root in regex match by Ted Percival · 13 years ago
  48. 578183b Merge branch 'pt/mingw-misc-fixes' by Junio C Hamano · 13 years ago
  49. cdb51a1 git-svn: Allow certain refs to be ignored by Michael Olson · 13 years ago
  50. afd7f1e git svn dcommit: new option --interactive. by Frédéric Heitzmann · 13 years ago
  51. 184892f git-svn: On MSYS, escape and quote SVN_SSH also if set by the user by Sebastian Schuberth · 13 years ago
  52. 87182b1 use -h for synopsis and --help for manpage consistently by Clemens Buchacher · 13 years ago
  53. 1e5814f git-svn: teach git-svn to populate svn:mergeinfo by Bryan Jacobs · 14 years ago
  54. 98c4ab3 git-svn: Teach dcommit --mergeinfo to handle multiple lines by Bryan Jacobs · 14 years ago
  55. 85f022e git-svn: fix fetch with moved path when using rewriteRoot by Eric Wong · 14 years ago
  56. 40a1530 git-svn: New flag to emulate empty directories by Ray Chen · 14 years ago
  57. 124b70a git-svn: Correctly handle root commits in mergeinfo ranges by Michael Haggerty · 14 years ago
  58. eabd73a git-svn: Disambiguate rev-list arguments to improve error message by Michael Haggerty · 14 years ago
  59. 391b142 Merge branch 'maint' by Junio C Hamano · 14 years ago
  60. 9963e02 git-svn: Fix git svn log --show-commit by Michael J Gruber · 14 years ago
  61. 698a9ab Merge branch 'mh/git-svn-automkdirs' by Junio C Hamano · 14 years ago
  62. f5549af git-svn: Cache results of running the executable "git config" by James Y Knight · 14 years ago
  63. 12a296b git-svn: Add a svn-remote.<name>.pushurl config key by Alejandro R. Sedeño · 14 years ago
  64. 55f9d7a git-svn: add an option to skip the creation of empty directories by Michael Haggerty · 14 years ago
  65. b1b4755 git-log: put space after commit mark by Michael J Gruber · 14 years ago
  66. 6abd933 git-svn: allow the mergeinfo property to be set by Steven Walter · 14 years ago
  67. 9b73ce7 Merge branch 'ab/require-perl-5.8' by Junio C Hamano · 14 years ago
  68. d48b284 perl: bump the required Perl version to 5.8 from 5.6.[21] by Ævar Arnfjörð Bjarmason · 14 years ago
  69. 8565a56 git-svn: fix processing of decorated commit hashes by Mathias Lafeldt · 14 years ago
  70. a3c7505 git-svn: check_cherry_pick should exclude commits already in our history by Steven Walter · 15 years ago
  71. 3235b70 git-svn: fix fetch with deleted tag by David D. Kilzer · 15 years ago
  72. 54fb7f9 git-svn: fix regex to remove "tail" from svn tags by David D. Kilzer · 15 years ago
  73. 46cb16f git svn: URL-decode left-hand side of svn refspec by Steven Walter · 15 years ago
  74. 181264a git svn: fix dcommit to work with touched files by David D. Kilzer · 15 years ago
  75. 3713e22 git svn: add an option to recode pathnames by Dmitry Statyvka · 15 years ago
  76. 8ac3a66 git-svn: write memoized data explicitly to avoid Storable bug by Sergey Vlasov · 15 years ago
  77. b1a954a git svn: avoid unnecessary '/' in paths for SVN by Eric Wong · 15 years ago
  78. b4b3360 git-svn: strip off leading slashes on --trunk argument by Jonathan Nieder · 15 years ago
  79. 7c42e39 git svn: fix empty directory creation by Michael J. Kiwala · 15 years ago
  80. 73d4195 git-svn: mangle refnames forbidden in git by Torsten Schmutzler · 15 years ago
  81. 1174768 git-svn: Remove unused use of File::Temp by Ævar Arnfjörð Bjarmason · 15 years ago
  82. 70ee0b7 git svn: avoid uninitialized var in 'reset' by Jonathan Nieder · 15 years ago
  83. 2e5b98d Merge branch 'fl/askpass' by Junio C Hamano · 15 years ago
  84. bf60fff git-svn: Fix merge detecting with rewrite-root by Tuomas Suutari · 15 years ago
  85. b077924 git-svn: make git svn --version work again by Michael J Gruber · 15 years ago
  86. 942c9aa Revert "git-svn: always initialize with core.autocrlf=false" by Erik Faye-Lund · 15 years ago
  87. b91a8a3 git-svn: req_svn when needed by Michael J Gruber · 15 years ago
  88. 56a853b git-svn: Support retrieving passwords with GIT_ASKPASS by Frank Li · 15 years ago
  89. 52ebb06 Merge branch 'jn/maint-fix-pager' by Junio C Hamano · 15 years ago
  90. d32fad2 git svn: delay importing SVN::Base until it is needed by josh robb · 15 years ago
  91. 6a2009e git-svn: Fix discarding of extra parents from svn:mergeinfo by Tuomas Suutari · 15 years ago
  92. 190c1cd git svn: Fix launching of pager by Jonathan Nieder · 15 years ago
  93. 8bff7c5 git-svn: persistent memoization by Andrew Myrick · 15 years ago
  94. a004fb9 If deriving SVN_SSH from GIT_SSH on msys, also add quotes by Sebastian Schuberth · 15 years ago
  95. 0757620 git-svn: allow subset of branches/tags to be specified in glob spec by Jay Soffian · 15 years ago
  96. 3e18ce1 git-svn: allow UUID to be manually remapped via rewriteUUID by Jay Soffian · 15 years ago
  97. 6594f0b git-svn: add --username/commit-url options for branch/tag by Igor Mironov · 15 years ago
  98. 99bacd6 git-svn: respect commiturl option for branch/tag by Igor Mironov · 15 years ago
  99. a83b91e git-svn: fix mismatched src/dst errors for branch/tag by Igor Mironov · 15 years ago
  100. 41c0169 git-svn: handle merge-base failures by Andrew Myrick · 15 years ago