1. ccb6b6f t910*: s/repo-config/config/g; poke around possible race conditions by Eric Wong · 18 years ago
  2. 2edb9c5 git-svn: make test for SVK mirror path import by sam@vilain.net · 18 years ago
  3. 26a62d5 git-svn: use separate, per-repository .rev_db files by Eric Wong · 18 years ago
  4. 74a8122 git-svn: correctly handle globs with a right-hand-side path component by Eric Wong · 18 years ago
  5. 0bed5ea git-svn: enable follow-parent functionality by default by Eric Wong · 18 years ago
  6. b9dffd8 git-svn: --follow-parent tracks multi-parent paths by Eric Wong · 18 years ago
  7. 4bb9ed0 git-svn: prepare multi-init for wildcard support by Eric Wong · 18 years ago
  8. 9fa00b6 git-svn: just name the default svn-remote "svn" instead of "git-svn" by Eric Wong · 18 years ago
  9. d8115c5 git-svn: don't write to the config file from --follow-parent by Eric Wong · 18 years ago
  10. 8a60377 git-svn: fix several fetch bugs related to repeated invocations by Eric Wong · 18 years ago
  11. 2893705 git-svn: fetch tracks initial change with --follow-parent by Eric Wong · 18 years ago
  12. ce2a0f2 git-svn: stop using path names as refnames with --follow-parent by Eric Wong · 18 years ago
  13. 2b27f6c git-svn: correctly handle do_{switch,update} in deep directories by Eric Wong · 18 years ago
  14. d3a840d git-svn: fix committing to subdirectories, add tests by Eric Wong · 18 years ago
  15. 3ebe8df git-svn: fix segfaults from accessing svn_log_changed_path_t by Eric Wong · 18 years ago
  16. e5a0b24 git-svn: correctly track revisions made to deleted branches by Eric Wong · 18 years ago
  17. 97f6987 git-svn: avoid tracking change-less revisions by Eric Wong · 18 years ago
  18. 1492b42 git-svn: add an odd test case that seems to cause segfaults over HTTP by Eric Wong · 18 years ago
  19. 7f578c5 git-svn: --follow-parent now works on sub-directories of larger branches by Eric Wong · 18 years ago
  20. e6434f8 git-svn: 'init' attempts to connect to the repository root if possible by Eric Wong · 18 years ago
  21. a2003ab git-svn: allow --follow-parent on deleted directories by Eric Wong · 18 years ago
  22. b805b44 git-svn: disallow ambigious local refspecs by Eric Wong · 18 years ago
  23. 8b8fc06 git-svn: --follow-parent works with svn-remotes multiple branches by Eric Wong · 18 years ago
  24. 15710b6 git-svn: fix --follow-parent to work with Git::SVN by Eric Wong · 18 years ago
  25. 47e39c5 git-svn: enable --minimize to simplify the config and connections by Eric Wong · 18 years ago
  26. 706587f git-svn: add support for metadata in .git/config by Eric Wong · 18 years ago
  27. d05d72e git-svn: remove graft-branches command by Eric Wong · 18 years ago
  28. ad2f908 git-svn: add a test for show-ignore by Eric Wong · 18 years ago
  29. e7db67e git-svn: make multi-init capable of reusing the Ra connection by Eric Wong · 18 years ago
  30. ef1a5c2 Merge branches 'lt/crlf' and 'jc/apply-config' by Junio C Hamano · 18 years ago
  31. fe6e0ee t4119: test autocomputing -p<n> for traditional diff input. by Junio C Hamano · 18 years ago
  32. 3e8a5db git-apply: guess correct -p<n> value for non-git patches. by Junio C Hamano · 18 years ago
  33. 9987d7c git-apply: notice "diff --git" patch again by Junio C Hamano · 18 years ago
  34. c24e975 t4119: add test for traditional patch and different p_value by Junio C Hamano · 18 years ago
  35. d2cd696 disable t4016-diff-quote.sh on some filesystems by Alex Riesen · 18 years ago
  36. 56185f4 git-apply: require -p<n> when working in a subdirectory. by Junio C Hamano · 18 years ago
  37. 69bc0e2 Merge branch 'maint' by Junio C Hamano · 18 years ago
  38. 6716027 Teach core.autocrlf to 'git apply' by Junio C Hamano · 18 years ago
  39. dc7b243 Teach 'git apply' to look at $GIT_DIR/config by Junio C Hamano · 18 years ago
  40. 185c975 Do not take mode bits from index after type change. by Junio C Hamano · 18 years ago
  41. 634ede3 t0020: add test for auto-crlf by Junio C Hamano · 18 years ago
  42. f8f2aaa Merge branch 'jc/deprecate' by Junio C Hamano · 18 years ago
  43. 7b3fab8 Work around Subversion race in git-svn tests. by Michael Spang · 18 years ago
  44. 207dfa0 Remove git-resolve. by Junio C Hamano · 18 years ago
  45. ea5e370 fast-import: Support reusing 'from' and brown paper bag fix reset. by Shawn O. Pearce · 18 years ago
  46. b578e50 Merge branch 'master' of git://repo.or.cz/git/fastimport by Junio C Hamano · 18 years ago
  47. bdf1c06 fast-import: Hide the pack boundary commits by default. by Shawn O. Pearce · 18 years ago
  48. 7887432 t4016: test quoting funny pathnames in diff output by Junio C Hamano · 18 years ago
  49. fa1b4d2 t4200: skip gc-rerere test on systems with non GNU date. by Junio C Hamano · 18 years ago
  50. 302da67 Merge branch 'master' of git://repo.or.cz/git/fastimport by Junio C Hamano · 18 years ago
  51. 563b43e Avoid ActiveState Perl IO in t800[12] by Alex Riesen · 18 years ago
  52. 825769a Teach fast-import how to clear the internal branch content. by Shawn O. Pearce · 18 years ago
  53. 41dc7e0 Merge branch 'master' of git://repo.or.cz/git/fastimport by Junio C Hamano · 18 years ago
  54. 7073e69 Don't do non-fastforward updates in fast-import. by Shawn O. Pearce · 18 years ago
  55. 63e0c8b Support RFC 2822 date parsing in fast-import. by Shawn O. Pearce · 18 years ago
  56. 133f081 t9200: Work around HFS+ issues. by Junio C Hamano · 18 years ago
  57. 1f7d1a5 git-clone --reference: saner handling of borrowed symrefs. by Junio C Hamano · 18 years ago
  58. 8d0fc48 Default GIT_MERGE_VERBOSITY to 5 during tests. by Shawn O. Pearce · 18 years ago
  59. 183d797 Keep untracked files not involved in a merge. by Shawn O. Pearce · 18 years ago
  60. 3dff537 Assorted typo fixes by Pavel Roskin · 18 years ago
  61. 3c23d66 t9200: do not test -x bit if the filesystem does not support it. by Junio C Hamano · 18 years ago
  62. 1a91ebf t9200: Re-code non-ascii path test in UTF-8 by Junio C Hamano · 18 years ago
  63. 76db9de Merge branch 'master' into sp/gfi by Shawn O. Pearce · 18 years ago
  64. df391b1 git-fsck-objects is now synonym to git-fsck by Junio C Hamano · 18 years ago
  65. e0d10e1 [PATCH] Rename git-repo-config to git-config. by Tom Prince · 18 years ago
  66. 1b55593 Fix seriously broken "git pack-refs" by Linus Torvalds · 18 years ago
  67. e28714c Consolidate {receive,fetch}.unpackLimit by Junio C Hamano · 18 years ago
  68. af7cf26 fetch-pack: remove --keep-auto and make it the default. by Junio C Hamano · 18 years ago
  69. 83cd10a t/t1300-repo-config.sh: value continued on next line by Jakub Narebski · 18 years ago
  70. d7ebd53 git-checkout -m: fix merge case by Junio C Hamano · 18 years ago
  71. 026aa93 Revert "prune: --grace=time" by Junio C Hamano · 18 years ago
  72. 9b088c4 prune: --grace=time by Matthias Lederhofer · 18 years ago
  73. 6802563 Do not verify filenames in a bare repository by Johannes Schindelin · 18 years ago
  74. 16d7cc9 Extend read_ref_at() to be usable from places other than sha1_name. by Junio C Hamano · 18 years ago
  75. 6f71686 config_set_multivar(): disallow newlines in keys by Johannes Schindelin · 18 years ago
  76. 4700951 Use standard -t option for touch. by Simon 'corecode' Schubert · 18 years ago
  77. b715cfb Accept 'inline' file data in fast-import commit structure. by Shawn O. Pearce · 18 years ago
  78. 8232dc4 Reduce value duplication in t9300-fast-import. by Shawn O. Pearce · 18 years ago
  79. 50aee99 Create test case for fast-import. by Shawn O. Pearce · 18 years ago
  80. c261e43 Add --summary to git-format-patch by default by Junio C Hamano · 18 years ago
  81. c1a4278 Use merge-recursive in git-checkout -m (branch switching) by Junio C Hamano · 18 years ago
  82. 2aad957 Replace "echo -n" with printf in shell scripts. by Jason Riedy · 18 years ago
  83. 5ab9cc8 Start all test scripts with /bin/sh. by Jason Riedy · 18 years ago
  84. acb4441 Use merge-recursive in git-revert/git-cherry-pick by Junio C Hamano · 18 years ago
  85. 5312ab1 Add describe test. by Junio C Hamano · 18 years ago
  86. f4b6c6b Merge branch 'jc/int' by Junio C Hamano · 18 years ago
  87. 38434f2 Hide output about SVN::Core not being found during tests. by Shawn O. Pearce · 18 years ago
  88. c34c600 More tests in t3901. by Junio C Hamano · 18 years ago
  89. a731ec5 t3901: test "format-patch | am" pipe with i18n by Junio C Hamano · 18 years ago
  90. e66191f git-svn: fix tests to work with older svn by Eric Wong · 18 years ago
  91. 5c94f87 use 'init' instead of 'init-db' for shipped docs and tools by Nicolas Pitre · 18 years ago
  92. c388761 Merge branch 'jc/detached-head' by Junio C Hamano · 18 years ago
  93. 1b510aa Fix t1410 for core.filemode==false by Johannes Schindelin · 18 years ago
  94. cdd4fb1 Auto-quote config values in config.c:store_write_pair() by Brian Gernhardt · 18 years ago
  95. c326246 Merge branch 'jc/reflog' by Junio C Hamano · 18 years ago
  96. 0f018ba --prune is now default for 'pack-refs' by Junio C Hamano · 18 years ago
  97. 8d78b5a git-checkout: fix branch name output from the command by Junio C Hamano · 18 years ago
  98. cf2999e Merge branch 'sp/mmap' by Junio C Hamano · 18 years ago
  99. 1389d9d reflog expire --fix-stale by Junio C Hamano · 18 years ago
  100. 21afc41 Fix timestamp for test-tick by Junio C Hamano · 18 years ago