summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-05-103-30/+56
| |\| | | | | |
| | * | | | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-05-103-30/+56
| | |\| | | | |
| | | * | | | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-05-103-31/+56
| | | |\| | | |
| | | | * | | | Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-05-103-31/+56
| | | | |\| | |
| | | | | * | | Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2018-05-103-31/+56
| | | | | |\| |
| | | | | | * | Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2018-05-103-31/+56
| | | | | | |\|
| | | | | | | * Retry stale file handles on .git/config fileNasser Grainawi2018-05-103-31/+56
* | | | | | | | LFS: Fix potential NPE in LfsPrePushHookMarkus Duft2018-04-041-0/+4
|/ / / / / / /
* | | | | | | 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
* | | | | | | ObjectIdSerializer: Support serialization of known non-null ObjectIdDavid Pursehouse2018-03-152-17/+78
* | | | | | | 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
* | | | | | | MergeCommand: Open RevWalk in try-with-resourceDavid Pursehouse2018-03-071-6/+1
* | | | | | | MeasurePackSizeTest: Open Transport in try-with-resourceDavid Pursehouse2018-03-071-5/+1
* | | | | | | LongObjectIdTest: Open OutputStreamWriter in try-with-resourceDavid Pursehouse2018-03-071-7/+9
* | | | | | | JschConfigSessionFactory: Open FileInputStream in try-with-resourceDavid Pursehouse2018-03-071-7/+2
* | | | | | | CommandCatalog: Use StandardCharsets.UTF_8David Pursehouse2018-03-071-1/+3
* | | | | | | JGitTestUtil: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-071-16/+7
* | | | | | | Use StandardCharsets.UTF_8 in testsDavid Pursehouse2018-03-079-12/+19
* | | | | | | InfoRefsServlet: Open OutputStreamWriter in try-with-resourceDavid Pursehouse2018-03-071-21/+22
* | | | | | | IndexDiffWithSymlinkTest: Open InputStream in try-with-resourceDavid Pursehouse2018-03-071-6/+4
* | | | | | | HugeFileTest: Open RandomAccessFile in try-with-resourceDavid Pursehouse2018-03-071-23/+23
* | | | | | | HookMessageTest: Open Transport in try-with-resourceDavid Pursehouse2018-03-061-10/+2
* | | | | | | GitSmartHttpTools: Open OutputStream in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* | | | | | | GitServletResponseTests: Open Transport in try-with-resourceDavid Pursehouse2018-03-061-15/+3
* | | | | | | GetTextTest: Open InputStream in try-with-resourceDavid Pursehouse2018-03-061-16/+10
* | | | | | | GC: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-061-21/+12
* | | | | | | FileSnapshotTest: Open FileOutputStream in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* | | | | | | FileSender: Open OutputStream in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* | | | | | | FileRepository: Open FileInputStream in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* | | | | | | FileLfsServlet: Open PrintWriter in try-with-resourceDavid Pursehouse2018-03-061-4/+4
* | | | | | | FetchProcess: Open OutputStreamWriter in try-with-resourceDavid Pursehouse2018-03-061-4/+2
* | | | | | | FS: Open TemporaryBuffer in try-with-resourceDavid Pursehouse2018-03-061-6/+3
* | | | | | | EditListTest: Open InputStream in try-with-resourceDavid Pursehouse2018-03-061-8/+5
* | | | | | | EGitPatchHistoryTest: Open BufferedReader in try-with-resourceDavid Pursehouse2018-03-061-19/+19
* | | | | | | T0003_BasicTest: Use CommitBuilder.setEncoding(Charset)David Pursehouse2018-03-061-1/+2
* | | | | | | WalkEncryptionTest: Use StandardCharsets.UTF_8David Pursehouse2018-03-061-4/+1
* | | | | | | GetTextTest: Use StandardCharsets constants instead of CharSet.forNameDavid Pursehouse2018-03-061-6/+8
* | | | | | | EGitPatchHistoryTest: Set input stream encoding with constantDavid Pursehouse2018-03-061-1/+1
* | | | | | | DirCacheIterator: Open InputStream in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* | | | | | | DumbClientSmartServerTest: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-061-22/+7
* | | | | | | DirCacheCheckoutTest: Open FileInputStream in try-with-resourceDavid Pursehouse2018-03-061-11/+13