summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Fix possible SIOOBE in RefDirectory.parsePackedRefsMarc Strapetz2016-10-213-0/+7
* TransportBundleFile: Resolve remote repository locallyThomas Meyer2016-10-211-1/+1
* TreeFormatter: disallow empty filenames in treesDavid Turner2016-10-193-0/+31
* Add "concurrencyLevel" option to DfsBlockCachePhilipp Marx2016-10-193-1/+39
* Merge branch 'stable-4.5'David Pursehouse2016-10-191-3/+3
|\
| * Config: do not add spaces before unitsDavid Turner2016-10-191-3/+3
* | FS: Fix lazy initialization of non-volatile static fieldDavid Pursehouse2016-10-181-1/+1
* | PackOutputStream: Add comment for intentional use of non-short-circuit logicDavid Pursehouse2016-10-181-1/+1
* | Merge branch 'stable-4.5'Matthias Sohn2016-10-141-10/+4
|\|
| * 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
* | AmazonS3: ensure that errorStream is closedMatthias Sohn2016-10-121-12/+20
* | Merge "Add toString() to CherryPickCommand and ResetCommand"Matthias Sohn2016-10-122-0/+19
|\ \
| * | Add toString() to CherryPickCommand and ResetCommandMatthias Sohn2016-10-092-0/+19
* | | 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
|\