aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * Time based eviction strategy for repository cacheChristian Halstrick2016-07-123-9/+244
| * Add method to read time unit from configHugo Arès2016-07-121-0/+120
| * Align include.path max depth with native gitHugo Arès2016-06-271-1/+1
| * Config load should not fail on unsupported or nonexistent include pathHugo Arès2016-06-271-2/+9
| * Extract work queue to allow reusing itMatthias Sohn2016-06-082-46/+102
* | Add method to read time unit from configHugo Arès2016-06-061-0/+120
* | BatchRefUpdate: Include command message in toString()Dave Borowitz2016-06-021-1/+5
|/
* Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-312-4/+4
* Support git config [include] section with absolute path(s)Marco Miller2016-05-211-1/+42
* Fix config value get to return last instead of 1st just like gitMarco Miller2016-05-121-4/+5
* Remove UTF-8 checking duplication in Config lib subclassesMarco Miller2016-05-122-2/+14
* PersonIdent: Make appendSanitized publicDave Borowitz2016-05-031-1/+6
* Config: Improve documentation for setStringListStefan Beller2016-05-031-1/+2
* PersonIdent: Strip some special chars from external stringsDave Borowitz2016-04-291-2/+39
* PersonIdent: Document that name and email aren't trimmedDave Borowitz2016-04-291-1/+6
* Expose the ObjectInserter that created an ObjectReaderDave Borowitz2016-04-262-1/+33
* Add ObjectReader.Filter, like in ObjectInserterDave Borowitz2016-04-251-0/+98
* Support per-BatchRefUpdate atomic transactionsDave Borowitz2016-04-192-2/+68
* Merge branch 'master' into stable-4.3Matthias Sohn2016-04-072-12/+41
|\
| * Remove repository from cache when it's closedHugo Arès2016-04-072-9/+35
| * Fix repository cache never closing repositoryHugo Arès2016-04-072-3/+6
* | Merge branch 'master' into stable-4.3Matthias Sohn2016-04-061-0/+6
|\|
| * Add config parameter gc.prunePackExpire for packfile expirationChristian Halstrick2016-03-311-0/+6
* | Implement DIR_NO_GITLINKSPreben Ingvaldsen2016-04-051-0/+6
|/
* Add EOL stream type detection to TreeWalkIvan Motsch2016-03-072-0/+47
* Allow deletion of HEAD ref if the repository is bare.Mike Williams2016-01-281-1/+2
* Revert "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry andAndrey Loskutov2016-01-195-1154/+0
* Annotated to be removed Tree API with @noreference and @noextendAndrey Loskutov2016-01-195-0/+10
* Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends"Shawn Pearce2016-01-155-0/+1144
* Remove deprecated Tree, TreeEntry, FileTreeEntry and friendsShawn Pearce2016-01-095-1144/+0
* Paths.pathCompare: Utility to sort paths from byte[]Shawn Pearce2016-01-091-23/+8
* RefTree: Store references in a Git treeShawn Pearce2016-01-071-1/+3
* ObjectChecker: honor some git-core fsck.* optionsShawn Pearce2015-12-301-158/+347
* ObjectChecker: allow some objects to skip errorsShawn Pearce2015-12-301-50/+166
* ObjectChecker: use java.text.Normalizer directlyShawn Pearce2015-12-301-55/+2
* PackWriter: use lib.ObjectIdSet to avoid wrapperShawn Pearce2015-12-293-3/+68
* Merge "BaseRepositoryBuilder should trim CR from .git symref"Shawn Pearce2015-12-151-1/+2
|\
| * BaseRepositoryBuilder should trim CR from .git symrefMarc Strapetz2015-11-031-1/+2
* | Merge "Accept UTF8 BOM with BlobBasedConfig"Shawn Pearce2015-12-151-1/+9
|\ \
| * | Accept UTF8 BOM with BlobBasedConfigDoug Kelly2015-12-091-1/+9
* | | Null-annotated Ref class and fixed related compiler errorsAndrey Loskutov2015-12-155-24/+78
|/ /
* | Add support for smudge filtersChristian Halstrick2015-11-271-0/+7
* | Add support for clean filtersChristian Halstrick2015-11-272-0/+15
* | Add the new class Attributes holding multiple Attribute(s)Ivan Motsch2015-11-271-0/+7
* | Repository: Introduce exactRef and findRef, deprecate getRefJonathan Nieder2015-11-251-0/+35
* | Null-annotated RefDatabase classAndrey Loskutov2015-11-251-2/+17
* | Null-annotated Repository class and fixed related compiler errorsAndrey Loskutov2015-11-252-20/+94
* | Raise error if FileNotFoundException is caught for an existing fileMatthias Sohn2015-11-241-0/+6
* | Adds the git attributes computation on the treewalkArthur Daussy2015-11-182-0/+13
* | Merge branch 'stable-4.1'Matthias Sohn2015-11-141-13/+4
|\ \