aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api
Commit message (Expand)AuthorAgeFilesLines
* Fix DescribeCommand with multiple match optionsMatthias Sohn2018-11-261-10/+8
* Fix git-describe tie-breakersHÃ¥vard Wall2018-11-091-1/+22
* Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-10-061-0/+9
|\
| * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-10-061-0/+9
| |\
| | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-10-061-0/+9
| | |\
| | | * Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-10-061-0/+9
| | | |\
| | | | * SubmoduleAddCommand: Reject submodule URIs that look like cli optionsIvan Frade2018-10-051-0/+9
* | | | | MergeCommand: Open RevWalk in try-with-resourceDavid Pursehouse2018-03-071-6/+1
* | | | | DiffCommand: Open DiffFormatter in try-with-resourceDavid Pursehouse2018-03-061-10/+9
* | | | | CommitCommand: Open InputStream in try-with-resourceDavid Pursehouse2018-03-061-5/+2
* | | | | ArchiveCommand: Create archive output stream in try-with-resourceDavid Pursehouse2018-03-051-3/+3
* | | | | ApplyCommand: Open FileWriter in try-with-resourceDavid Pursehouse2018-03-051-3/+3
* | | | | Add|RemoveNoteComand: Reduce duplicated codeDavid Pursehouse2018-03-032-33/+7
* | | | | InitCommand: Don't leave Repository open after Git is closedDavid Pursehouse2018-02-141-1/+4
* | | | | Fix CleanCommand not to throw FileNotFoundExceptionsChristian Halstrick2018-02-081-14/+14
* | | | | Progress reporting for checkoutMarkus Duft2018-01-238-0/+96
* | | | | Fix file handle leak in FetchCommand#fetchSubmodulesTim Hosey2018-01-041-30/+34
|/ / / /
* | | | CloneCommand: option to set FS to be usedMarc Strapetz2017-12-291-0/+20
* | | | InitCommand: option to set FS to be usedMarc Strapetz2017-12-291-0/+20
* | | | Add a command to deinitialize submodulesDavid Turner2017-12-273-1/+436
* | | | Use submodule name instead of path as key in configDavid Turner2017-12-271-2/+3
* | | | Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-211-2/+1
* | | | Fix javadoc leftovers in org.eclipse.jgit api packageMatthias Sohn2017-12-202-4/+3
* | | | 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