1. c0071ae git-svn: allow --version to work anywhere by Eric Wong · 9 years ago
  2. 19e9542 git-svn: clone: Fail on missing url argument by Christopher Layne · 9 years ago
  3. b557165 git-svn: fix URL canonicalization during init w/ SVN 1.7+ by Eric Wong · 9 years ago
  4. f7c6de0 git-svn: parse authors file more leniently by Michael J Gruber · 9 years ago
  5. 47092c1 git-svn: lazy load some modules by Eric Wong · 10 years ago
  6. a94655d git-svn: make it play nicely with submodules by Ramkumar Ramachandra · 10 years ago
  7. 83c9433 git-svn: support for git-svn propset by Alfred Perlstein · 10 years ago
  8. 30d45f7 git-svn: delay term initialization by Eric Wong · 10 years ago
  9. a831a3f git svn: find-rev allows short switches for near matches by Eric Wong · 10 years ago
  10. 4950eed git svn: info: correctly handle absolute path args by Eric Wong · 11 years ago
  11. 785a1c8 git-svn: branch: avoid systematic prompt for cert/pass by Monard Vong · 11 years ago
  12. fe191fc Git 2.0: git svn: Set default --prefix='origin/' if --prefix is not given by Johan Herland · 11 years ago
  13. f849bb6 git-svn: Warn about changing default for --prefix in Git v2.0 by Johan Herland · 11 years ago
  14. 60786bd git-svn: fix signed commit parsing by Nicolas Vigier · 11 years ago
  15. eac9a1a Merge branch 'vl/typofix' by Junio C Hamano · 12 years ago
  16. f7e604e random typofixes (committed missing a 't', successful missing an 's') by Veres Lajos · 12 years ago
  17. 9926f66 Fix `git svn` `rebase` & `dcommit` if top-level HEAD directory exist by Slava Kardakov · 12 years ago
  18. f4f4c7f git-svn: introduce --parents parameter for commands branch and tag by Tobias Schulte · 12 years ago
  19. a7b1023 git-svn: added an --include-path flag by Paul Walmsley · 12 years ago
  20. e234ac9 git-svn: avoid self-referencing mergeinfo by Michael Contreras · 12 years ago
  21. 0b670ab git-svn: use a lowercase "usage:" string by David Aguilar · 12 years ago
  22. 1ca6e58 git-svn: use a lowercase "usage:" string by David Aguilar · 12 years ago
  23. bc93ceb git-svn: Simplify calculation of GIT_DIR by Barry Wardell · 12 years ago
  24. 2934a48 git-svn: teach find-rev to find near matches by John Keeping · 12 years ago
  25. f304591 git-svn: use path accessor for Git::SVN objects by Eric Wong · 12 years ago
  26. 9d305e5 Merge branch 'ms/git-svn-1.7' by Junio C Hamano · 13 years ago
  27. e48fb75 git svn: handle errors and concurrent commits in dcommit by Robert Luberda · 13 years ago
  28. 5eaa1fd git-svn: remove ad-hoc canonicalizations by Michael G. Schwern · 13 years ago
  29. d2fd119 git-svn: introduce add_path_to_url function by Michael G. Schwern · 13 years ago
  30. 8266fc8 git-svn: canonicalize earlier by Michael G. Schwern · 13 years ago
  31. 9c27a57 git-svn: replace URL escapes with canonicalization by Michael G. Schwern · 13 years ago
  32. ca475a6 git-svn: add join_paths() to safely concatenate paths by Michael G. Schwern · 13 years ago
  33. 91e6e0c git-svn: move canonicalization to Git::SVN::Utils by Michael G. Schwern · 13 years ago
  34. b1ea6c3 use Git::SVN{,::RA}->url accessor globally by Michael G. Schwern · 13 years ago
  35. 6a8d999 use Git::SVN->path accessor globally by Michael G. Schwern · 13 years ago
  36. 3d9be15 Extract Git::SVN::GlobSpec from git-svn. by Michael G. Schwern · 13 years ago
  37. 10c2aa5 Move Git::IndexInfo into its own file. by Michael G. Schwern · 13 years ago
  38. e96cdba Load all the modules in one place and before running code. by Michael G. Schwern · 13 years ago
  39. b772cb9 Extract Git::SVN::Migration from git-svn. by Michael G. Schwern · 13 years ago
  40. b0e7525 Prepare Git::SVN::Migration for extraction from git-svn. by Michael G. Schwern · 13 years ago
  41. b74fda1 Extract Git::SVN::Log from git-svn. by Michael G. Schwern · 13 years ago
  42. 2c96a6c Prepare Git::SVN::Log for extraction from git-svn. by Michael G. Schwern · 13 years ago
  43. 5c71028 Move initialization of Git::SVN variables into Git::SVN. by Michael G. Schwern · 13 years ago
  44. 29499c0 Extract Git::SVN from git-svn into its own .pm file. by Michael G. Schwern · 13 years ago
  45. 0f80aa0 Prepare Git::SVN for extraction into its own file. by Michael G. Schwern · 13 years ago
  46. c2768fa Extract some utilities from git-svn to allow extracting Git::SVN. by Michael G. Schwern · 13 years ago
  47. e3bd4dd git-svn: don't create master if another head exists by Marcin Owsiany · 13 years ago
  48. 68f532f git-svn: use YAML format for mergeinfo cache when possible by Jonathan Nieder · 13 years ago
  49. 9f7ad14 git-svn: make Git::SVN::RA a separate file by Jonathan Nieder · 13 years ago
  50. 8f9facf git-svn: make Git::SVN::Editor a separate file by Jonathan Nieder · 13 years ago
  51. 7c0382b Merge branch 'jc/svn-auth-providers-unusable-at-1.6.12' by Junio C Hamano · 13 years ago
  52. c26ddce git-svn: platform auth providers are working only on 1.6.15 or newer by Junio C Hamano · 13 years ago
  53. a618032 git-svn: make Git::SVN::Fetcher a separate file by Jonathan Nieder · 13 years ago
  54. 72827aa git-svn: rename SVN::Git::* packages to Git::SVN::* by Jonathan Nieder · 13 years ago
  55. c102f4c git-svn: move Git::SVN::Prompt into its own file by Jonathan Nieder · 13 years ago
  56. b64e1f5 git-svn: support rebase --preserve-merges by Avishay Lavie · 13 years ago
  57. d73f640 Merge branch 'master' of git://git.bogomips.org/git-svn by Junio C Hamano · 13 years ago
  58. e834fa0 Merge branch 'jk/maint-gitweb-test-use-sane-perl' by Junio C Hamano · 13 years ago
  59. f760c90 git-svn: introduce SVN version comparison function by Junio C Hamano · 13 years ago
  60. 0754e08 Consistently use perl from /usr/bin/ for scripts by Zbigniew Jędrzejewski-Szmek · 13 years ago
  61. 082afee git-svn: use platform specific auth providers by Matthijs Kooijman · 13 years ago
  62. 8c3a534 git-svn: drop redundant blocking of SIGPIPE by Roman Kagan · 13 years ago
  63. 6ade9bd git-svn: ignore SIGPIPE by Roman Kagan · 13 years ago
  64. 037a98c git-svn: use POSIX::sigprocmask to block signals by Roman Kagan · 13 years ago
  65. 379862e git-svn.perl: fix a false-positive in the "already exists" test by Steven Walter · 13 years ago
  66. 5ec514b git-svn.perl: perform deletions before anything else by Steven Walter · 13 years ago
  67. 6aa17fc git-svn: Fix time zone in --localtime by Wei-Yin Chen (陳威尹) · 13 years ago
  68. 83cf21f git-svn: un-break "git svn rebase" when log.abbrevCommit=true by Ævar Arnfjörð Bjarmason · 13 years ago
  69. b380e3a git-svn: remove redundant porcelain option to rev-list by Ævar Arnfjörð Bjarmason · 13 years ago
  70. 93ccbba git-svn.perl: close the edit for propedits even with no mods by Steven Walter · 13 years ago
  71. 0e7e30f svn: Quote repository root in regex match by Ted Percival · 13 years ago
  72. 578183b Merge branch 'pt/mingw-misc-fixes' by Junio C Hamano · 13 years ago
  73. cdb51a1 git-svn: Allow certain refs to be ignored by Michael Olson · 13 years ago
  74. afd7f1e git svn dcommit: new option --interactive. by Frédéric Heitzmann · 13 years ago
  75. 184892f git-svn: On MSYS, escape and quote SVN_SSH also if set by the user by Sebastian Schuberth · 13 years ago
  76. 87182b1 use -h for synopsis and --help for manpage consistently by Clemens Buchacher · 13 years ago
  77. 1e5814f git-svn: teach git-svn to populate svn:mergeinfo by Bryan Jacobs · 13 years ago
  78. 98c4ab3 git-svn: Teach dcommit --mergeinfo to handle multiple lines by Bryan Jacobs · 13 years ago
  79. 85f022e git-svn: fix fetch with moved path when using rewriteRoot by Eric Wong · 14 years ago
  80. 40a1530 git-svn: New flag to emulate empty directories by Ray Chen · 14 years ago
  81. 124b70a git-svn: Correctly handle root commits in mergeinfo ranges by Michael Haggerty · 14 years ago
  82. eabd73a git-svn: Disambiguate rev-list arguments to improve error message by Michael Haggerty · 14 years ago
  83. 391b142 Merge branch 'maint' by Junio C Hamano · 14 years ago
  84. 9963e02 git-svn: Fix git svn log --show-commit by Michael J Gruber · 14 years ago
  85. 698a9ab Merge branch 'mh/git-svn-automkdirs' by Junio C Hamano · 14 years ago
  86. f5549af git-svn: Cache results of running the executable "git config" by James Y Knight · 14 years ago
  87. 12a296b git-svn: Add a svn-remote.<name>.pushurl config key by Alejandro R. Sedeño · 14 years ago
  88. 55f9d7a git-svn: add an option to skip the creation of empty directories by Michael Haggerty · 14 years ago
  89. b1b4755 git-log: put space after commit mark by Michael J Gruber · 14 years ago
  90. 6abd933 git-svn: allow the mergeinfo property to be set by Steven Walter · 14 years ago
  91. 9b73ce7 Merge branch 'ab/require-perl-5.8' by Junio C Hamano · 14 years ago
  92. d48b284 perl: bump the required Perl version to 5.8 from 5.6.[21] by Ævar Arnfjörð Bjarmason · 14 years ago
  93. 8565a56 git-svn: fix processing of decorated commit hashes by Mathias Lafeldt · 14 years ago
  94. a3c7505 git-svn: check_cherry_pick should exclude commits already in our history by Steven Walter · 14 years ago
  95. 3235b70 git-svn: fix fetch with deleted tag by David D. Kilzer · 15 years ago
  96. 54fb7f9 git-svn: fix regex to remove "tail" from svn tags by David D. Kilzer · 15 years ago
  97. 46cb16f git svn: URL-decode left-hand side of svn refspec by Steven Walter · 15 years ago
  98. 181264a git svn: fix dcommit to work with touched files by David D. Kilzer · 15 years ago
  99. 3713e22 git svn: add an option to recode pathnames by Dmitry Statyvka · 15 years ago
  100. 8ac3a66 git-svn: write memoized data explicitly to avoid Storable bug by Sergey Vlasov · 15 years ago