1. 01b5392 Rewrite reference handling to be abstract and accurate by Shawn O. Pearce · 14 years ago
  2. ab697ff Create new RefList and RefMap utility types by Shawn O. Pearce · 14 years ago
  3. f5eb0d9 Add JUnit tests for HTTP transport by Shawn O. Pearce · 14 years ago
  4. d5bc8be Download HEAD by itself if not in info/refs by Shawn O. Pearce · 14 years ago
  5. 8c836c6 client side smart HTTP by Shawn O. Pearce · 14 years ago
  6. 2e52144 server side: smart fetch over HTTP by Shawn O. Pearce · 14 years ago
  7. 81fea92 server side: smart push over HTTP by Shawn O. Pearce · 14 years ago
  8. 5e33a1d Simple dumb HTTP server for Git by Shawn O. Pearce · 14 years ago
  9. 71b3484 Expose PacketLineOut for reuse outside of the transport package by Shawn O. Pearce · 14 years ago
  10. 7ed6805 Expose RefAdvertiser for reuse outside of the transport package by Shawn O. Pearce · 14 years ago
  11. e187618 Teach UploadPack how to use an RPC style interface by Shawn O. Pearce · 14 years ago
  12. 2a5c8cb Teach ReceivePack how to use an RPC style interface by Shawn O. Pearce · 14 years ago
  13. 3f8fdc0 Refactor TemporaryBuffer to support reuse in other contexts by Shawn O. Pearce · 14 years ago
  14. a22b8f5 Implement multi_ack_detailed protocol extension by Shawn O. Pearce · 14 years ago
  15. f945c42 Abstract out utility functions for creating test commits by Shawn O. Pearce · 14 years ago
  16. 23cb7f9 Fix PersonIdent to always use SystemReader by Shawn O. Pearce · 14 years ago
  17. de45869 Fix RefWriter creation of info/refs to omit HEAD by Shawn O. Pearce · 14 years ago
  18. f88cac0 Move TestRng to our JUnit helper package by Shawn O. Pearce · 14 years ago
  19. 15e2b45 Correct spelling error in StringUtils javadoc by Shawn O. Pearce · 14 years ago
  20. 20b4d47 Finish removing Apache Felix maven-bundle-plugin by Shawn O. Pearce · 14 years ago
  21. cbab08f Fix merge for "Partial revert "Switch build to Apache Felix maven-bundle-plugin"" by Robin Rosenberg · 14 years ago
  22. b014502 Merge "Partial revert "Switch build to Apache Felix maven-bundle-plugin"" by Robin Rosenberg · 14 years ago
  23. 5eac1a4 Partial revert "Switch build to Apache Felix maven-bundle-plugin" by Robin Rosenberg · 14 years ago
  24. aa4b115 Read core.worktree regardless of whether .git was discovered or not by Robin Rosenberg · 14 years ago
  25. 7085c0e Explicitly release resources used by java.util.zip.Deflater by Igor Fedorenko · 14 years ago
  26. b427e32 Use build timestamp as OSGi version qualifier for SNAPSHOT builds by Igor Fedorenko · 14 years ago
  27. f502944 Remove unnecessary semicolon in MergeChunk by Shawn O. Pearce · 14 years ago
  28. 1b4f76d Merge branch 'cq-diff' by Shawn O. Pearce · 14 years ago
  29. 6d930cd Add file content merge algorithm by Christian Halstrick · 14 years ago
  30. 78069e3 Fix code formatter style references by Shawn O. Pearce · 14 years ago
  31. 2ef29ed UnionInputStream: combines sequential InputStreams into one by Shawn O. Pearce · 14 years ago
  32. 0b82181 Add getPacks to ObjectDirectory by Shawn O. Pearce · 14 years ago
  33. e2c7bc8 Merge change I67d3ed54 by Code Review · 14 years ago
  34. fc5fc70 Switch build to Apache Felix maven-bundle-plugin by Shawn O. Pearce · 14 years ago
  35. eb63bfc Recognize Git repository environment variables by Robin Rosenberg · 14 years ago
  36. 5b13adc Add support for creating detached heads by Robin Rosenberg · 14 years ago
  37. 1ec393e Use Constants.OBJECT_ID_STRING_LENGTH instead of LEN * 2 by Shawn O. Pearce · 14 years ago
  38. db9f812 Get rid of a duplicate constant for SHA-1 length by Robin Rosenberg · 14 years ago
  39. 063e720 Added -crfl attribute for DiffFormatterReflowTest test data by Constantine Plotnikov · 14 years ago
  40. 2086fda Merge change I5b232f67 by Code Review · 14 years ago
  41. a8817ed Fix typo in ReceivePack.java by Nico Sallembien · 14 years ago
  42. d805699 Don't crash if we try to load the config for a MockSystemReader by Robin Rosenberg · 14 years ago
  43. 53f3632 Use Tycho version 0.6.0 by Igor Fedorenko · 14 years ago
  44. 21b6f34 Method to get a 'humanish' name from a path by Mykola Nikishov · 14 years ago
  45. f8f75f8 Ignore target/ folder and compile.org.eclipse.jgit.xml by Mykola Nikishov · 14 years ago
  46. 96c7f75 Flipped jgit.core to manifest-first maven-3/tycho build by Igor Fedorenko · 14 years ago
  47. 7eef835 Replace a hard-coded default remote's name with a constant by Mykola Nikishov · 14 years ago
  48. 6f06be9 tools/version.sh: Update embedded version numbers in build products by Shawn O. Pearce · 14 years ago
  49. b0772d7 Add performance tests for MyersDiff by Christian Halstrick · 14 years ago
  50. ddefff9 Use a more specific Bugzilla URL by Shawn O. Pearce · 14 years ago
  51. 8e901f4 Use JUnit 3.8.2 under CQ 3589 by Shawn O. Pearce · 14 years ago
  52. f3f6745 Remove reference to branding plugin by Matthias Sohn · 14 years ago
  53. 9f9ea04 Merge changes I057c782c,Idff096ce,Ic9be0280,I07014d1b,Id8a76ee7,I9080f3dd,I8c1a0eb8,Ibaf87bb5,I9e1f1f5a,I355e95fa by Code Review · 14 years ago
  54. 2bfe561 Merge change Ic1c8969b by Code Review · 14 years ago
  55. 7e8dc53 Prompt for passwords from the console in jgit command line tools by Shawn O. Pearce · 14 years ago
  56. 27a497f Move AWT based SSH authenticator to ui bundle by Shawn O. Pearce · 14 years ago
  57. 9108035 Refactor the cached Authenticator data out of AwtAuthenticator by Shawn O. Pearce · 14 years ago
  58. e336bad Only import the sample data packs on tests that need them by Shawn O. Pearce · 14 years ago
  59. b28aadf Move T0007_Index to exttst by Shawn O. Pearce · 14 years ago
  60. 1e84e8a Refactor RepositoryTestCase to use LocalDiskRepository instead by Shawn O. Pearce · 14 years ago
  61. 49aac32 Create JUnit test utilities for JGit derived sources by Shawn O. Pearce · 14 years ago
  62. a951985 Delete obsolete JarLinkUtil by Shawn O. Pearce · 14 years ago
  63. dad52ba Refactor our Maven build to be modular by Shawn O. Pearce · 14 years ago
  64. 5b89088 Switch pgm, test to proper plugin projects by Shawn O. Pearce · 14 years ago
  65. e4fc3c3 Correct location of AmazonS3 command line client by Shawn O. Pearce · 14 years ago
  66. cf2edb6 Move AWT UI code to new org.eclipse.jgit.ui bundle by Mykola Nikishov · 14 years ago
  67. 99ab22c Don't create .git/remotes folders on init by Sasa Zivkov · 14 years ago
  68. d4e7b70 Move pure IO utility functions to a utility class of its own. by Robin Rosenberg · 14 years ago
  69. fad60bd Eclipse IDE: Automatically remove trailing whitespace on save by Shawn O. Pearce · 14 years ago
  70. 4d91645 Remove trailing whitespace at end of line by Alex Blewitt · 14 years ago
  71. f3d7580 Correcting explanation of EDL by Matthias Sohn · 14 years ago
  72. 8506604 Use org.eclipse.egit branding plugin by Matthias Sohn · 14 years ago
  73. 5208e50 Add gitignore to constants by Mykola Nikishov · 14 years ago
  74. 1a41a89 Refactor org.eclipse.jgit.test to be a bundle by Chris Aniszczyk · 14 years ago
  75. 3e83a9e Fix classpath to use jsch and args4j from orbit by Matthias Sohn · 14 years ago
  76. 2484ad6 Add javadoc comments, remove unused code, shift comments to correct place by Christian Halstrick · 14 years ago
  77. 4c3f90c Merge change Iacb9082e into cq-diff by Code Review · 14 years ago
  78. b3e4ac2 Fixed MyersDiff to be able to handle more than 100k by Christian Halstrick · 14 years ago
  79. 982515c Make the default encoding when reading commits UTF-8 by Constantine Plotnikov · 14 years ago
  80. aa08a02 Remove a duplicate test from T0003_Basic by Robin Rosenberg · 14 years ago
  81. 6549af4 Fix some warnings regarding unnecessary imports and accessing static methods by Christian Halstrick · 14 years ago
  82. a3aa43e Add the "jgit diff" command by Johannes Schindelin · 14 years ago
  83. e34865b Prepare RawText for diff-index and diff-files by Johannes Schindelin · 14 years ago
  84. 1a03c86 Add a test class for Myers' diff algorithm by Johannes Schindelin · 14 years ago
  85. d8a3b4e Add Myers' algorithm to generate diff scripts by Johannes Schindelin · 14 years ago
  86. 9c056fc Add set to IntList by Johannes Schindelin · 14 years ago
  87. 6e1571d Merge changes I282ee1c6,I5700ca48,Ic243544a,Ia2cce34d,I2fd81be2 by Code Review · 14 years ago
  88. 9b48eb9 Mark JGit plugin as 0.6 by Shawn O. Pearce · 14 years ago
  89. 956b124 Add org.eclipse.jgit-feature by Mykola Nikishov · 14 years ago
  90. 41e4b2f Move HttpSupport's configureHttpProxy to jgit-pgm by Shawn O. Pearce · 14 years ago
  91. 8d5510d Move AmazonS3 command line utility to jgit-pgm by Shawn O. Pearce · 14 years ago
  92. 3ce8c91 Move setupReflog test function to only test that cares by Shawn O. Pearce · 14 years ago
  93. 1640812 Remove useless test005_todopack test by Shawn O. Pearce · 14 years ago
  94. add24f2 Standardize the source code formatter for Eclipse by Shawn O. Pearce · 14 years ago
  95. 3fc3be3 Merge change I11dc6200 by Code Review · 14 years ago
  96. 50288b1 Mark the next version as 0.6 by Shawn O. Pearce · 14 years ago
  97. 7207349 Merge change I908e4c77 by Code Review · 14 years ago
  98. ffc8b42 Add support for logAllRefUpdates configuration parameter by Christian Halstrick · 14 years ago
  99. f5871e1 Remove TODO file and move to bugzilla by Shawn O. Pearce · 14 years ago
  100. f496435 Fix SUBMITTING_PATCHES to follow the Eclipse IP process by Shawn O. Pearce · 14 years ago