aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Fix symlink content comparison on MacOS in tree walkThomas Wolf2016-10-112-8/+31
* Merge "Fix CheckoutCommand to return updated files even on NONDELETED status"Christian Halstrick2016-10-102-3/+27
|\
| * Fix CheckoutCommand to return updated files even on NONDELETED statusChristian Halstrick2016-09-272-3/+27
* | Delay inserter.flush in WalkFetchConnectionZhen Chen2016-10-021-3/+7
* | Remove unused code from class RepositoryRüdiger Herrmann2016-09-301-9/+0
|/
* Merge branch 'stable-4.5'Matthias Sohn2016-09-241-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
* | | RepositoryCache#unregisterAndCloseRepository: Remove unused db parameterDavid Pursehouse2016-09-231-3/+2
* | | DfsBlockCache: Suppress warnings about unchecked conversion of Ref<T>David Pursehouse2016-09-221-0/+2
* | | 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