aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib
Commit message (Expand)AuthorAgeFilesLines
* Use constant for ".lock"Matthias Sohn2018-06-082-2/+13
* Repository: Deprecate #peel methodDavid Pursehouse2018-05-221-0/+2
* Repository: Make #exactRef and #findRef finalDavid Pursehouse2018-05-221-2/+2
* Repository: Deprecate getTags methodDavid Pursehouse2018-05-221-0/+2
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-187-12/+12
* BatchRefUpdate: Don't use deprecated RefDatabase#getRefs(String)David Pursehouse2018-05-151-2/+4
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-1531-152/+152
* Store in IndexChangedEvent if it was caused by JGit itselfMatthias Sohn2018-05-131-4/+10
* Rename RefDatabase#getAllRefs to getRefsJonathan Nieder2018-04-291-19/+32
* RefDatabase: add hasRefs convenience methodDavid Pursehouse2018-04-291-0/+12
* Fix comparison order in AnyObjectIdDavid Turner2018-04-271-8/+10
* RefDatabase: Introduce getAllRefs methodDavid Pursehouse2018-04-271-0/+16
* RefDatabase: Update Javadoc for ALL constantDavid Pursehouse2018-04-271-1/+4
* Add RefDatabase#getRefsByPrefix methodJonathan Tan2018-04-201-0/+41
* Allow '@' as last character of refChristian Halstrick2018-04-121-0/+2
* Merge branch 'stable-4.11'Matthias Sohn2018-03-261-2/+2
|\
| * Add missing @since tag and silence API errorMatthias Sohn2018-03-271-0/+2
* | Add missing @since tags for new APIMatthias Sohn2018-03-251-0/+2
* | Merge branch 'stable-4.11'David Pursehouse2018-03-161-15/+68
|\|
| * ObjectIdSerializer: Support serialization of known non-null ObjectIdDavid Pursehouse2018-03-151-15/+68
* | RepositoryCache#registerRepository: Refactor to use try-with-resourceDavid Pursehouse2018-03-151-3/+3
* | IndexDiff: Refactor to open Repository in try-with-resourceDavid Pursehouse2018-03-151-6/+3
* | Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-132-12/+3
* | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-115-11/+15
* | Constants: Initialize CHARSET and CHARACTER_ENCODING from StandardCharsets.UTF_8David Pursehouse2018-03-111-3/+4
* | Remove deprecated Repository#getRefMatthias Sohn2018-03-101-22/+4
* | Remove deprecated BitmapBuilder#addMatthias Sohn2018-03-101-13/+0
|/
* Merge branch 'stable-4.10'Matthias Sohn2018-03-071-0/+1
|\
| * Set context classloader to null in WorkQueueMatthias Sohn2018-02-141-0/+1
* | Add ConfigConstants.CONFIG_SECTION_LFSDavid Pursehouse2018-03-051-0/+6
* | TagBuilder: Open OutputStreamWriter in try-with-resourceDavid Pursehouse2018-03-031-3/+2
* | LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft2018-03-031-0/+7
* | Add ObjectIdSerializerDavid Pursehouse2018-02-251-0/+107
* | LFS: Add remote download to SmudgeFilterMarkus Duft2018-02-161-0/+6
* | Close RevWalk in BranchTrackingStatus.of()Matthias Sohn2018-02-061-12/+15
* | Minor improvements in git config file inclusionsThomas Wolf2018-01-281-5/+10
* | Skip unborn branches in UploadPackZhen Chen2018-01-031-1/+2
|/
* Config: Drop backslash in invalid escape sequences in subsectionsDave Borowitz2017-12-211-3/+4
* Config: Match C git behavior more closely in escaping valuesDave Borowitz2017-12-211-6/+20
* Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-212-4/+4
* Merge branch 'stable-4.9'Dave Borowitz2017-12-201-0/+7
|\
| * ObjectInserter: Add warning about mixing read-back with writesDave Borowitz2017-12-201-0/+7
| * Config: Remove the include functionalityDavid Pursehouse2017-12-151-39/+0
* | Replace explicit calls to initCause where possibleDavid Pursehouse2017-12-201-4/+2
* | Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-1964-550/+1215
* | Config: Rewrite subsection and value escaping and parsingDave Borowitz2017-12-181-66/+125
* | Make Config.readIncludedConfig a noop by defaultShawn Pearce2017-12-131-18/+1
* | Config: extract method to read included configMarc Strapetz2017-12-041-17/+40
* | Merge branch 'stable-4.9'Matthias Sohn2017-11-241-0/+7
|\|
| * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2017-11-241-0/+7
| |\