summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Merge "Ignore IOException thrown from close"Shawn Pearce2016-08-191-1/+10
|\
| * Ignore IOException thrown from closeMasaya Suzuki2016-08-191-1/+10
* | DfsObjDatabase: clear PackList dirty bit if no new packsShawn Pearce2016-08-191-1/+14
|/
* Enhance ResetCommand to allow disabling reflog updateMatthias Sohn2016-08-171-2/+28
* Merge "BaseReceivePack: null and IllegalStateException cases for getPushOptions"Jonathan Nieder2016-08-151-3/+19
|\
| * BaseReceivePack: null and IllegalStateException cases for getPushOptionsDan Wang2016-08-101-3/+19
* | RepoCommand: Avoid group lists shadowing groups stringsJonathan Nieder2016-08-082-10/+10
* | PackWriter: Fix Javadoc tag for thrown exception in preparePackDavid Pursehouse2016-08-091-1/+1
* | Merge "Document new PackWriter#preparePack variant's parameters and exceptions"Jonathan Nieder2016-08-081-0/+20
|\ \
| * | Document new PackWriter#preparePack variant's parameters and exceptionsJonathan Nieder2016-08-081-0/+20
* | | Add missing @since tags for new APIMatthias Sohn2016-08-091-0/+3
* | | Merge "Require-Bundle com.jcraft.jsch replaced by Import-Package statement"Matthias Sohn2016-08-081-1/+1
|\ \ \ | |/ / |/| |
| * | Require-Bundle com.jcraft.jsch replaced by Import-Package statementJens Offenbach2016-08-091-1/+1
* | | Merge changes Ib0d8c294,Idfb83482Jonathan Nieder2016-08-082-6/+30
|\ \ \ | |/ / |/| |
| * | Shallow fetch: Pass along "shallow"s in unparsed-wants case, tooJonathan Nieder2016-08-082-3/+24
| * | Shallow fetch: Pass a DepthWalk to PackWriterJonathan Nieder2016-08-081-3/+6
* | | Merge "Skip cleaning inner repositories by default in CleanCommand"Christian Halstrick2016-08-071-11/+73
|\ \ \
| * | | Skip cleaning inner repositories by default in CleanCommandMatthaus Owens2016-08-041-11/+73
* | | | Shallow fetch/clone: Make --depth mean the total history depthTerry Parker2016-08-054-6/+18
| |/ / |/| |
* | | Shallow fetch: Respect "shallow" linesTerry Parker2016-08-054-2/+13
* | | Merge changes from topic 'shallowClone'Jonathan Nieder2016-08-042-3/+19
|\ \ \
| * | | RevWalk: Make fields available to DepthWalkTerry Parker2016-08-041-1/+1
| * | | Shallow fetch: avoid sending unneeded blobsTerry Parker2016-08-041-2/+18
| |/ /
* / / DiffFormatter: Support setting a reader without a repoDave Borowitz2016-08-033-25/+42
|/ /
* | Merge "RefSpec: Make WildcardMode public"Jonathan Nieder2016-07-281-2/+20
|\ \
| * | RefSpec: Make WildcardMode publicStefan Beller2016-07-281-2/+20
* | | MergeFormatter: Suppress warning about unchecked conversionDavid Pursehouse2016-07-261-0/+1
|/ /
* | Repository: Log negative useCnt message together with stack traceDavid Pursehouse2016-07-261-2/+3
* | Ignore 'The value of exception parameter is not used' warningDavid Pursehouse2016-07-261-0/+1
* | Merge branch 'stable-4.4'David Pursehouse2016-07-261-4/+15
|\ \
| * | JGit v4.4.1.201607150455-rv4.4.1.201607150455-rMatthias Sohn2016-07-153-4/+4
| * | Merge "RefDirectory: remove ref lock file for following ref dir removal" into...Christian Halstrick2016-07-151-4/+15
| |\ \
| | * | RefDirectory: remove ref lock file for following ref dir removalMarco Miller2016-06-101-4/+15
* | | | RefSpecs: allow construction of weird wildcarded RefSpecsStefan Beller2016-07-253-9/+86
* | | | RefSpec: reject refs ending in '/'Stefan Beller2016-07-251-0/+2
* | | | Merge "Push implementation of option strings"Terry Parker2016-07-2210-6/+244
|\ \ \ \ | | |_|/ | |/| |
| * | | Push implementation of option stringsDan Wang2016-07-2210-6/+244
* | | | DfsObjDatabase: Add lazy last modified method to PackListDave Borowitz2016-07-191-0/+14
* | | | Merge changes I159e9154,I06c722b2Dave Borowitz2016-07-193-43/+188
|\ \ \ \ | |/ / / |/| | |
| * | | DfsObjectDatabase: Expose PackList and move markDirty thereDave Borowitz2016-07-182-20/+37
| * | | Invalidate DfsObjDatabase pack list when refs are updatedDave Borowitz2016-07-143-40/+168
* | | | BatchRefUpdate: Remove unused namesToCheck variableDan Wang2016-07-151-2/+0
|/ / /
* | | Merge branch 'stable-4.4'Matthias Sohn2016-07-128-61/+375
|\| |
| * | Log if Repository.useCnt becomes negativeMatthias Sohn2016-07-123-1/+19
| * | Time based eviction strategy for repository cacheChristian Halstrick2016-07-123-9/+244
| * | Add method to read time unit from configHugo Arès2016-07-124-0/+132
| * | 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-273-4/+9
| * | Extract work queue to allow reusing itMatthias Sohn2016-06-082-46/+102
| |/
* | DfsGarbageCollector: avoid closing idx and bitmap streams twiceJonathan Nieder2016-07-071-4/+4