]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2017-12-07 David PursehouseArchiveTest: Check result of BufferedInputStream#skip 89/112989/2
2017-12-07 David PursehouseFS_POSIX: Fix boxing/unboxing of Boolean 88/112988/2
2017-12-07 David PursehouseUse constants from StandardCharsets instead of hard... 80/112980/5
2017-12-07 David PursehouseLfsServerText: Fix formatting of invalidPathInfo message 79/112979/4
2017-12-07 David PursehouseInvalidLongObjectIdException: Fix formatting of message 77/112977/3
2017-12-07 David PursehouseMove repeated LFS Gson handling to common class 76/112976/3
2017-12-07 David PursehouseDownloadTest: Use ExpectedException instead of try... 75/112975/2
2017-12-06 David PursehouseFileLfsServlet: Do not pretty print json response 74/112974/1
2017-12-06 David PursehouseMerge branch 'stable-4.9' 72/112972/1
2017-12-06 Thomas WolfTransportHttp: retry on IOException with another mechanism 71/111671/4
2017-12-06 David PursehouseLfsStore: Make inner class AppServer static 51/112951/1
2017-12-06 David PursehouseDirCacheCheckout#processEntry: Fix typo in javadoc 36/112936/1
2017-12-06 David PursehouseConfigTest: Move pathToString to FileUtils 41/112841/3
2017-12-04 Marc StrapetzFileBasedConfig: support for relative includes 48/111848/5
2017-12-04 Marc StrapetzConfig: extract method to read included config 47/111847/5
2017-12-04 Marc StrapetzConfigTest: fix on Windows 46/111846/5
2017-12-04 David PursehouseMerge branch 'stable-4.9' 84/112784/2
2017-12-03 Matthias SohnPrepare 4.9.2-SNAPSHOT builds 72/112772/1
2017-12-03 Matthias SohnJGit v4.9.1.201712030800-r 71/112771/1 v4.9.1.201712030800-r
2017-12-03 Matthias SohnSilence API warnings for reintroduced ResolveMerger... 70/112770/1
2017-12-01 David PursehouseMake local assert methods private in test classes 83/112683/1
2017-12-01 David PursehouseUpgrade error_prone_core to 2.1.3 82/112682/1
2017-11-30 Matthias SohnMerge branch 'stable-4.9' 29/112629/3
2017-11-29 Matthias SohnUpdate Jetty to 9.4.8.v20171121 96/112596/1
2017-11-28 Shawn PearceMerge "Break down DfsBlockCache stats by pack file...
2017-11-28 Jonathan NiederRepoCommand: Skip RemoteReader when encountering a... 67/112467/1
2017-11-28 Minh ThaiBreak down DfsBlockCache stats by pack file extension. 91/112391/2
2017-11-26 David PursehouseUpgrade spotbugs-maven-plugin to 3.1.0-RC8 30/112230/2
2017-11-24 Hector CaballeroGC: Delete stale temporary packs and indexes 18/111018/4
2017-11-24 Stephen LawsonPerformance improvement on writing a large index 67/112067/4
2017-11-24 David PursehouseUpgrade maven-compiler-plugin to 3.7.0 40/112040/2
2017-11-24 Matthias SohnFix discouraged access warnings in RefsUnreadableInMemo... 28/112228/1
2017-11-24 Matthias SohnMerge branch 'stable-4.9' 27/112227/1
2017-11-24 Matthias SohnIgnore warning for minor version change without API... 26/112226/1
2017-11-24 Matthias SohnMerge branch 'stable-4.8' into stable-4.9 29/112129/2
2017-11-22 Matthias SohnMerge branch 'stable-4.7' into stable-4.8 28/112128/2
2017-11-22 Matthias SohnMerge branch 'stable-4.6' into stable-4.7 26/112126/1
2017-11-22 Matthias SohnSilence boxing warning 17/112117/1
2017-11-22 Matthias SohnMerge branch 'stable-4.5' into stable-4.6 16/112116/1
2017-11-22 Matthias SohnPrepare 4.5.5-SNAPSHOT builds 06/112106/1
2017-11-22 Matthias SohnJGit v4.5.4.201711221230-r 96/112096/1 v4.5.4.201711221230-r
2017-11-22 Christian HalstrickFix LockFile semantics when running on NFS 16/112016/9
2017-11-22 David PursehouseMerge branch 'stable-4.9' 29/112029/1
2017-11-21 Christian HalstrickHonor trustFolderStats also when reading packed-refs 15/112015/1
2017-11-20 Thomas WolfYet another work-around for a Jsch bug: timeouts 21/111421/2
2017-11-20 Dave BorowitzConfig: Handle leading/trailing single whitespaces 20/111920/1
2017-11-20 David PursehouseMerge branch 'stable-4.9' 72/111872/2
2017-11-20 Matthias SohnFix NPE in TransportGitSsh.ExtSession.exec() 28/111828/3
2017-11-18 Matthias SohnAdd missing help text for rev-parse's --verify option 54/111854/1
2017-11-18 Rüdiger HerrmannRemove final modifier on args4j argument field in RevParse 53/111853/1
2017-11-16 Shawn PearceMerge changes from topic 'includeDeletes'
2017-11-16 Minh ThaiAdd flag for keeping ref tombstones in GC reftable 62/111662/7
2017-11-16 Minh ThaiPreserve ref tombstone when compact top retable stack 85/111685/1
2017-11-15 Matthias SohnRemove unused import from ReftableCompactorTest 39/111639/1
2017-11-15 David PursehouseTreeWalk: Make getEolStreamType(OperationType) public 06/111206/5
2017-11-15 David PursehouseTreeWalk: Fix indentation 05/111205/4
2017-11-15 David PursehouseMerge "ObjectDirectory: Add pack directory getter"
2017-11-15 David PursehouseMerge "Add return tag"
2017-11-14 Jonathan NiederMerge "ReftableCompactor should accept 0 for minUpdateI...
2017-11-14 Minh ThaiReftableCompactor should accept 0 for minUpdateIndex 02/111502/5
2017-11-14 Hector CaballeroObjectDirectory: Add pack directory getter 74/111374/5
2017-11-14 Hector CaballeroAdd return tag 48/111548/1
2017-11-14 Marc StrapetzFileUtils.toPath to convert File to Path 93/110593/3
2017-11-13 Matthias SohnSilence invalid @since 3.5 API warning on ResolveMerge... 95/111495/1
2017-11-11 David PursehouseMerge changes I335587ee,I4182a174
2017-11-11 Zhen ChenAdd a setting for fsck to check connectivity only 17/111417/4
2017-11-11 Matthias SohnMerge branch 'stable-4.9' 01/111401/2
2017-11-11 Matthias SohnRemove an unused import from PackParserTest 00/111400/2
2017-11-10 Jonathan NiederMerge changes I22a8874b,I68ed4abd,I740bc4bf,Icbd17d15
2017-11-10 Jonathan TanBitmapWalker: do not revisit objects in bitmap 86/111086/8
2017-11-10 Jonathan TanUse bitmaps for non-commit reachability checks 85/111085/8
2017-11-10 Jonathan TanMake PackWriterBitmapWalker public 84/111084/7
2017-11-10 Thomas WolfWork around a Jsch bug: ensure the user name is set... 59/111359/1
2017-11-09 Shawn PearceReject pack if delta exceeds array size limit 12/111312/3
2017-11-07 Zhen ChenCheck non-flushed packs for existence of object 76/111176/4
2017-11-06 David PursehouseSuppress "Unlikely argument type for equals()" warnings... 61/106061/4
2017-11-04 Matthias SohnUpdate spotbugs-maven-plugin to 3.1.0-RC7 48/110948/2
2017-11-02 Matthias SohnMerge "Reintroduce protected method which removal broke...
2017-11-02 Jonathan TanUploadPackTest: construct commits in test method 83/111083/1
2017-11-01 David PursehouseMerge branch 'stable-4.9' 90/110890/1
2017-11-01 Dave BorowitzPackInserter: Implement newReader() 66/110866/3
2017-11-01 Dave BorowitzMove some strings from DfsText to JGitText 65/110865/2
2017-11-01 Dave BorowitzFileRepository: Add pack-based inserter implementation 64/110864/2
2017-11-01 Dave BorowitzObjectDirectory: Factor a method to close open pack... 63/110863/2
2017-11-01 Dave BorowitzObjectDirectory: Remove last modified check in insertPack 62/110862/1
2017-10-30 David PursehouseUpgrade error_prone_core to 2.1.2 23/110623/2
2017-10-30 Saša ŽivkovMove loggers to the top of their class 74/110674/2
2017-10-26 Terry ParkerMerge "Align PackStatistics and DfsPackDescription...
2017-10-25 David PursehouseUpdate .mailmap 86/110586/1
2017-10-24 Matthias SohnReintroduce protected method which removal broke EMF... 79/110579/1
2017-10-24 Han-Wen NIenhuysRevert "Throw BinaryBlobException from RawParseUtils... 67/110567/2
2017-10-24 Han-Wen NienhuysFix typo in comment 57/110557/2
2017-10-24 Han-Wen NienhuysThrow BinaryBlobException from RawParseUtils#lineMap. 09/110209/7
2017-10-24 Han-Wen NienhuysAvoid loading and merging binary data in ResolveMerger 19/106519/14
2017-10-24 Han-Wen NienhuysIntroduce ObjectLoader.Filter for delegation 12/110512/2
2017-10-24 Han-Wen NienhuysIntroduce RawText#load. 16/106516/12
2017-10-23 Matthias SohnAdd missing @since tags for new API in ReceiveCommand 10/110510/1
2017-10-23 David PursehouseMerge branch 'stable-4.9' 96/110496/1
2017-10-23 Michael KepplerAvoid bad rounding "1 year, 12 months" in date formatter 95/110495/1
2017-10-20 Masaya SuzukiAlign PackStatistics and DfsPackDescription list length 73/110473/1
next