| Commit message (Expand) | Author | Age | Files | Lines |
* | Upgrade commons-compress to 1.15 | David Pursehouse | 2018-01-19 | 1 | -0/+5 |
* | Prepare 4.11.0-SNAPSHOT builds | Matthias Sohn | 2017-12-31 | 2 | -19/+19 |
* | Add header Automatic-Module-Name for Java 9 | Karsten Thoms | 2017-12-23 | 1 | -0/+1 |
* | Fix remaining javadoc errors raised by doclint | Matthias Sohn | 2017-12-21 | 1 | -2/+4 |
* | Specify consistent version range for junit in OSGi manifests | David Pursehouse | 2017-12-08 | 1 | -2/+2 |
* | ArchiveTest: Check result of BufferedInputStream#skip | David Pursehouse | 2017-12-07 | 1 | -1/+5 |
* | Merge branch 'stable-4.9' | Matthias Sohn | 2017-11-24 | 1 | -1/+11 |
|\ |
|
| * | Ignore warning for minor version change without API change | Matthias Sohn | 2017-11-24 | 1 | -1/+11 |
| * | Prepare 4.9.1-SNAPSHOT builds | Matthias Sohn | 2017-10-08 | 2 | -19/+19 |
| * | JGit v4.9.0.201710071750-rv4.9.0.201710071750-r | Matthias Sohn | 2017-10-07 | 2 | -2/+2 |
* | | Prepare 4.10.0-SNAPSHOT builds | Matthias Sohn | 2017-10-08 | 2 | -19/+19 |
|/ |
|
* | Checkout now reports failures through exceptions. | Ned Twigg | 2017-10-01 | 1 | -3/+21 |
* | Add the args4j jar | Pepper Lebeck-Jobe | 2017-09-30 | 1 | -0/+1 |
* | Added API to TextBuiltin for piped usage. | Ned Twigg | 2017-09-21 | 1 | -0/+110 |
* | Update args4j to 2.33 | Matthias Sohn | 2017-08-30 | 3 | -3/+3 |
* | Fix compilation errors with args4j 2.0.23 and later | Robin Stocker | 2017-08-30 | 1 | -0/+80 |
* | Partially revert c0ad77d8 "Enhance Eclipse save actions" | Matthias Sohn | 2017-08-30 | 1 | -1/+1 |
* | Partially revert c0ad77d8 "Enhance Eclipse save actions" | Matthias Sohn | 2017-08-30 | 1 | -2/+2 |
* | Enhance Eclipse save actions | Matthias Sohn | 2017-08-28 | 1 | -7/+12 |
* | Add missing newlines at ends of Java files | David Pursehouse | 2017-07-25 | 1 | -1/+1 |
* | Add --match option for `jgit describe` to CLI | Oliver Lockwood | 2017-06-22 | 1 | -3/+49 |
* | Merge branch 'stable-4.8' | David Pursehouse | 2017-06-10 | 2 | -4/+5 |
|\ |
|
| * | Merge branch 'stable-4.7' into stable-4.8 | David Pursehouse | 2017-06-08 | 1 | -4/+4 |
| |\ |
|
| | * | JGit v4.7.1.201706071930-rv4.7.1.201706071930-r | Matthias Sohn | 2017-06-08 | 2 | -2/+2 |
| | * | ArchiveCommand: Create prefix entry with commit time | Yasuhiro Takagi | 2017-06-05 | 1 | -4/+4 |
| * | | Merge branch 'stable-4.7' into stable-4.8 | Matthias Sohn | 2017-06-07 | 1 | -0/+1 |
| |\| |
|
| | * | Run auto GC in the background | David Turner | 2017-06-06 | 1 | -0/+1 |
| | * | Prepare 4.7.1-SNAPSHOT | Matthias Sohn | 2017-04-06 | 2 | -19/+19 |
| | * | JGit v4.7.0.201704051617-rv4.7.0.201704051617-r | Matthias Sohn | 2017-04-05 | 2 | -2/+2 |
| * | | Prepare 4.8.0-SNAPSHOT builds | Matthias Sohn | 2017-05-17 | 2 | -2/+2 |
| * | | JGit v4.8.0.201705170830-rc1v4.8.0.201705170830-rc1 | Matthias Sohn | 2017-05-17 | 2 | -2/+2 |
* | | | Prepare 4.9.0-SNAPSHOT builds | Matthias Sohn | 2017-05-30 | 2 | -19/+19 |
|/ / |
|
* / | Prepare 4.8.0-SNAPSHOT builds | Matthias Sohn | 2017-04-05 | 2 | -19/+19 |
|/ |
|
* | Remove Buck build | David Pursehouse | 2017-03-22 | 1 | -37/+0 |
* | Add remaining parts of the bazel build | David Ostrovsky | 2017-03-21 | 1 | -0/+40 |
* | Enable and fix warnings about redundant specification of type arguments | David Pursehouse | 2017-02-20 | 5 | -11/+11 |
* | Enable and fix 'Should be tagged with @Override' warning | David Pursehouse | 2017-02-19 | 4 | -1/+4 |
* | Prepare 4.7.0-SNAPSHOT builds | Matthias Sohn | 2016-12-27 | 2 | -19/+19 |
* | Prepare 4.6.1-SNAPSHOT builds | Matthias Sohn | 2016-12-24 | 2 | -19/+19 |
* | JGit v4.6.0.201612231935-rv4.6.0.201612231935-r | Matthias Sohn | 2016-12-24 | 2 | -2/+2 |
* | Organize imports | David Pursehouse | 2016-11-14 | 3 | -6/+9 |
* | Preserve backslashes within double quotes in CLIGitCommand::split() | RĂ¼diger Herrmann | 2016-10-23 | 2 | -1/+3 |
* | Checkout: Add the ability to checkout all paths. | Ned Twigg | 2016-10-22 | 1 | -1/+24 |
* | ArchiveTest: Don't use string concatenation in loop | David Pursehouse | 2016-10-19 | 1 | -12/+12 |
* | CLIRepositoryTestCase: Remove unused 'trash' member | David Pursehouse | 2016-10-19 | 1 | -4/+0 |
* | Upgrade buck to 7b7817c48f30687781040b2b82ac9218d5c4eaa4 | David Pursehouse | 2016-10-18 | 1 | -1/+0 |
* | Fix JGit CLI to follow native git's interpretation of http_proxy... | Christian Halstrick | 2016-10-14 | 1 | -0/+232 |
* | Change JGit minimum execution environment to JavaSE-1.8 | Matthias Sohn | 2016-09-20 | 6 | -28/+7 |
* | Prepare 4.6.0-SNAPSHOT builds | Matthias Sohn | 2016-09-19 | 2 | -19/+19 |
* | CLI: implement option -d for deleting tags | Ned Twigg | 2016-08-31 | 1 | -0/+23 |