1. abe2a87 Make possible to overwrite the object count by Zhen Chen · 7 years ago
  2. 40748e8 RefList: Support capacity <= 0 on new builders by Dave Borowitz · 7 years ago
  3. e08fa5a Short-circuit writing packed-refs if no refs were packed by Dave Borowitz · 7 years ago
  4. 28adcce BatchRefUpdate: Clarify some ref prefix calls by Dave Borowitz · 7 years ago
  5. 1968b20 Merge "Support -merge attribute in binary macro" by Christian Halstrick · 7 years ago
  6. 5fdbcc1 Use read ahead during copyPackThroughCache by Shawn Pearce · 7 years ago
  7. f7e233e Support -merge attribute in binary macro by Mathieu Cartaud · 7 years ago
  8. 695e38a Add a test for parsing fsck config options and expose FsckMode enum by David Turner · 7 years ago
  9. 4367270 Add --match option for `jgit describe` to CLI by Oliver Lockwood · 7 years ago
  10. 060f369 Fix bug in multiple tag handling on DescribeCommand by Oliver Lockwood · 7 years ago
  11. af0867c Support --match functionality in DescribeCommand by Oliver Lockwood · 7 years ago
  12. df638e0 Allow to programmatically set FastForwardMode for PullCommand by Matthias Sohn · 7 years ago
  13. 0d447b1 Add support for config "pull.ff by Mattias Neuling · 8 years ago
  14. b4a46b5 Fetch/PullCommand: Improve Javadoc of setRecurseSubmodules by David Pursehouse · 7 years ago
  15. a45b045 Improve javadoc for MergeCommand.setFastForward() by Matthias Sohn · 7 years ago
  16. caefdf5 Add tests for SubmoduleConfig by David Pursehouse · 7 years ago
  17. 0719ac0 Merge branch 'stable-4.8' by Matthias Sohn · 7 years ago
  18. 8dd5313 Add a new singlePack option to PackConfig by Terry Parker · 7 years ago
  19. 7922f31 Prepare 4.8.1-SNAPSHOT builds by Matthias Sohn · 7 years ago
  20. 03b8d1a JGit v4.8.0.201706111038-r by Matthias Sohn · 7 years ago
  21. 2dc66e9 Merge branch 'stable-4.8' by David Pursehouse · 7 years ago
  22. 8c59e64 Use a dedicated executor to run auto-gc in command line interface by Matthias Sohn · 7 years ago
  23. 18ae9bb Allow to use an external ExecutorService for background auto-gc by Matthias Sohn · 7 years ago
  24. b6f954a Fetch: Add --recurse-submodules and --no-recurse-submodules options by David Pursehouse · 7 years ago
  25. 325b51d Fix capitalization of command help summaries by David Pursehouse · 7 years ago
  26. a7949c1 Merge branch 'stable-4.8' by David Pursehouse · 7 years ago
  27. 4acad15 SubmoduleUpdateCommand#setCallback should return 'this' by Matthias Sohn · 7 years ago
  28. 9a3e037 Defer object collision check until pack stream is done by Zhen Chen · 7 years ago
  29. 9c7b956 CloneCommand#setCallback should return 'this' by David Pursehouse · 7 years ago
  30. 7ffb574 Merge branch 'stable-4.7' into stable-4.8 by Matthias Sohn · 7 years ago
  31. 8afd9b1 Prepare 4.7.2-SNAPSHOT builds by Matthias Sohn · 7 years ago
  32. 39ea39e Merge branch 'stable-4.7' into stable-4.8 by David Pursehouse · 7 years ago
  33. 1d14296 JGit v4.7.1.201706071930-r by Matthias Sohn · 7 years ago
  34. 94c0600 Merge branch 'stable-4.7' into stable-4.8 by Matthias Sohn · 7 years ago
  35. a66e60a ArchiveCommand: Create prefix entry with commit time by Yasuhiro Takagi · 7 years ago
  36. 6b1e3c5 Run auto GC in the background by David Turner · 7 years ago
  37. 0d20573 fetch: Accept any SHA-1 on lhs of refspec by Shawn Pearce · 7 years ago
  38. 5bfeec4 Update Orbit to the Oxygen version R20170516192513 by Matthias Sohn · 7 years ago
  39. df9ce4b Prepare 4.9.0-SNAPSHOT builds by Matthias Sohn · 7 years ago
  40. 7e1a11f Merge branch 'master' into stable-4.8 by Matthias Sohn · 7 years ago
  41. 832808b Fix out-of-bounds exception in RepoCommand#relative by Han-Wen Nienhuys · 7 years ago
  42. 2204cc9 Fix null return from FS.readPipe when command fails to launch by Bryan Donlan · 7 years ago
  43. a46b288 RenameDetector: Clarify rename limits <= 0 by Dave Borowitz · 7 years ago
  44. 099dbe6 Remove unnecessary cast for DfsReader by Zhen Chen · 7 years ago
  45. 9a44860 Merge "Fix javadoc of TooLargeObjectInPackException" by David Pursehouse · 7 years ago
  46. 1513a56 Allow DfsReader to be subclassed by Shawn Pearce · 7 years ago
  47. 562de51 Track read IO for DfsReader by Shawn Pearce · 7 years ago
  48. ef02375 Fix javadoc of TooLargeObjectInPackException by Matthias Sohn · 7 years ago
  49. 8c1436a Merge "Exclude refs/tags from bitmap commit selection" by Terry Parker · 7 years ago
  50. c46c720 Exclude refs/tags from bitmap commit selection by Terry Parker · 7 years ago
  51. 022c04f Merge branch 'stable-4.8' by Matthias Sohn · 7 years ago
  52. 3254672 Prepare 4.8.0-SNAPSHOT builds by Matthias Sohn · 7 years ago
  53. b7d49e6 JGit v4.8.0.201705170830-rc1 by Matthias Sohn · 7 years ago
  54. 69d5e89 [findBugs] Use UTF-8 to write to the error stream in TextProgressMonitor by Matthias Sohn · 7 years ago
  55. f1dd61f [findBugs] Use UTF-8 to read git-rebase-todo file by Matthias Sohn · 7 years ago
  56. 0aa1a19 [findBugs] Use UTF-8 when writing to the error stream in GitHook by Matthias Sohn · 7 years ago
  57. 475dcc2 [findBugs] Use UTF-8 when writing to the error stream in jgit pgm by Matthias Sohn · 7 years ago
  58. 9f98d3e Add shutdown hook to cleanup unfinished clone when JVM is killed by Matthias Sohn · 7 years ago
  59. 09d96f8 Clean up the disk when cloning fails by Thomas Wolf · 7 years ago
  60. 3f712aa Upgrade japicmp-maven-plugin to latest version by David Pursehouse · 7 years ago
  61. 52844e2 Upgrade maven-pmd-plugin to latest version by David Pursehouse · 7 years ago
  62. decb6d0 Remove unused clirr-maven-plugin from LFS pom.xml files by David Pursehouse · 7 years ago
  63. 33bbbc3 Update jetty to 9.4.5 by Mat Booth · 7 years ago
  64. 2244078 Specify minimum Maven version in pom.xml by David Pursehouse · 7 years ago
  65. 501af12 Checkout should not use too long filenames by Christian Halstrick · 7 years ago
  66. 5b84e25 Support pull on detached HEAD by Mickael Istria · 7 years ago
  67. 8f7d0a4 Reset ObjectWalker when it starts a new walk by Zhen Chen · 7 years ago
  68. d377a88 Fix stack overflow in MergeBaseGenerator by Shawn Pearce · 7 years ago
  69. 005e5fe Clone: add --recurse-submodules option by David Pursehouse · 7 years ago
  70. 76e86f4 Fix unnecessary type paramaters by Shawn Pearce · 7 years ago
  71. 5e250e4 Delete expired garbage even when there is no GC pack present. by Thirumala Reddy Mutchukota · 7 years ago
  72. 6a4b821 Update eclipse-jarsigner-plugin to 1.1.4 by Matthias Sohn · 7 years ago
  73. f9b6967 Add parseCommit(AnyObjectId) method to Repository. by Martin Fick · 7 years ago
  74. b6fc8e2 RepoCommand: Add linkfile support. by Dan Willemsen · 7 years ago
  75. fac16fe Add some tests for alternates by Matthias Sohn · 7 years ago
  76. f9e13ef Merge "Process all "have"s even when MissingObjectException is encountered" by Jonathan Nieder · 7 years ago
  77. c2e6e7a Process all "have"s even when MissingObjectException is encountered by Jonathan Nieder · 7 years ago
  78. a6df705 Merge "Prevent alternates loop" by David Pursehouse · 7 years ago
  79. e4714a2 Prevent alternates loop by Martin Fick · 7 years ago
  80. 3af4afd Add missing @since tag for new API RepoCommand.setTargetURI() by Matthias Sohn · 7 years ago
  81. 3267f91 Update Maven plugins by Matthias Sohn · 7 years ago
  82. c80d8c5 Bazel: Restrict src globs to Java source files by David Pursehouse · 7 years ago
  83. fe5437e Fix RepoCommand to allow for relative URLs by Han-Wen Nienhuys · 7 years ago
  84. e730fcc Merge "BundleWriter: Allow constructing from only an ObjectReader" by Jonathan Nieder · 7 years ago
  85. 56a1cce Merge "Only throw MissingObjectException when necessary" by Terry Parker · 7 years ago
  86. c9c9e67 BundleWriter: Allow constructing from only an ObjectReader by Dave Borowitz · 7 years ago
  87. cc0dbba Merge branch 'stable-4.7' by Matthias Sohn · 7 years ago
  88. f17ec39 Cleanup and test trailing slash handling in ManifestParser by Han-Wen Nienhuys · 7 years ago
  89. 84d855c ManifestParser: Throw exception if remote does not have fetch attribute by Han-Wen Nienhuys · 7 years ago
  90. fc24c5e Add missing @Override annotations in AppServer.TestMappedLoginService by Matthias Sohn · 7 years ago
  91. b3cc05d Remove unused API filters by Matthias Sohn · 7 years ago
  92. 2642c72 Update JGit version used to detect API changes to 4.7.0.201704051617-r by Matthias Sohn · 7 years ago
  93. 81ef0cd Exclude generated class UbcCheck from PMD checks by Matthias Sohn · 7 years ago
  94. 21fa8f6 Merge branch 'stable-4.7' by David Pursehouse · 7 years ago
  95. 52be84a Merge branch 'stable-4.6' into stable-4.7 by David Pursehouse · 7 years ago
  96. c047e2a Merge branch 'stable-4.5' into stable-4.6 by David Pursehouse · 7 years ago
  97. 3db0f50 Prepare 4.5.3-SNAPSHOT builds by Matthias Sohn · 7 years ago
  98. c1d3ecb JGit v4.5.2.201704071617-r by Matthias Sohn · 7 years ago
  99. 7adacbd Silence API error for new method added to abstract MergeStrategy by Matthias Sohn · 7 years ago
  100. 4e8655c Fix @since tags of new API added after 4.7.0 by Matthias Sohn · 7 years ago