aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api
Commit message (Expand)AuthorAgeFilesLines
* EmtpyCommitException: Add TODO to fix misspelled class name in 5.0David Pursehouse2017-12-181-1/+1
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-1892-722/+1387
* Merge branch 'stable-4.9'David Pursehouse2017-12-131-1/+1
|\
| * TransportCommand#setTimeout: Specify units for timeout in JavadocDavid Turner2017-12-121-1/+1
* | CloneCommand: Refactor listing of files in deleteChildrenDavid Pursehouse2017-12-081-3/+3
* | TreeWalk: Make getEolStreamType(OperationType) publicDavid Pursehouse2017-11-152-3/+10
|/
* ReflogWriter: Align auto-creation defaults with C gitDave Borowitz2017-09-302-0/+2
* Ensure ReflogWriter only works with a RefDirectoryDave Borowitz2017-09-301-3/+12
* SubmoduleUpdateCommand: Add fetch callbackDavid Pursehouse2017-09-201-4/+18
* Fetch submodule repo before resolving commitsMichael FIG2017-09-201-1/+28
* Add FetchCommand#setRefSpecs(String...) variantDave Borowitz2017-09-071-5/+16
* Cleanup: Remove trailing whitespaceMatthias Sohn2017-08-302-4/+4
* FetchCommand: pass on CredentialsProvider to submodule fetchesThomas Wolf2017-08-271-0/+1
* Fix path pattern matching to work also for gitattributesThomas Wolf2017-08-271-1/+2
* Fix default directory set when setDirectory wasn't called.Joan Goyeau2017-08-251-2/+13
* Send a detailed event on working tree modificationsThomas Wolf2017-08-156-13/+89
* Fix committing empty commitsChristian Halstrick2017-07-281-1/+1
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-252-2/+2
* Fix bug in multiple tag handling on DescribeCommandOliver Lockwood2017-06-211-23/+37
* Support --match functionality in DescribeCommandOliver Lockwood2017-06-201-4/+43
* Allow to programmatically set FastForwardMode for PullCommandMatthias Sohn2017-06-161-5/+29
* Add support for config "pull.ffMattias Neuling2017-06-161-0/+11
* Fetch/PullCommand: Improve Javadoc of setRecurseSubmodulesDavid Pursehouse2017-06-162-2/+13
* Improve javadoc for MergeCommand.setFastForward()Matthias Sohn2017-06-151-3/+7
* Fetch: Add --recurse-submodules and --no-recurse-submodules optionsDavid Pursehouse2017-06-111-0/+34
* SubmoduleUpdateCommand#setCallback should return 'this'Matthias Sohn2017-06-101-1/+3
* CloneCommand#setCallback should return 'this'David Pursehouse2017-06-081-1/+3
* Merge branch 'stable-4.7' into stable-4.8David Pursehouse2017-06-081-0/+6
|\
| * ArchiveCommand: Create prefix entry with commit timeYasuhiro Takagi2017-06-051-0/+6
* | Fix javadoc of TooLargeObjectInPackExceptionMatthias Sohn2017-05-191-1/+2
* | Add shutdown hook to cleanup unfinished clone when JVM is killedMatthias Sohn2017-05-131-0/+4
* | Clean up the disk when cloning failsThomas Wolf2017-05-121-10/+80
* | Support pull on detached HEADMickael Istria2017-05-081-23/+24
* | Clone: add --recurse-submodules optionDavid Pursehouse2017-04-272-1/+75
|/
* PullCommand: Add support for recursing into submodulesDavid Pursehouse2017-03-241-1/+18
* Don't try to strip new line if the message buffer is emptyAndrey Loskutov2017-03-151-2/+6
* FetchCommand: Fix detection of submodule recursion modeDavid Pursehouse2017-03-101-13/+19
* FetchCommand: Add basic support for recursing into submodulesDavid Pursehouse2017-03-041-1/+97
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-2037-77/+77
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-1946-0/+54
* Fix typo in @sinceThomas Wolf2017-02-191-1/+1
* PullCommand: Allow to set tag behaviorDavid Pursehouse2017-02-181-3/+18
* Set commit time to ZipArchiveEntryNaoki Takezoe2017-02-181-5/+32
* Merge "push: support per-ref force-with-lease"Shawn Pearce2017-02-081-1/+45
|\
| * push: support per-ref force-with-leaseDavid Turner2017-02-081-1/+45
* | Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2017-01-281-1/+2
* | [infer] Fix potential NPE in CloneCommandMatthias Sohn2017-01-231-6/+18
* | gc: Add options to preserve and prune old pack filesJames Melvin2017-01-191-0/+32
* | Fix StashApplyCommand for stashes containing untracked changes.Thomas Wolf2017-01-151-5/+5
|/
* [infer] Fix SubmoduleWalk leaks in submodule commandsMatthias Sohn2016-12-183-6/+3