summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Don't log error if system git config does not existMatthias Sohn2016-09-056-23/+179
* ReceivePack: integrate push option parsing into recvCommandsShawn Pearce2016-08-292-11/+23
* ReceivePack: simplify getPushOptionsShawn Pearce2016-08-291-13/+7
* ReceivePack: allow push options to be setShawn Pearce2016-08-291-6/+18
* Make GC.RepoStatistics staticJonathan Nieder2016-08-261-1/+1
* ReceivePack: refactor push option parsingShawn Pearce2016-08-262-75/+58
* Fix push option initalization on HTTPStefan Beller2016-08-261-1/+3
* Merge "DfsReader: check object type during open"Shawn Pearce2016-08-252-4/+17
|\
| * DfsReader: check object type during openShawn Pearce2016-08-252-4/+17
* | Clarify the semantics of DfsRefDatabase#compareAndPutMasaya Suzuki2016-08-252-26/+17
|/
* Do not fake a SymbolicRef as an ObjectIdRefMasaya Suzuki2016-08-254-11/+12
* Packet logging for JGitDan Wang2016-08-242-5/+31
* Use FS#lastModified instead of File#lastModifiedMasaya Suzuki2016-08-244-8/+22
* Don't check lastModified, length on folders for submodulesChristian Halstrick2016-08-241-3/+13
* Add HTTP status code to ServiceMayNotContinueExceptionMasaya Suzuki2016-08-234-2/+51
* 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