summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Silence API error for ObjectIdSerializer.readWithoutMarker()Thomas Wolf2018-03-271-0/+7
* Merge branch 'stable-4.11'Matthias Sohn2018-03-263-3/+14
|\
| * Remove package import for javax.servlet.http from org.eclipse.jgitMatthias Sohn2018-03-271-1/+0
| * Add missing @since tag and silence API errorMatthias Sohn2018-03-272-0/+10
* | Significantly speed up FileTreeIterator on WindowsThomas Wolf2018-03-254-16/+124
* | TransportHttp: Refactor to use try-with-resource and suppress resource warningDavid Pursehouse2018-03-251-15/+18
* | Add missing @since tags for new APIMatthias Sohn2018-03-251-0/+2
* | Remove unused API problem filtersDavid Pursehouse2018-03-241-59/+0
* | DfsInserter#openStream: Suppress resource warning about DfsReaderDavid Pursehouse2018-03-241-0/+1
* | CloneCommand: Suppress resource warning about RepositoryDavid Pursehouse2018-03-241-2/+2
* | SubmoduleSyncCommand: Refactor to open Repository in try-with-resourceDavid Pursehouse2018-03-241-10/+11
* | SubmoduleUpdateCommand: Refactor to open Repository in try-with-resourceDavid Pursehouse2018-03-241-30/+34
* | TransportGitAnon: Suppress resource warning about SocketDavid Pursehouse2018-03-241-0/+1
* | FS#runProcess: Fix OutputStream left unclosed after IOExceptionDavid Pursehouse2018-03-241-11/+15
* | Merge changes from topic 'If72b4b422-cleanup'Jonathan Nieder2018-03-222-5/+6
|\ \
| * | Suppress non-localized string warnings introduced by If72b4b422David Pursehouse2018-03-202-5/+6
* | | scanPacks to return reftables even if no packsMinh Thai2018-03-221-1/+1
|/ /
* | PackWriter: Fix Eclipse errors about missing JavadocDavid Pursehouse2018-03-201-6/+3
* | ReflogWriter: Refactor to open FileOutputStream in try-with-resourceDavid Pursehouse2018-03-161-17/+21
* | PushCommand: Suppress resource warning for Transport in for loopDavid Pursehouse2018-03-161-1/+2
* | Merge branch 'stable-4.11'David Pursehouse2018-03-161-15/+68
|\|
| * ObjectIdSerializer: Support serialization of known non-null ObjectIdDavid Pursehouse2018-03-151-15/+68
* | Teach UploadPack to support filtering by blob sizeJonathan Tan2018-03-158-4/+143
* | SubmoduleStatusCommand: Open Repository in try-with-resourceDavid Pursehouse2018-03-151-8/+6
* | RepositoryCache#registerRepository: Refactor to use try-with-resourceDavid Pursehouse2018-03-151-3/+3
* | DfsPackCompactor: Open PackWriter in try-with-resourceDavid Pursehouse2018-03-151-8/+1
* | DfsPackFile: Refactor getBitmapIndex to open ReadableChannel in try-with-reso...David Pursehouse2018-03-151-5/+4
* | IndexDiff: Refactor to open Repository in try-with-resourceDavid Pursehouse2018-03-151-6/+3
* | DirCache: Suppress resource warning related to TemporaryBufferDavid Pursehouse2018-03-151-0/+2
* | Add SilentFileInputStream to allow ignoring exceptions raised by close()David Pursehouse2018-03-155-55/+98
* | WorkingTreeIterator#idSubmodule: Refactor to open Repository in try-with-reso...David Pursehouse2018-03-141-21/+13
* | UploadPack: Suppress resource warning about PackWriterDavid Pursehouse2018-03-141-0/+2
* | SubmoduleWalk#forIndex: Suppress resource warning and update JavadocDavid Pursehouse2018-03-141-1/+3
* | SubmoduleWalk: Open Repository in try-with-resourceDavid Pursehouse2018-03-141-12/+8
* | NetRC: Open BufferedReader in try-with-resourceDavid Pursehouse2018-03-141-10/+1
* | PackParser: Refactor to open InputStream in try-with-resourceDavid Pursehouse2018-03-141-25/+21
* | DfsInserter: Refactor writePackIndex to use try-with-resourceDavid Pursehouse2018-03-141-15/+18
* | AmazonS3: Refactor error method to avoid 'should be managed by try-with-resou...David Pursehouse2018-03-131-5/+2
* | Transport: Simplify scan method using try-with-resourceDavid Pursehouse2018-03-131-21/+4
* | Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-1314-97/+34
* | Implement --force option in FetchCommand and CLI fetch commandMatthias Sohn2018-03-131-3/+40
* | Merge "Introduce SshSupport to centralize SSH related utility code"Matthias Sohn2018-03-121-0/+120
|\ \
| * | Introduce SshSupport to centralize SSH related utility codeMarkus Duft2018-03-121-0/+120
* | | UploadPack: Remove redundant suppression of deprecation warningDavid Pursehouse2018-03-121-1/+0
* | | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-1127-69/+79
* | | Constants: Initialize CHARSET and CHARACTER_ENCODING from StandardCharsets.UTF_8David Pursehouse2018-03-111-3/+4
* | | Remove deprecated StreamCopyThread#flushMatthias Sohn2018-03-101-14/+0
* | | Remove deprecated SafeBufferedOutputStreamMatthias Sohn2018-03-101-78/+0
* | | Remove deprecated EolCanonicalizingInputStreamMatthias Sohn2018-03-101-102/+0
* | | Remove deprecated FileUtils#relativize(String, String)Matthias Sohn2018-03-101-27/+0