summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement SHA-256 abstractionMatthias Sohn2016-02-0466-3/+5336
* Remove unused API problem filtersMatthias Sohn2016-02-031-116/+0
* Merge branch 'stable-4.2'Matthias Sohn2016-02-035-240/+247
|\
| * DirCacheCheckoutTest: Open Git and TreeWalk in try-with-resourceDavid Pursehouse2016-02-021-106/+109
| * CommitCommand: Remove declaration of unthrown exceptionDavid Pursehouse2016-02-021-1/+1
| * Branch: Fix variable hiding warningDavid Pursehouse2016-02-021-8/+8
| * ApplyCommandTest: Open Git in try-with-resourceDavid Pursehouse2016-02-021-16/+17
| * PackFileTest: Open ObjectInserter.Formatter in try-with-resourceDavid Pursehouse2016-02-021-109/+112
* | Merge branch 'stable-4.2'David Pursehouse2016-02-0110-1169/+1223
|\|
| * FileTreeIteratorTest: Open Git and RevWalk in try-with-resourceDavid Pursehouse2016-01-261-195/+204
| * RebaseCommandTest: Open RevWalk in try-with-resourceDavid Pursehouse2016-01-251-178/+200
| * PullCommandTest: Open RevWalk in try-with-resourceDavid Pursehouse2016-01-251-15/+18
| * BlameGeneratorTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-251-118/+119
| * Remove unnecessary suppression of deprecation warnings in testsDavid Pursehouse2016-01-253-3/+0
| * DiffEntryTest: Open Git and TreeWalk in try-with-resourceDavid Pursehouse2016-01-251-261/+272
| * DiffCommandTest: Open Git and RevWalk in try-with-resourceDavid Pursehouse2016-01-251-139/+144
| * CommitCommandTest: Open Git and TreeWalk in try-with-resourceDavid Pursehouse2016-01-251-260/+266
* | Merge "Remove unused dependency to commons logging"Shawn Pearce2016-01-312-3/+1
|\ \
| * | Remove unused dependency to commons loggingRĂ¼diger Herrmann2016-01-242-3/+1
* | | Merge "Prevent ChainingCredentialsProvider from adding delegated providers tw...Matthias Sohn2016-01-281-2/+0
|\ \ \
| * | | Prevent ChainingCredentialsProvider from adding delegated providers twiceRĂ¼diger Herrmann2016-01-261-2/+0
| |/ /
* / / [gitrepo] Support revision in remote tag.Yuxuan 'fishy' Wang2016-01-272-8/+87
|/ /
* | Merge branch 'stable-4.2'Matthias Sohn2016-01-247-75/+82
|\|
| * Merge changes Ifdb33501,Idc7b7bbd,Ia3db8696,I4ef82311,I3ad58d4c, ... into sta...Matthias Sohn2016-01-235-73/+82
| |\
| | * ConcurrentRepackTest: Don't use deprecated WindowCache.reconfigureDavid Pursehouse2016-01-221-4/+3
| | * ConcurrentRepackTest: Open RevWalk in try-with-resourceDavid Pursehouse2016-01-221-3/+6
| | * CommitOnlyTest: Open RevWalk in try-with-resourceDavid Pursehouse2016-01-221-4/+6
| | * UnpackedObjectTest: Create ObjectInserter.Formatter in try-with-resourceDavid Pursehouse2016-01-221-5/+11
| | * FileRepositoryBuilderTest: Use try-with-resource for auto-closeablesDavid Pursehouse2016-01-221-48/+46
| | * RepositorySetupWorkDirTest: Fix "resource leak" warningsDavid Pursehouse2016-01-221-9/+10
| * | Remove java7 bundle from Maven central scriptsMatthias Sohn2016-01-222-2/+0
| * | Prepare 4.2.1-SNAPSHOT buildsMatthias Sohn2016-01-2246-255/+255
| |/
| * JGit v4.2.0.201601211800-rv4.2.0.201601211800-rMatthias Sohn2016-01-2146-49/+49
| * Add progress monitor to MergerLaurent Delaigue2016-01-215-0/+58
| * Fix TransportException when reading bundleChris Gavin2016-01-211-10/+17
| * Fix unused throws CorruptObjectException from addTreeShawn Pearce2016-01-212-4/+2
| * Merge branch 'master' into stable-4.2Matthias Sohn2016-01-21195-3891/+9433
| |\
* | | Compare API against 4.2.0Matthias Sohn2016-01-231-1/+1
* | | Fix a @since tagThomas Wolf2016-01-231-1/+1
* | | Merge "Remove unused variable from DfsBlockCache"Terry Parker2016-01-211-8/+0
|\ \ \
| * | | Remove unused variable from DfsBlockCacheTerry Parker2016-01-211-8/+0
* | | | Prepare 4.3.0-SNAPSHOT buildsMatthias Sohn2016-01-2146-257/+257
|/ / /
* | | Merge branch 'stable-4.2'Matthias Sohn2016-01-2111-1371/+1443
|\| |
| * | BundleWriterTest: Open RevWalk in try-with-resourceDavid Pursehouse2016-01-211-18/+20
| * | DiffFormatterTest: Remove accidentally added trailing whitespaceDavid Pursehouse2016-01-211-2/+2
| * | CherryPickCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-211-191/+197
| * | DiffFormatterTest: Create auto-closeable instances in try-with-resourceDavid Pursehouse2016-01-211-78/+82
| * | ConfigTest: Create Git instance in try-with-resourceDavid Pursehouse2016-01-211-1/+3
| * | CommitAndLogCommandTest: Use assumeFalse to skip test on WindowsDavid Pursehouse2016-01-211-2/+2
| * | CommitAndLogCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-211-250/+256