summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use valueOf rather than constructor for Integer and BooleanDavid Pursehouse2016-10-183-5/+5
* 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
* Git{Add|Clone}Task: Catch specific exceptions rather than ExceptionDavid Pursehouse2016-10-182-6/+9
* Main: Add missing $NON-NLS tagDavid Pursehouse2016-10-181-1/+1
* Status: remove unused lineFormat memberDavid Pursehouse2016-10-181-2/+0
* LfsStore: Don't invoke toString on String variableDavid Pursehouse2016-10-181-1/+1
* Upgrade buck to 7b7817c48f30687781040b2b82ac9218d5c4eaa4David Pursehouse2016-10-186-6/+2
* Merge "Fix JGit CLI to follow native git's interpretation of http_proxy..."Christian Halstrick2016-10-172-5/+248
|\
| * Fix JGit CLI to follow native git's interpretation of http_proxy...Christian Halstrick2016-10-142-5/+248
* | Merge branch 'stable-4.5'Matthias Sohn2016-10-142-10/+25
|\ \ | |/ |/|
| * Unconditionally close repositories in RepositoryCache.clear()Matthias Sohn2016-10-131-9/+3
| * Fix eviction of repositories with negative usage countHugo Arès2016-10-122-1/+22
* | HttpClientConnection: Register connection socket factory for httpMatthias Sohn2016-10-131-1/+4
* | Add dependency to org.apache.commons.logging used by Apache HttpClientMatthias Sohn2016-10-131-0/+1
* | Content type constants used in lfs should be finalMatthias Sohn2016-10-122-2/+19
* | 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
* | | Merge branch 'stable-4.5'Matthias Sohn2016-10-114-13/+4
|\ \ \ | | |/ | |/|
| * | pgm: Fix misspelled key of an externalized stringMatthias Sohn2016-10-021-1/+1
| * | Add missing online help for Ketch server type option in CLI daemonMatthias Sohn2016-10-022-1/+3
| * | Remove wrong junit dependencies in org.eclipse.jgit.pgmMatthias Sohn2016-10-021-11/+0
* | | Fix symlink content comparison on MacOS in tree walkThomas Wolf2016-10-114-8/+295
* | | Merge "Fix CheckoutCommand to return updated files even on NONDELETED status"Christian Halstrick2016-10-103-3/+60
|\ \ \ | |_|/ |/| |
| * | Fix CheckoutCommand to return updated files even on NONDELETED statusChristian Halstrick2016-09-273-3/+60
* | | 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-242-1/+147
|\|
| * Merge "Fix carrying over flags during a RevWalk" into stable-4.5Shawn Pearce2016-09-242-1/+147
| |\
| | * Fix carrying over flags during a RevWalkChristian Halstrick2016-09-232-1/+147
* | | Merge "Use consistent feature and category names"Matthias Sohn2016-09-234-8/+7
|\ \ \
| * | | Use consistent feature and category namesMatthias Sohn2016-09-234-8/+7
* | | | RepositoryCache#unregisterAndCloseRepository: Remove unused db parameterDavid Pursehouse2016-09-231-3/+2
* | | | [releng] maven: compile against the Java 1.8 librariesThomas Wolf2016-09-231-5/+0
|/ / /
* | | pgm, test: Add missing dependency for buck buildDavid Pursehouse2016-09-222-0/+2
* | | DfsBlockCache: Suppress warnings about unchecked conversion of Ref<T>David Pursehouse2016-09-221-0/+2
* | | LfsServerTest: Remove unnecessary suppression of 'restriction' warningDavid Pursehouse2016-09-221-1/+0
* | | WrappedRequest: Don't use deprecated ServletRequestWrapper#realPathDavid Pursehouse2016-09-221-1/+1
* | | Suppress deprecation warnings related to UploadPackLoggerDavid Pursehouse2016-09-222-1/+3
* | | AppServer: Remove unnecessary 'unused' suppressionsDavid Pursehouse2016-09-221-4/+2
* | | HttpClientConnection: Don't use deprecated HttpClient classesDavid Pursehouse2016-09-222-45/+60
* | | Fix wrong @since tags introduced by 1beb3ccdMatthias Sohn2016-09-213-3/+3
* | | Merge branch 'stable-4.5'Matthias Sohn2016-09-212-5/+14
|\| |
| * | Turn off doclint also during Maven site generationMatthias Sohn2016-09-211-0/+11
| * | Prepare 4.5.1-SNAPSHOT buildsMatthias Sohn2016-09-2156-302/+302
| * | JGit v4.5.0.201609210915-rv4.5.0.201609210915-rMatthias Sohn2016-09-2156-59/+59
| * | 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