aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-101-29/+0
* Fix misspelled class name: EmtpyCommitException -> EmptyCommitExceptionDavid Pursehouse2018-03-102-8/+8
* 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-091-24/+0
* Remove useless for(;;) loopThomas Wolf2018-03-071-19/+17
* Fix DiffFormatter for diffs against working tree with autocrlf=trueThomas Wolf2018-03-072-3/+4
* 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-071-0/+34
* | MergeCommand: Open RevWalk in try-with-resourceDavid Pursehouse2018-03-071-6/+1
* | JschConfigSessionFactory: Open FileInputStream in try-with-resourceDavid Pursehouse2018-03-071-7/+2
* | GC: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-061-21/+12
* | FileRepository: Open FileInputStream in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* | FetchProcess: Open OutputStreamWriter in try-with-resourceDavid Pursehouse2018-03-061-4/+2
* | FS: Open TemporaryBuffer in try-with-resourceDavid Pursehouse2018-03-061-6/+3
* | DirCacheIterator: Open InputStream in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* | DiffCommand: Open DiffFormatter in try-with-resourceDavid Pursehouse2018-03-061-10/+9
* | CommitCommand: Open InputStream in try-with-resourceDavid Pursehouse2018-03-061-5/+2
* | DefaultNoteMerger: Open UnionInputStream in try-with-resourceDavid Pursehouse2018-03-061-5/+2
* | ArchiveCommand: Create archive output stream in try-with-resourceDavid Pursehouse2018-03-051-3/+3
* | ApplyCommand: Open FileWriter in try-with-resourceDavid Pursehouse2018-03-051-3/+3
* | AmazonS3: Open InputStream/FileInputStream in try-with-resourceDavid Pursehouse2018-03-051-8/+2
* | WalkRemoteObjectDatabase: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-051-16/+4
* | TransportSftp: Open BufferedReader in try-with-resourceDavid Pursehouse2018-03-051-7/+2
* | TransportHttp: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-051-29/+14
* | LockFile: Open FileInputStream in try-with-resourceDavid Pursehouse2018-03-051-4/+1
* | Add ConfigConstants.CONFIG_SECTION_LFSDavid Pursehouse2018-03-052-1/+8
* | Add|RemoveNoteComand: Reduce duplicated codeDavid Pursehouse2018-03-032-33/+7
* | TagBuilder: Open OutputStreamWriter in try-with-resourceDavid Pursehouse2018-03-031-3/+2
* | DaemonService: Open Repository in try-with-resourceDavid Pursehouse2018-03-031-12/+4
* | RefDirectory: Open BufferedReader in try-with-resourceDavid Pursehouse2018-03-031-23/+20
* | ObjectDirectory: Open BufferedReader in try-with-resourceDavid Pursehouse2018-03-031-8/+2
* | Patch: Open TemporaryBuffer in try-with-resourceDavid Pursehouse2018-03-031-4/+4
* | LFS: Enable LFS support for the CLI, better error handlingMarkus Duft2018-03-031-3/+12
* | Cleanup stream usage WRT filtersMarkus Duft2018-03-034-3/+43