summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* SubmoduleWalk: Open Repository in try-with-resourceDavid Pursehouse2018-03-141-12/+8
* RepositoryFilter: Refactor doFilter to open Repository in try-with-resourceDavid Pursehouse2018-03-141-8/+3
* 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
* AutoLFInputStreamTest: Use try-with-resourceDavid Pursehouse2018-03-141-25/+28
* 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
* CommandCatalog: Simplify scan method using try-with-resourceDavid Pursehouse2018-03-131-21/+4
* Transport: Simplify scan method using try-with-resourceDavid Pursehouse2018-03-131-21/+4
* Use CHARSET in FileOutputStream instead of hard-coded "UTF-8"David Pursehouse2018-03-132-2/+4
* TemporaryBufferTest: Suppress "should be managed by try-with-resource"David Pursehouse2018-03-131-1/+12
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-1347-609/+434
* Implement --force option in FetchCommand and CLI fetch commandMatthias Sohn2018-03-135-3/+79
* Merge "Introduce SshSupport to centralize SSH related utility code"Matthias Sohn2018-03-122-46/+126
|\
| * Introduce SshSupport to centralize SSH related utility codeMarkus Duft2018-03-122-46/+126
* | UploadPack: Remove redundant suppression of deprecation warningDavid Pursehouse2018-03-121-1/+0
* | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-1175-316/+331
* | Constants: Initialize CHARSET and CHARACTER_ENCODING from StandardCharsets.UTF_8David Pursehouse2018-03-111-3/+4
* | Remove deprecated LfsProtocolServlet#getLargeFileRepositoryMatthias Sohn2018-03-102-48/+0
* | Remove deprecated Lfs#Lfs(Path)Matthias Sohn2018-03-101-13/+0
* | 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
* | Remove deprecated FileUtil using Java 7 NIOMatthias Sohn2018-03-101-303/+0
* | Remove deprecated TreeWalk#getEolStreamTypeMatthias Sohn2018-03-101-16/+0
* | Remove deprecated FileTreeIterator(WorkingTreeIterator, File, FS)Matthias Sohn2018-03-101-21/+0
* | Remove deprecated TransportHttp#httpOpen(String, URL)Matthias Sohn2018-03-101-15/+0
* | Remove deprecated ResolveMerger#processEntry methodMatthias Sohn2018-03-101-55/+0
* | Remove deprecated Repository#getRefMatthias Sohn2018-03-101-22/+4
* | Remove deprecated BitmapBuilder#addMatthias Sohn2018-03-102-29/+0
* | Remove deprecated LockFile(File, FS) constructorMatthias Sohn2018-03-101-18/+0
* | Remove deprecated IgnoreNode#isIgnored methodMatthias Sohn2018-03-102-43/+0
* | Fix misspelled class name: EmtpyCommitException -> EmptyCommitExceptionDavid Pursehouse2018-03-103-11/+11
* | Remove deprecated Statistics, UploadPackLogger, UploadPackLoggerChainMatthias Sohn2018-03-104-499/+0
* | Remove deprecated StoredObjectRepresentationnotAvailableException ctorMatthias Sohn2018-03-091-15/+0
* | Remove deprecated ArchiveCommand#putEntry methodMatthias Sohn2018-03-097-74/+0
* | Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2018-03-0856-356/+356
* | Merge branch 'stable-4.11'Matthias Sohn2018-03-0856-357/+357
|\ \ | |/ |/|
| * Prepare 4.11.1-SNAPSHOT buildsMatthias Sohn2018-03-0856-357/+357
| * JGit v4.11.0.201803080745-rv4.11.0.201803080745-rMatthias Sohn2018-03-0856-59/+59
|/
* Remove useless for(;;) loopThomas Wolf2018-03-071-19/+17
* Fix DiffFormatter for diffs against working tree with autocrlf=trueThomas Wolf2018-03-073-3/+102
* Merge branch 'stable-4.10'Matthias Sohn2018-03-072-9/+18
|\
| * Don't subclass ThreadLocal to avoid memory leak in NLSMatthias Sohn2018-02-141-9/+17
| * Set context classloader to null in WorkQueueMatthias Sohn2018-02-141-0/+1
* | LFS: Adjust some API to make integration into tools (EGit,...) easierMarkus Duft2018-03-073-4/+45
* | MergeHeadMsgTest: Open FileOutputStream in try-with-resourceDavid Pursehouse2018-03-071-15/+7