summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge changes from topic 'try-with-resource'David Pursehouse2018-03-063-20/+13
|\ \
| * | 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
* | | Silence API error raised for new CONFIG_SECTION_LFS constantMatthias Sohn2018-03-061-0/+6
|/ /
* | 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
* | Enable warning for resources not managed by try-with-resourceDavid Pursehouse2018-03-031-1/+1
* | 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
* | LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft2018-03-0312-62/+421
* | Correctly exit fetch negotiation for stateless RPC connectionsTerry Parker2018-02-281-0/+6
* | LFS: pre-push upload supportMarkus Duft2018-02-275-0/+51
* | AmazonS3: Open OutputStream in try-with-resourceDavid Pursehouse2018-02-261-10/+5
* | Add ObjectIdSerializerDavid Pursehouse2018-02-251-0/+107
* | Fix warnings about boxing/unboxing BooleanDavid Pursehouse2018-02-252-4/+6
* | WorkingTreeIterator: Fix warnings about variable hidingDavid Pursehouse2018-02-251-4/+4
* | WorkingTreeIterator: Add NON-NLS suppressionsDavid Pursehouse2018-02-251-3/+3
* | Fix processing of gitignore negationsMarc Strapetz2018-02-232-63/+143
* | DfsReaderIoStats: Clarify that "blocks" are really cache missesDave Borowitz2018-02-221-5/+13
* | PathMatcher: fix handling of **/Marc Strapetz2018-02-228-46/+81
* | Merge changes Id616611e,Ib6509e81,I52f5d3f2David Pursehouse2018-02-221-36/+36
|\ \
| * | RepoCommand: generate relative submodule URLs from absolute URLs.Han-Wen Nienhuys2018-02-211-6/+2
| * | RepoCommand: don't record new commit if tree did not changeHan-Wen Nienhuys2018-02-191-0/+5
| * | RepoCommand: persist unreadable submodules in .gitmodulesHan-Wen Nienhuys2018-02-191-30/+29