summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.0' into stable-5.1David Pursehouse2018-11-271-10/+29
|\
| * Merge branch 'stable-4.11' into stable-5.0David Pursehouse2018-11-271-10/+29
| |\
| | * 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-5.0' into stable-5.1Matthias Sohn2018-10-061-0/+9
|\| |
| * | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-10-061-0/+9
| |\|
| | * 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
* | | | | | | SubmoduleDeinitTest fails on WindowsAndrey Loskutov2018-08-191-5/+5
* | | | | | | RebaseCommand: Remove unnecessary fall through commentsJonathan Nieder2018-08-041-2/+0
* | | | | | | Add API to specify the submodule nameMasaya Suzuki2018-07-121-3/+36
* | | | | | | CleanCommand: don't fire WorkingTreeModifiedEvent on dry runThomas Wolf2018-06-261-1/+1
|/ / / / / /
* | | | | | Make JGit describe behaves same as c-git for lightweight tagsMarcel Trautwein2018-06-131-2/+42
* | | | | | Validate branch names on branch creationMatthias Sohn2018-06-091-6/+26
* | | | | | Chain RemoteAddCommand methodsMincong HUANG2018-06-021-2/+8
* | | | | | DescribeCommand: Refactor to not use deprecated Repository#peelDavid Pursehouse2018-05-221-5/+9
* | | | | | Repository: Deprecate #peel methodDavid Pursehouse2018-05-222-2/+2
* | | | | | Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-184-6/+6
* | | | | | Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-1514-29/+29
* | | | | | Rename RefDatabase#getAllRefs to getRefsJonathan Nieder2018-04-291-1/+1
* | | | | | RefDatabase: Introduce getAllRefs methodDavid Pursehouse2018-04-271-4/+1
* | | | | | Remove trivial cases of using deprecated RefDatabase.getRefs()Matthias Sohn2018-04-255-11/+11
* | | | | | Remove unused code and link to deprecated codeJonathan Tan2018-04-251-2/+1
* | | | | | Handle Gerrit Change-Ids for merge commitsThomas Wolf2018-04-181-0/+20
* | | | | | CloneCommand: Suppress resource warning about RepositoryDavid Pursehouse2018-03-241-2/+2
* | | | | | SubmoduleSyncCommand: Refactor to open Repository in try-with-resourceDavid Pursehouse2018-03-241-10/+11
* | | | | | SubmoduleUpdateCommand: Refactor to open Repository in try-with-resourceDavid Pursehouse2018-03-241-30/+34
* | | | | | PushCommand: Suppress resource warning for Transport in for loopDavid Pursehouse2018-03-161-1/+2
* | | | | | SubmoduleStatusCommand: Open Repository in try-with-resourceDavid Pursehouse2018-03-151-8/+6
* | | | | | Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-133-17/+5
* | | | | | Implement --force option in FetchCommand and CLI fetch commandMatthias Sohn2018-03-131-3/+40
* | | | | | Fix misspelled class name: EmtpyCommitException -> EmptyCommitExceptionDavid Pursehouse2018-03-102-8/+8
* | | | | | Remove deprecated ArchiveCommand#putEntry methodMatthias Sohn2018-03-091-24/+0
|/ / / / /
* | | | | 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