summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Push: Ensure ref updates are processed in input orderDave Borowitz2018-04-133-5/+64
* | | | | | | | | Merge "Allow '@' as last character of ref"Christian Halstrick2018-04-132-0/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Allow '@' as last character of refChristian Halstrick2018-04-122-0/+4
* | | | | | | | | DirCache: Use constant from StandardCharsetsDavid Pursehouse2018-04-121-4/+4
* | | | | | | | | Use Constants.CHARACTER_ENCODING in testsDavid Pursehouse2018-04-112-2/+3
* | | | | | | | | LargePackedWholeObject: Refactor to open DfsReader in try-with-resourceDavid Pursehouse2018-04-111-21/+15
|/ / / / / / / /
* | | | | | | | Don't throw if a pre-push hook is ignored.Markus Duft2018-04-101-1/+5
* | | | | | | | Merge branch 'stable-4.11'David Pursehouse2018-04-091-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | LFS: Fix potential NPE in LfsPrePushHookMarkus Duft2018-04-041-0/+4
| |/ / / / / / /
* | | | | | | | 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-255-16/+217
* | | | | | | | 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
* | | | | | | | Fix API problem filter warningsMatthias Sohn2018-03-253-0/+33
* | | | | | | | Remove unused API problem filtersDavid Pursehouse2018-03-242-86/+0
* | | | | | | | DfsInserter#openStream: Suppress resource warning about DfsReaderDavid Pursehouse2018-03-241-0/+1
* | | | | | | | CloneCommand: Suppress resource warning about RepositoryDavid Pursehouse2018-03-241-2/+2
* | | | | | | | Rename RecursiveMergerTest and ResolveMergerTest to reduce confusionDavid Pursehouse2018-03-242-2/+2
* | | | | | | | ResolveMergerTest: Use @DataPoints instead of @DataPointDavid Pursehouse2018-03-241-6/+4
* | | | | | | | 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-223-31/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | UploadPackTest: Fix name hiding introduced by If72b4b422David Pursehouse2018-03-201-26/+26
| * | | | | | | | 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-162-17/+78
|\| | | | | | |
| * | | | | | | ObjectIdSerializer: Support serialization of known non-null ObjectIdDavid Pursehouse2018-03-152-17/+78
* | | | | | | | Teach UploadPack to support filtering by blob sizeJonathan Tan2018-03-159-4/+289
* | | | | | | | 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
* | | | | | | | RepoCommandSymlinkTest#testLinkFileBare: Use try-with-resourceDavid Pursehouse2018-03-151-34/+36
* | | | | | | | RepoCommandTest: Refactor to use try-with-resourceDavid Pursehouse2018-03-151-395/+373
* | | | | | | | ReceivePackAdvertiseRefsHookTest#testSuccess: Open TransportLocal in t-w-rDavid Pursehouse2018-03-151-17/+19
* | | | | | | | 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
* | | | | | | | ShowPackDelta: Refactor to use try-with-resourceDavid Pursehouse2018-03-141-7/+8
* | | | | | | | SubmoduleWalk#forIndex: Suppress resource warning and update JavadocDavid Pursehouse2018-03-141-1/+3