summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Prepare 4.5.3-SNAPSHOT buildsMatthias Sohn2017-04-083-43/+43
* JGit v4.5.2.201704071617-rv4.5.2.201704071617-rMatthias Sohn2017-04-073-4/+4
* Only mark packfile invalid if exception signals permanent problemMatthias Sohn2017-03-266-18/+245
* Don't flag a packfile invalid if opening existing file failedLuca Milanesio2017-03-251-0/+7
* Prepare 4.5.2-SNAPSHOT buildsMatthias Sohn2017-03-253-43/+43
* JGit v4.5.1.201703201650-rv4.5.1.201703201650-rMatthias Sohn2017-03-203-4/+4
* Don't remove pack when FileNotFoundException is transientLuca Milanesio2017-03-153-9/+40
* Fix one case of missing objectHector Oswaldo Caballero2016-12-131-3/+8
* Config: do not add spaces before unitsDavid Turner2016-10-191-3/+3
* Unconditionally close repositories in RepositoryCache.clear()Matthias Sohn2016-10-131-9/+3
* Fix eviction of repositories with negative usage countHugo Arès2016-10-121-1/+1
* Merge "Fix carrying over flags during a RevWalk" into stable-4.5Shawn Pearce2016-09-241-1/+1
|\
| * Fix carrying over flags during a RevWalkChristian Halstrick2016-09-231-1/+1
* | Prepare 4.5.1-SNAPSHOT buildsMatthias Sohn2016-09-213-43/+43
* | JGit v4.5.0.201609210915-rv4.5.0.201609210915-rMatthias Sohn2016-09-213-4/+4
* | Unconditionally close repository in unregisterAndCloseRepositorySaša Živkov2016-09-211-5/+3
|/
* Handle all values of branch.[name].rebaseThomas Wolf2016-09-153-41/+116
* Ignore trailing spaces in directory rule patternsAndrey Loskutov2016-09-142-5/+48
* Add support for post-commit hooksMartin Goellnitz2016-09-135-6/+142
* 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