aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* JGit v4.11.1.201807311124-rv4.11.1.201807311124-rMatthias Sohn2018-07-313-4/+4
* Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-07-274-17/+28
|\
| * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-07-274-2/+57
| |\
| | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-07-274-2/+57
| | |\
| | | * Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-07-274-2/+60
| | | |\
| | | | * Prepare 4.7.3-SNAPSHOT buildsMatthias Sohn2018-07-273-45/+45
| | | | * JGit v4.7.2.201807261330-rv4.7.2.201807261330-rMatthias Sohn2018-07-263-4/+4
| | | | * Delete all loose refs empty directoriesLuca Milanesio2018-07-263-11/+19
| | | | * Use java.nio to delete path to get detailed errorsLuca Milanesio2018-07-261-5/+5
| | | | * GC: Remove empty references foldersHector Caballero2018-07-101-0/+46
| | | | * Do not ignore path deletion errorsLuca Milanesio2018-07-081-2/+6
* | | | | Merge branch 'stable-4.10' into stable-4.11David Pursehouse2018-07-041-1/+1
|\| | | |
| * | | | Merge branch 'stable-4.9' into stable-4.10David Pursehouse2018-07-041-1/+1
| |\| | |
| | * | | Merge branch 'stable-4.8' into stable-4.9David Pursehouse2018-07-041-1/+1
| | |\| |
| | | * | Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-07-041-1/+1
| | | |\|
| | | | * ResolveMerger: Fix encoding with string; use bytesMarco Miller2018-06-211-1/+1
| * | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-06-111-13/+13
| |\| | |
| | * | | Ensure DirectoryStream is closed promptlyDave Borowitz2018-06-091-13/+13
* | | | | 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
* | | | | | | 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-151-15/+68
* | | | | | | Prepare 4.11.1-SNAPSHOT buildsMatthias Sohn2018-03-083-49/+49
* | | | | | | JGit v4.11.0.201803080745-rv4.11.0.201803080745-rMatthias Sohn2018-03-083-4/+4
* | | | | | | 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