1. 5b590d7 Merge branch 'maint' by Junio C Hamano · 15 years ago
  2. d3d7d47 svn: properly escape arguments for authors-prog by Mark Lodato · 15 years ago
  3. f3a87d9 git-svn: Use GIT_SSH setting if SVN_SSH is not set by Karthik R · 16 years ago
  4. 5268f9e svn: assume URLs from the command-line are URI-encoded by Eric Wong · 16 years ago
  5. c83f4e6 svn: (cleanup) use predefined constant for rev_map_fmt by Eric Wong · 16 years ago
  6. 6f5748e svn: allow branches outside of refs/remotes by Adam Brewster · 16 years ago
  7. b186a26 svn: initial "master" points to trunk if possible by Eric Wong · 16 years ago
  8. a7d7254 git-svn: ignore leading blank lines in svn:ignore by Michael Haggerty · 16 years ago
  9. 63de84a svn: Honor --prefix option in init without --stdlayout by Adam Brewster · 16 years ago
  10. 5f8b2cb git svn: make minimize URL more reliable over http(s) by Eric Wong · 16 years ago
  11. 884cce5 git svn: avoid escaping '/' when renaming/copying files by Eric Wong · 16 years ago
  12. eaa14ff git svn: the branch command no longer needs the full path by Eric Wong · 16 years ago
  13. 6b48829 git svn: revert default behavior for --minimize-url by Eric Wong · 16 years ago
  14. 2da9ee0 git svn: add gc command by Robert Allan Zeh · 16 years ago
  15. 4aacaeb git svn: fix shallow clone when upstream revision is too new by Eric Wong · 16 years ago
  16. 2a679c7 git svn: fix reparenting when ugly http(s) URLs are used by Eric Wong · 16 years ago
  17. b3e9593 git svn: allow uppercase UUIDs from SVN by Eric Wong · 16 years ago
  18. 0b2af45 git-svn: Fix branch detection when repository root is inaccessible by Mattias Nissler · 16 years ago
  19. 3c49a03 git-svn: Always duplicate paths returned from get_log by Mattias Nissler · 16 years ago
  20. 50ff236 git-svn: Canonicalize svn urls to prevent libsvn assertion by Ulrich Dangel · 16 years ago
  21. f705059 git-svn: convert globs to regexps for branch destinations by Eric Wong · 16 years ago
  22. 6224406 git svn: Support multiple branch and tag paths in the svn repository. by Marc Branchaud · 16 years ago
  23. 195643f Add 'git svn reset' to unwind 'git svn fetch' by Ben Jackson · 16 years ago
  24. ca5e880 git-svn: speed up find_rev_before by Ben Jackson · 16 years ago
  25. 9a8c92a Add 'git svn help [cmd]' which works outside a repo. by Ben Jackson · 16 years ago
  26. 5eec27e git-svn: let 'dcommit $rev' work on $rev instead of HEAD by Thomas Rast · 16 years ago
  27. b510df8 git-svn: refuse to dcommit non-UTF-8 messages by Eric Wong · 16 years ago
  28. 36db1ed git-svn: add --authors-prog option by Mark Lodato · 16 years ago
  29. 42a5da1 git-svn: Set svn.authorsfile if it is passed to git svn clone by Alex Vandiver · 16 years ago
  30. b6c6177 git-svn: Correctly report max revision when following deleted paths by Alex Vandiver · 16 years ago
  31. c69700f git-svn: Fix for svn paths removed > log-window-size revisions ago by Alex Vandiver · 16 years ago
  32. 8146f19 Merge branch 'maint' by Junio C Hamano · 16 years ago
  33. 54e0e6e Merge branch 'rj/maint-1.6.0-svn-parse-fix' into maint by Junio C Hamano · 16 years ago
  34. e84dc6d git-svn: fix a sloppy Getopt::Long usage by Robin H. Johnson · 16 years ago
  35. d3c9634 git-svn: always initialize with core.autocrlf=false by Johannes Schindelin · 16 years ago
  36. 88ec205 git-svn: Save init/clone --ignore-paths in config by Ben Jackson · 16 years ago
  37. 0d8bee7 git-svn: Add per-svn-remote ignore-paths config by Ben Jackson · 16 years ago
  38. 6ea4203 git-svn: speed up blame command by Boris Byk · 16 years ago
  39. c2abd83 git-svn: add fetch --parent option by Jason Merrill · 16 years ago
  40. 49750f3 git-svn: add a double quiet option to hide git commits by Simon Arlott · 16 years ago
  41. b8fee3a git-svn: fix ls-tree usage with dash-prefixed paths by Eric Wong · 16 years ago
  42. 18d5cf9 git-svn: don't output git commits in quiet mode by Simon Arlott · 16 years ago
  43. 4f82101 git-svn: fix ls-tree usage with dash-prefixed paths by Eric Wong · 16 years ago
  44. 9162b86 git-svn: support intermediate paths when matching tags/branches by Michael Lai · 16 years ago
  45. 736e619 git-svn - return original format_svn_date semantics by Ben Walton · 16 years ago
  46. 48679e5 git-svn: disable broken symlink workaround by default by Eric Wong · 16 years ago
  47. e871784 git-svn fix to avoid using strftime %z by Ben Walton · 16 years ago
  48. 0df8405 git-svn: read the dcommit url from the config file on a per remote basis by Peter Oberndorfer · 16 years ago
  49. 83c2fcf git-svn: fix delete+add branch tracking with empty files by Eric Wong · 16 years ago
  50. 7d9fd45 git-svn: Create leading directories in create-ignore by Brian Gernhardt · 16 years ago
  51. b94ead7 git-svn: fix parsing of timestamp obtained from svn by Junio C Hamano · 16 years ago
  52. 1b7e543 git-svn: Fix for rewriteRoot URL containing username. by Dévai Tamás · 16 years ago v1.6.2-rc1
  53. 8841b37 git-svn: fix broken symlink workaround when switching branches by Eric Wong · 16 years ago
  54. 9936656 git-svn: Print revision while searching for earliest use of path by Deskin Miller · 16 years ago
  55. 8e3f9b1 git-svn: abstract out a block into new method other_gs() by Sam Vilain · 18 years ago
  56. 4c58a71 git-svn: allow disabling expensive broken symlink checks by Eric Wong · 16 years ago
  57. edc662f git-svn: add --ignore-paths option for fetching by Vitaly \"_Vi\" Shukela · 16 years ago
  58. bf8a40b git-svn: fix memory leak when checking for empty symlinks by Eric Wong · 16 years ago
  59. 22ba47f git-svn: Show UUID in svn info for added directories with svn 1.5.5 by Marcel Koeppen · 16 years ago
  60. b03a71a git-svn: avoid importing nested git repos by Eric Wong · 16 years ago
  61. 1ef626b git-svn: fix SVN 1.1.x compatibility by Eric Wong · 16 years ago
  62. e82f0d7 git-svn: Add --localtime option to "fetch" by Pete Harlan · 16 years ago
  63. baf5fa8 git-svn: better attempt to handle broken symlink updates by Eric Wong · 16 years ago
  64. dbc6c74 git-svn: handle empty files marked as symlinks in SVN by Eric Wong · 16 years ago
  65. 8befc50 Get rid of the last remnants of GIT_CONFIG_LOCAL by Johannes Schindelin · 16 years ago v1.6.1-rc3
  66. 5363d07 Merge branch 'maint' by Junio C Hamano · 16 years ago
  67. 553589f git-svn: Make following parents atomic by Deskin Miller · 16 years ago
  68. a0fbc87 git-svn: Make branch use correct svn-remote by Deskin Miller · 16 years ago
  69. 1b3069a git-svn: Update git-svn to use the ability to place temporary files within repository directory by Marten Svanfeldt (dev) · 16 years ago
  70. fe4003f git-svn: proper detection of bare repositories by Deskin Miller · 16 years ago
  71. 16fc08e git-svn: respect i18n.commitencoding config by Eric Wong · 16 years ago
  72. 6a004d3 git-svn: don't escape tilde ('~') for http(s) URLs by Eric Wong · 16 years ago
  73. 933bb3a Merge branch 'maint' by Junio C Hamano · 16 years ago
  74. e855bfc git-svn: change dashed git-commit-tree to git commit-tree by Deskin Miller · 16 years ago
  75. 304d058 Merge branch 'maint' by Junio C Hamano · 16 years ago
  76. 225f1d0 git-svn: change dashed git-config to git config by Deskin Miller · 16 years ago
  77. 5de70ef Add git-svn branch to allow branch creation in SVN repositories by Florian Ragwitz · 16 years ago
  78. 8b745e3 Merge branch 'maint' by Shawn O. Pearce · 16 years ago
  79. 0a1a1c8 git-svn: call 'fatal' correctly in set-tree by Luc Heinrich · 16 years ago
  80. 2beec89 git-svn: do a partial rebuild if rev_map is out-of-date by Deskin Miller · 16 years ago
  81. 3791f77 Merge branch 'maint' by Junio C Hamano · 16 years ago
  82. 61aeeef git-svn: fix handling of even funkier branch names by Eric Wong · 17 years ago
  83. ad0a82b git-svn: Always create a new RA when calling do_switch for svn:// by Alec Berryman · 16 years ago
  84. b281eea Merge branch 'maint' by Junio C Hamano · 17 years ago
  85. 971e628 git-svn: Fixes my() parameter list syntax error in pre-5.8 Perl by Marcus Griep · 17 years ago
  86. 836ff95 Git.pm: Use File::Temp->tempfile instead of ->new by Marcus Griep · 17 years ago
  87. f4392df git-svn: fix handling of even funkier branch names by Eric Wong · 17 years ago
  88. 7c4d021 git-svn: set auto_props when renaming files by Paul Talacko · 17 years ago
  89. 2cf3e3a git-svn: match SVN 1.5 behaviour of info' on unknown item by Thomas Rast · 17 years ago
  90. 05427b9 git svn info: always quote URLs in 'info' output by Thomas Rast · 17 years ago
  91. edde911 git svn info: make info relative to the current directory by Thomas Rast · 17 years ago
  92. 2cb6110 git svn: catch lack of upstream info for dcommit earlier by Thomas Rast · 17 years ago
  93. 991255c git-svn: check error code of send_txstream by Eric Wong · 17 years ago
  94. 8598db93 git-svn: Send deltas during commits by Florian Weimer · 17 years ago
  95. 214a34d git-svn: Introduce SVN::Git::Editor::_chg_file_get_blob by Florian Weimer · 17 years ago
  96. 2d0c8ac git-svn: extract base blob in generate_diff by Florian Weimer · 17 years ago
  97. 711521e git-svn: fix dcommit to urls with embedded usernames by Eric Wong · 17 years ago
  98. 510b094 git-svn: Reduce temp file usage when dealing with non-links by Marcus Griep · 17 years ago
  99. 0b19138 git-svn: Make it incrementally faster by minimizing temp files by Marcus Griep · 17 years ago
  100. 222566e git-svn: wrap long lines in a few places by Eric Wong · 17 years ago