aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Suppress deprecation warnings related to UploadPackLoggerDavid Pursehouse2016-09-222-1/+3
* Fix wrong @since tags introduced by 1beb3ccdMatthias Sohn2016-09-213-3/+3
* Merge branch 'stable-4.5'Matthias Sohn2016-09-211-5/+3
|\
| * 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
* | Merge "Add ReceivedPackStatistics for PackParser"Shawn Pearce2016-09-203-2/+268
|\ \
| * | Add ReceivedPackStatistics for PackParserMasaya Suzuki2016-09-193-2/+268
* | | Change JGit minimum execution environment to JavaSE-1.8Matthias Sohn2016-09-203-5/+5
* | | Move AtomicObjectOutputStream to lfs/internalChristian Halstrick2016-09-201-1/+1
* | | Add built-in LFS smudge filter for local caseChristian Halstrick2016-09-202-14/+8
* | | Add configuration parameter to enable built-in hooks/filtersChristian Halstrick2016-09-203-1/+33
* | | Add support for built-in smudge filtersChristian Halstrick2016-09-203-37/+76
* | | Add support for built-in clean filtersChristian Halstrick2016-09-205-0/+319
|/ /
* / Prepare 4.6.0-SNAPSHOT buildsMatthias Sohn2016-09-193-43/+43
|/
* 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
* | | Merge "Skip cleaning inner repositories by default in CleanCommand"Christian Halstrick2016-08-071-11/+73
|\ \ \