]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2018-03-14 David PursehousePackParser: Refactor to open InputStream in try-with... 15/119315/3
2018-03-14 David PursehouseAutoLFInputStreamTest: Use try-with-resource 10/119310/3
2018-03-14 David PursehouseDfsInserter: Refactor writePackIndex to use try-with... 01/119301/3
2018-03-13 David PursehouseAmazonS3: Refactor error method to avoid 'should be... 92/119292/2
2018-03-13 David PursehouseCommandCatalog: Simplify scan method using try-with... 91/119291/2
2018-03-13 David PursehouseTransport: Simplify scan method using try-with-resource 90/119290/2
2018-03-13 David PursehouseUse CHARSET in FileOutputStream instead of hard-coded... 87/119287/4
2018-03-13 David PursehouseTemporaryBufferTest: Suppress "should be managed by... 97/119297/2
2018-03-13 David PursehouseOpen auto-closeable resources in try-with-resource 86/119286/4
2018-03-13 Matthias SohnImplement --force option in FetchCommand and CLI fetch... 85/119285/1
2018-03-12 Matthias SohnMerge "Introduce SshSupport to centralize SSH related...
2018-03-12 Markus DuftIntroduce SshSupport to centralize SSH related utility... 51/118951/2
2018-03-12 David PursehouseUploadPack: Remove redundant suppression of deprecation... 89/119189/1
2018-03-11 David PursehouseConsistently use Constants.CHARSET rather than Standard... 47/118947/4
2018-03-11 David PursehouseConstants: Initialize CHARSET and CHARACTER_ENCODING... 45/118945/4
2018-03-10 Matthias SohnRemove deprecated LfsProtocolServlet#getLargeFileRepository 28/119128/2
2018-03-10 Matthias SohnRemove deprecated Lfs#Lfs(Path) 27/119127/2
2018-03-10 Matthias SohnRemove deprecated StreamCopyThread#flush 26/119126/2
2018-03-10 Matthias SohnRemove deprecated SafeBufferedOutputStream 25/119125/2
2018-03-10 Matthias SohnRemove deprecated EolCanonicalizingInputStream 24/119124/2
2018-03-10 Matthias SohnRemove deprecated FileUtils#relativize(String, String) 23/119123/2
2018-03-10 Matthias SohnRemove deprecated FileUtil using Java 7 NIO 22/119122/2
2018-03-10 Matthias SohnRemove deprecated TreeWalk#getEolStreamType 21/119121/2
2018-03-10 Matthias SohnRemove deprecated FileTreeIterator(WorkingTreeIterator... 20/119120/2
2018-03-10 Matthias SohnRemove deprecated TransportHttp#httpOpen(String, URL) 19/119119/2
2018-03-10 Matthias SohnRemove deprecated ResolveMerger#processEntry method 18/119118/2
2018-03-10 Matthias SohnRemove deprecated Repository#getRef 17/119117/2
2018-03-10 Matthias SohnRemove deprecated BitmapBuilder#add 16/119116/2
2018-03-10 Matthias SohnRemove deprecated LockFile(File, FS) constructor 14/119114/2
2018-03-10 Matthias SohnRemove deprecated IgnoreNode#isIgnored method 13/119113/2
2018-03-10 David PursehouseFix misspelled class name: EmtpyCommitException ->... 71/100671/4
2018-03-10 Matthias SohnRemove deprecated Statistics, UploadPackLogger, UploadP... 15/119115/2
2018-03-09 Matthias SohnRemove deprecated StoredObjectRepresentationnotAvailabl... 12/119112/1
2018-03-09 Matthias SohnRemove deprecated ArchiveCommand#putEntry method 11/119111/1
2018-03-08 Matthias SohnPrepare 5.0.0-SNAPSHOT builds 45/119045/1
2018-03-08 Matthias SohnMerge branch 'stable-4.11' 44/119044/1
2018-03-08 Matthias SohnPrepare 4.11.1-SNAPSHOT builds 35/119035/1
2018-03-08 Matthias SohnJGit v4.11.0.201803080745-r 96/118996/1 v4.11.0.201803080745-r
2018-03-07 Thomas WolfRemove useless for(;;) loop 13/118713/2
2018-03-07 Thomas WolfFix DiffFormatter for diffs against working tree with... 97/117697/3
2018-03-07 Matthias SohnMerge branch 'stable-4.10' 34/118934/1
2018-03-07 Markus DuftLFS: Adjust some API to make integration into tools... 48/118648/4
2018-03-07 David PursehouseMergeHeadMsgTest: Open FileOutputStream in try-with... 55/118855/1
2018-03-07 David PursehouseMergeCommand: Open RevWalk in try-with-resource 54/118854/1
2018-03-07 David PursehouseMeasurePackSizeTest: Open Transport in try-with-resource 53/118853/1
2018-03-07 David PursehouseLongObjectIdTest: Open OutputStreamWriter in try-with... 52/118852/1
2018-03-07 David PursehouseJschConfigSessionFactory: Open FileInputStream in try... 51/118851/1
2018-03-07 David PursehouseCommandCatalog: Use StandardCharsets.UTF_8 39/118839/2
2018-03-07 David PursehouseJGitTestUtil: Open auto-closeable resources in try... 35/118835/2
2018-03-07 David PursehouseUse StandardCharsets.UTF_8 in tests 34/118834/2
2018-03-06 David PursehouseInfoRefsServlet: Open OutputStreamWriter in try-with... 33/118833/1
2018-03-06 David PursehouseIndexDiffWithSymlinkTest: Open InputStream in try-with... 32/118832/1
2018-03-06 David PursehouseHugeFileTest: Open RandomAccessFile in try-with-resource 31/118831/1
2018-03-06 David PursehouseHookMessageTest: Open Transport in try-with-resource 63/118763/1
2018-03-06 David PursehouseGitSmartHttpTools: Open OutputStream in try-with-resource 62/118762/1
2018-03-06 David PursehouseGitServletResponseTests: Open Transport in try-with... 61/118761/1
2018-03-06 David PursehouseGetTextTest: Open InputStream in try-with-resource 60/118760/1
2018-03-06 David PursehouseGC: Open auto-closeable resources in try-with-resource 57/118757/2
2018-03-06 David PursehouseFileSnapshotTest: Open FileOutputStream in try-with... 56/118756/1
2018-03-06 David PursehouseFileSender: Open OutputStream in try-with-resource 55/118755/1
2018-03-06 David PursehouseFileRepository: Open FileInputStream in try-with-resource 54/118754/1
2018-03-06 David PursehouseFileLfsServlet: Open PrintWriter in try-with-resource 53/118753/1
2018-03-06 David PursehouseFetchProcess: Open OutputStreamWriter in try-with-resource 52/118752/1
2018-03-06 David PursehouseFS: Open TemporaryBuffer in try-with-resource 50/118750/1
2018-03-06 David PursehouseEditListTest: Open InputStream in try-with-resource 49/118749/2
2018-03-06 David PursehouseEGitPatchHistoryTest: Open BufferedReader in try-with... 48/118748/2
2018-03-06 David PursehouseT0003_BasicTest: Use CommitBuilder.setEncoding(Charset) 47/118747/3
2018-03-06 David PursehouseWalkEncryptionTest: Use StandardCharsets.UTF_8 46/118746/3
2018-03-06 David PursehouseGetTextTest: Use StandardCharsets constants instead... 45/118745/3
2018-03-06 David PursehouseEGitPatchHistoryTest: Set input stream encoding with... 44/118744/3
2018-03-06 David PursehouseDirCacheIterator: Open InputStream in try-with-resource 43/118743/3
2018-03-06 David PursehouseDumbClientSmartServerTest: Open auto-closeable resource... 41/118741/3
2018-03-06 David PursehouseDirCacheCheckoutTest: Open FileInputStream in try-with... 40/118740/3
2018-03-06 David PursehouseDiffFormatterReflowTest: Open InputStream in try-with... 38/118738/3
2018-03-06 David PursehouseMerge changes from topic 'try-with-resource'
2018-03-06 David PursehouseDiffCommand: Open DiffFormatter in try-with-resource 37/118737/1
2018-03-06 David PursehouseMerge "Silence API error raised for new CONFIG_SECTION_...
2018-03-06 David PursehouseDiffAlgorithms: Open Repository in try-with-resource 33/118733/1
2018-03-06 David PursehouseDescribeCommandTest: Open FileWriter in try-with-resource 32/118732/1
2018-03-06 David PursehouseCommitCommand: Open InputStream in try-with-resource 31/118731/1
2018-03-06 David PursehouseDefaultNoteMerger: Open UnionInputStream in try-with... 30/118730/1
2018-03-05 Matthias SohnSilence API error raised for new CONFIG_SECTION_LFS... 28/118728/1
2018-03-05 David PursehouseCommitCommandTest: Open Repository in try-with-resource 27/118727/1
2018-03-05 David PursehouseCommitAndLogCommandTest: Open PrintWriter in try-with... 26/118726/1
2018-03-05 David PursehouseCloneCommandTest: Open Repository in try-with-resource 24/118724/1
2018-03-05 David PursehouseAutoCRLFInputStreamTest: Open auto-closeable resources... 68/118668/1
2018-03-05 David PursehouseCleanCommandTest: Open Repository in try-with-resource 67/118667/1
2018-03-05 David PursehouseCGitVsJGitRandomIgnorePatternTest: Open OutputStream... 66/118666/1
2018-03-05 David PursehouseArchiveTest: Open auto-closeable resources in try-with... 64/118664/1
2018-03-05 David PursehouseArchiveCommand: Create archive output stream in try... 63/118663/1
2018-03-05 David PursehouseApplyCommand: Open FileWriter in try-with-resource 62/118662/1
2018-03-05 David PursehouseAmazonS3Client: Open Input/OutputStream in try-with... 59/118659/1
2018-03-05 David PursehouseAmazonS3: Open InputStream/FileInputStream in try-with... 58/118658/1
2018-03-05 David PursehouseAdvertiseErrorTest: Open Transport in try-with-resource 57/118657/1
2018-03-05 David PursehouseAddCommandTest: Open PrintWriter in try-with-resource 56/118656/1
2018-03-05 David PursehouseFileBasedConfigTest: Open FileOutputStream in try-with... 34/118634/1
2018-03-05 David PursehouseWalkRemoteObjectDatabase: Open auto-closeable resources... 33/118633/1
2018-03-05 David PursehouseTransportSftp: Open BufferedReader in try-with-resource 32/118632/1
2018-03-05 David PursehouseReflogReaderTest: Open FileOutputStream in try-with... 29/118629/1
2018-03-05 David PursehouseReflogReaderTest: Fix indentation 28/118628/1
next