4273 Commits (7dbd2bfe7e0598097cf35aedd700d86b468bec7d)

Author SHA1 Message Date
Jonathan Tan ce7ac03c2f Remove unused code and link to deprecated code 7 years ago
Michael Keppler 32a8162bc3 File compile and API errors in JGit 7 years ago
Jonathan Tan df1f3c0f3c Teach UploadPack "no-progress" in "fetch" 7 years ago
Jonathan Tan a5dee1c125 Teach UploadPack "thin-pack" in "fetch" 7 years ago
Jonathan Tan adc73c4ba1 Teach UploadPack basic "fetch" command 7 years ago
Jonathan Tan 038765cc55 Teach UploadPack "ref-prefix" in "ls-refs" 7 years ago
Jonathan Nieder a99bbf162a UploadPack: Don't buffer ls-refs output 7 years ago
Jonathan Tan 332bc61124 Implement ls-refs in UploadPack 7 years ago
Jonathan Tan 2661bc0813 Implement protocol v2 with no capabilities in UploadPack 7 years ago
Jonathan Tan 75b0703692 PacketLineIn, PacketLineOut: Add support for delim-pkt 7 years ago
Jonathan Tan 4faec31c0a Add RefDatabase#getRefsByPrefix method 7 years ago
Thomas Wolf 42e69409d7 Handle Gerrit Change-Ids for merge commits 7 years ago
David Pursehouse cbb2e65dbc PushProcess: Remove unused import of HashMap 7 years ago
Dave Borowitz 29fc7e87c6 Push: Ensure ref updates are processed in input order 7 years ago
Christian Halstrick 45599ae86d Allow '@' as last character of ref 7 years ago
David Pursehouse e5ba2c9bda DirCache: Use constant from StandardCharsets 7 years ago
David Pursehouse b0ac5f9c89 LargePackedWholeObject: Refactor to open DfsReader in try-with-resource 7 years ago
Markus Duft aaf4b35557 Don't throw if a pre-push hook is ignored. 7 years ago
Thomas Wolf a5db080af0 Silence API error for ObjectIdSerializer.readWithoutMarker() 7 years ago
Matthias Sohn a263bb1173 Remove package import for javax.servlet.http from org.eclipse.jgit 7 years ago
Matthias Sohn 4de2a9d57d Add missing @since tag and silence API error 7 years ago
Thomas Wolf 4bfc6c2ae9 Significantly speed up FileTreeIterator on Windows 7 years ago
David Pursehouse 0bc2020412 TransportHttp: Refactor to use try-with-resource and suppress resource warning 7 years ago
Matthias Sohn d8234d310d Add missing @since tags for new API 7 years ago
David Pursehouse 66165fef48 Remove unused API problem filters 7 years ago
David Pursehouse 84a6318eae DfsInserter#openStream: Suppress resource warning about DfsReader 7 years ago
David Pursehouse b3a4ace695 CloneCommand: Suppress resource warning about Repository 7 years ago
David Pursehouse a77ffdf080 SubmoduleSyncCommand: Refactor to open Repository in try-with-resource 7 years ago
David Pursehouse 63b3340126 SubmoduleUpdateCommand: Refactor to open Repository in try-with-resource 7 years ago
David Pursehouse 153f7258f9 TransportGitAnon: Suppress resource warning about Socket 7 years ago
David Pursehouse 76b4ed6a85 FS#runProcess: Fix OutputStream left unclosed after IOException 7 years ago
Minh Thai bf8057058e scanPacks to return reftables even if no packs 7 years ago
David Pursehouse 5b1c40fe90 Suppress non-localized string warnings introduced by If72b4b422 7 years ago
David Pursehouse 901e663a66 PackWriter: Fix Eclipse errors about missing Javadoc 7 years ago
David Pursehouse 7f69c7e93d ReflogWriter: Refactor to open FileOutputStream in try-with-resource 7 years ago
David Pursehouse 553da7540e PushCommand: Suppress resource warning for Transport in for loop 7 years ago
Jonathan Tan 4ac32e79b7 Teach UploadPack to support filtering by blob size 7 years ago
David Pursehouse c6a2c58624 SubmoduleStatusCommand: Open Repository in try-with-resource 7 years ago
David Pursehouse 11ddaff6af RepositoryCache#registerRepository: Refactor to use try-with-resource 7 years ago
David Pursehouse 61e4f16652 ObjectIdSerializer: Support serialization of known non-null ObjectId 7 years ago
David Pursehouse a9bbbc0965 DfsPackCompactor: Open PackWriter in try-with-resource 7 years ago
David Pursehouse 280b2bfe52 DfsPackFile: Refactor getBitmapIndex to open ReadableChannel in try-with-resource 7 years ago
David Pursehouse 5639639b06 IndexDiff: Refactor to open Repository in try-with-resource 7 years ago
David Pursehouse 7bd2a4a7c6 DirCache: Suppress resource warning related to TemporaryBuffer 7 years ago
David Pursehouse 3e1066d0a4 Add SilentFileInputStream to allow ignoring exceptions raised by close() 7 years ago
David Pursehouse aa563091d5 WorkingTreeIterator#idSubmodule: Refactor to open Repository in try-with-resource 7 years ago
David Pursehouse 67df4986ce UploadPack: Suppress resource warning about PackWriter 7 years ago
David Pursehouse 6344e7a071 SubmoduleWalk#forIndex: Suppress resource warning and update Javadoc 7 years ago
David Pursehouse 4775a394c0 SubmoduleWalk: Open Repository in try-with-resource 7 years ago
David Pursehouse fe6c97bc4c NetRC: Open BufferedReader in try-with-resource 7 years ago