1. a78e6ea Signing: refactor interfaces by Thomas Wolf · 7 months ago
  2. f9beeb3 Add worktrees read support by Janne Valkealahti · 8 months ago
  3. 026d46d Bump jetty version to 12.0.9 and servlet-api to 6.0 by David Ostrovsky · 10 months ago
  4. 964498e [errorprone] Fix error pattern JdkObsolete by Matthias Sohn · 11 months ago
  5. e4779da Merge branch 'stable-6.7' by Matthias Sohn · 1 year, 5 months ago
  6. 01dde5c Merge branch 'stable-6.6' into stable-6.7 by Matthias Sohn · 1 year, 5 months ago
  7. b6098c5 Merge branch 'stable-6.5' into stable-6.6 by Matthias Sohn · 1 year, 5 months ago
  8. 626264a Merge branch 'stable-6.4' into stable-6.5 by Matthias Sohn · 1 year, 5 months ago
  9. da60ac9 Merge branch 'stable-6.3' into stable-6.4 by Matthias Sohn · 1 year, 5 months ago
  10. c59bf16 Merge branch 'stable-6.2' into stable-6.3 by Matthias Sohn · 1 year, 5 months ago
  11. 1618c3e Merge branch 'stable-6.1' into stable-6.2 by Matthias Sohn · 1 year, 5 months ago
  12. 1175f14 Merge branch 'stable-6.0' into stable-6.1 by Matthias Sohn · 1 year, 5 months ago
  13. add5c14 Merge branch 'stable-5.13' into stable-6.0 by Matthias Sohn · 1 year, 5 months ago
  14. f5f4bf0 Do not exclude objects in locked packs from bitmap processing by Luca Milanesio · 1 year, 7 months ago
  15. 84ced89 [errorprone] Add missing javadoc summary by Matthias Sohn · 1 year, 6 months ago
  16. d56ae55 [errorprone] Fix BadImport by Matthias Sohn · 1 year, 6 months ago
  17. bf92bb9 [errorprone] Suppress MissingSummary for translation bundles by Matthias Sohn · 1 year, 6 months ago
  18. 4cf246c [errorprone] Remove unnecessary parentheses by Matthias Sohn · 1 year, 6 months ago
  19. a569307 ReadChangedPathFilter: fix Non-externalized string literal warning by Jörg Kubitz · 1 year, 7 months ago
  20. 49beb5a CommitGraphWriter: write changed-path filters by Jonathan Tan · 1 year, 11 months ago
  21. 7b95504 Fix all Javadoc warnings and fail on them by Antoine Musso · 1 year, 10 months ago
  22. 3ed4cdd AddCommand: ability to switch off renormalization by Thomas Wolf · 1 year, 11 months ago
  23. 0e97088 [pgm] Implement git tag --contains option by Matthias Sohn · 1 year, 11 months ago
  24. fe64445 Merge branch 'stable-6.4' by Matthias Sohn · 2 years, 1 month ago
  25. f8e6bcb Merge branch 'stable-6.3' into stable-6.4 by Matthias Sohn · 2 years, 1 month ago
  26. 6ea0e11 Merge branch 'stable-6.2' into stable-6.3 by Matthias Sohn · 2 years, 1 month ago
  27. d8155c1 Merge branch 'stable-6.1' into stable-6.2 by Matthias Sohn · 2 years, 1 month ago
  28. 07a9eb0 Merge branch 'stable-6.0' into stable-6.1 by Matthias Sohn · 2 years, 1 month ago
  29. c46eb91 Merge branch 'stable-5.13' into stable-6.0 by Matthias Sohn · 2 years, 1 month ago
  30. 9424052 Add pack options to preserve and prune old pack files by Matthias Sohn · 2 years, 1 month ago
  31. eb3a708 [pgm] Fetch-CLI: add support for shallow by Harald Weiner · 2 years, 5 months ago
  32. c14e6f5 [pgm] Add options --name-only, --name-status to diff, log, show by alerthak · 2 years, 4 months ago
  33. 4ddc64a [pgm] Ensure UploadPack is closed to fix resource leak by Matthias Sohn · 2 years, 4 months ago
  34. 87391cc Fix DefaultCharset bug pattern flagged by error prone by David Ostrovsky · 2 years, 9 months ago
  35. 6674abb Use SystemReader#getDefaultCharset to read console input by David Ostrovsky · 2 years, 9 months ago
  36. ff77d41 Adapt diff- and merge tool code for PGM and EGit usage by Andre Bossert · 5 years ago
  37. 973e955 Add availability check of pre-defined tools by Andre Bossert · 5 years ago
  38. e810859 Add filtering with help of DirCacheCheckout.getContent() by Andre Bossert · 5 years ago
  39. eaf4d50 Add mergetool merge feature (execute external tool) by Andre Bossert · 6 years ago
  40. 8573435 Add command line support for "git mergetool" by Andre Bossert · 5 years ago
  41. b63c2f3 Add difftool compare feature (execute external tool) by Andre Bossert · 5 years ago
  42. 9c27002 [pgm] Add describe --abbrev option by Matthias Sohn · 3 years, 1 month ago
  43. 20bdcf9 Introduce a constant for the length of an abbreviated hash string by Sebastian Schuberth · 3 years, 2 months ago
  44. 4aca4e0 [errorprone] Fix implicit use of platform default charset by Matthias Sohn · 3 years, 2 months ago
  45. 14a59bd Add config reader for user-defined difftools by Andre Bossert · 5 years ago
  46. 48f4d97 Add command line support for "git difftool" by Andre Bossert · 6 years ago
  47. 83eddaf Binary and CR-LF detection: lone CRs -> binary by Thomas Wolf · 3 years, 4 months ago
  48. 9683bc7 Fix split package in bundle org.eclipse.jgit.ssh.jsch by Matthias Sohn · 3 years, 6 months ago
  49. 6817b7e Ignore IllegalStateException if JVM is already shutting down by Matthias Sohn · 3 years, 7 months ago
  50. d947e84 Fix typo in javadoc of PathTreeFilterHandler by Matthias Sohn · 3 years, 9 months ago
  51. 46a702e pgm: rewrite parents when --parents flag is passed by kylezhao · 4 years ago
  52. 8210f29 Implement ours/theirs content conflict resolution by Thomas Wolf · 4 years ago
  53. cb8924a init: allow specifying the initial branch name for the new repository by Matthias Sohn · 4 years, 2 months ago
  54. 64cb714 Fail clone if initial branch doesn't exist in remote repository by Matthias Sohn · 4 years, 2 months ago
  55. 3774fcc GPG signature verification via BouncyCastle by Thomas Wolf · 4 years, 2 months ago
  56. 9109cb9 [pgm] add option --timeout to clone command by Matthias Sohn · 4 years, 1 month ago
  57. c29ec34 Merge changes I36d9b63e,I8c5db581,I2c02e89c by Jonathan Tan · 4 years, 2 months ago
  58. 31e3cb4 Compare getting all refs except specific refs with seek and with filter by Gal Paikin · 4 years, 3 months ago
  59. 3ef9f2c [pgm] Use Apache sshd by default by Thomas Wolf · 4 years, 2 months ago
  60. dd38465 Tag message must not include the signature by Thomas Wolf · 4 years, 2 months ago
  61. 7386f73 Remove reftree and ketch by Han-Wen Nienhuys · 5 years ago
  62. 8548cb4 LsRemote: suppress warning for non-externalized string by Matthias Sohn · 4 years, 3 months ago
  63. 41b9159 TagCommand: support signing annotated tags by Thomas Wolf · 4 years, 3 months ago
  64. 9ebbfe9 Add support for reading symrefs from pack capabilities by Lee Worrall · 4 years, 5 months ago
  65. 276fcb2 Implement git describe --all by Jason Yeo · 4 years, 5 months ago
  66. 8d2d683 Decouple JSch from JGit Core by Matthias Sohn · 4 years, 11 months ago
  67. 25a6bd4 Merge branch 'stable-5.6' by Matthias Sohn · 5 years ago
  68. 064834d Reorder modifiers to follow Java Language Specification by David Pursehouse · 5 years ago
  69. 9be93b7 Remove redundant "static" qualifier from enum declarations by David Pursehouse · 5 years ago
  70. eaff0a2 Merge branch 'stable-5.7' by Matthias Sohn · 5 years ago
  71. 7e3e740 Merge branch 'stable-5.6' into stable-5.7 by Matthias Sohn · 5 years ago
  72. 3d59d1b Merge branch 'stable-5.5' into stable-5.6 by Matthias Sohn · 5 years ago
  73. 68b0645 Merge branch 'stable-5.4' into stable-5.5 by Matthias Sohn · 5 years ago
  74. 195b8fc Merge branch 'stable-5.3' into stable-5.4 by Matthias Sohn · 5 years ago
  75. 48dd338 Merge branch 'stable-5.2' into stable-5.3 by Matthias Sohn · 5 years ago
  76. f57a7bd Merge branch 'stable-5.1' into stable-5.2 by David Pursehouse · 5 years ago
  77. 187b7ad pgm daemon: fallback to user and system config if no config specified by Matthias Sohn · 5 years ago
  78. 4cc1329 ErrorProne: Enable and fix UnusedException check by David Pursehouse · 5 years ago
  79. 5c5f7c6 Update EDL 1.0 license headers to new short SPDX compliant format by Matthias Sohn · 5 years ago
  80. c2a3ce7 pgm: add option if reflogs should be written when converting to reftable by Matthias Sohn · 5 years ago
  81. dbe915d pgm: add option to configure if convert-ref-storage should create backup by Matthias Sohn · 5 years ago
  82. 83f90a2 Set config "extensions" option when converting ref storage format by Matthias Sohn · 5 years ago
  83. ecba5e4 Fix indentation in ConvertRefStorage by Matthias Sohn · 5 years ago
  84. 74bc501 Replace chain of if statements with switch by Carsten Hammer · 6 years ago
  85. 533a81d JGit pgm: Format blame output to match canonical git by Thomas Wolf · 6 years ago
  86. 59f9d20 Make blame work correctly on merge conflicts by Thomas Wolf · 6 years ago
  87. 0356613 pgm: add write stats to BenchmarkReftable by Han-Wen Nienhuys · 5 years ago
  88. a8f4bf6 pgm: add command to convert repo to reftable by Han-Wen Nienhuys · 6 years ago
  89. c24eee4 [pgm] Add --mirror option to clone command by Matthias Sohn · 5 years ago
  90. 98cdca9 Enable and fix "Statement unnecessarily nested within else clause" warnings by David Pursehouse · 5 years ago
  91. e5880d9 reftable: pass OutputStream at construction time by Han-Wen Nienhuys · 5 years ago
  92. b31d536 Merge branch 'stable-5.4' into stable-5.5 by Matthias Sohn · 6 years ago
  93. 80fd4cb Merge branch 'stable-5.3' into stable-5.4 by Matthias Sohn · 6 years ago
  94. 82badd0 Merge branch 'stable-5.2' into stable-5.3 by Matthias Sohn · 6 years ago
  95. 3819897 Merge branch 'stable-5.1' into stable-5.2 by Matthias Sohn · 6 years ago
  96. eb1c185 CLI: Remove unused externalized strings by David Pursehouse · 6 years ago
  97. bdd6cf7 JGit pgm: make Blame more robust against bogus input by Thomas Wolf · 6 years ago
  98. 8f7e851 [error prone] suppress AmbiguousMethodReference in AnyObjectId by Matthias Sohn · 6 years ago
  99. f54db4a Merge branch 'stable-5.3' into stable-5.4 by Matthias Sohn · 6 years ago
  100. 7185555 Merge branch 'stable-5.2' into stable-5.3 by Matthias Sohn · 6 years ago