Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Merge branch 'stable-4.10' into stable-4.11Matthias Sohn4-17/+28
2018-07-27Merge branch 'stable-4.9' into stable-4.10Matthias Sohn4-2/+57
2018-07-27Merge branch 'stable-4.8' into stable-4.9Matthias Sohn4-2/+57
2018-07-27Merge branch 'stable-4.7' into stable-4.8David Pursehouse4-2/+60
2018-07-26Prepare 4.7.3-SNAPSHOT buildsMatthias Sohn3-45/+45
2018-07-26JGit v4.7.2.201807261330-rv4.7.2.201807261330-rMatthias Sohn3-4/+4
2018-07-25Delete all loose refs empty directoriesLuca Milanesio3-11/+19
2018-07-25Use java.nio to delete path to get detailed errorsLuca Milanesio1-5/+5
2018-07-10GC: Remove empty references foldersHector Caballero1-0/+46
2018-07-08Do not ignore path deletion errorsLuca Milanesio1-2/+6
2018-07-04Merge branch 'stable-4.10' into stable-4.11David Pursehouse1-1/+1
2018-07-04Merge branch 'stable-4.9' into stable-4.10David Pursehouse1-1/+1
2018-07-04Merge branch 'stable-4.8' into stable-4.9David Pursehouse1-1/+1
2018-07-04Merge branch 'stable-4.7' into stable-4.8David Pursehouse1-1/+1
2018-06-21ResolveMerger: Fix encoding with string; use bytesMarco Miller1-1/+1
2018-06-11Merge branch 'stable-4.9' into stable-4.10Matthias Sohn1-13/+13
2018-06-09Ensure DirectoryStream is closed promptlyDave Borowitz1-13/+13
2018-05-10Merge branch 'stable-4.10' into stable-4.11Matthias Sohn3-30/+56
2018-05-10Merge branch 'stable-4.9' into stable-4.10Matthias Sohn3-30/+56
2018-05-10Merge branch 'stable-4.8' into stable-4.9Matthias Sohn3-31/+56
2018-05-10Merge branch 'stable-4.7' into stable-4.8Matthias Sohn3-31/+56
2018-05-10Merge branch 'stable-4.6' into stable-4.7Matthias Sohn3-31/+56
2018-05-10Merge branch 'stable-4.5' into stable-4.6Matthias Sohn3-31/+56
2018-05-10Retry stale file handles on .git/config fileNasser Grainawi3-31/+56
2018-03-26Remove package import for javax.servlet.http from org.eclipse.jgitMatthias Sohn1-1/+0
2018-03-26Add missing @since tag and silence API errorMatthias Sohn2-0/+10
2018-03-15ObjectIdSerializer: Support serialization of known non-null ObjectIdDavid Pursehouse1-15/+68
2018-03-08Prepare 4.11.1-SNAPSHOT buildsMatthias Sohn3-49/+49
2018-03-08JGit v4.11.0.201803080745-rv4.11.0.201803080745-rMatthias Sohn3-4/+4
2018-03-07Remove useless for(;;) loopThomas Wolf1-19/+17
2018-03-07Fix DiffFormatter for diffs against working tree with autocrlf=trueThomas Wolf2-3/+4
2018-03-07Merge branch 'stable-4.10'Matthias Sohn2-9/+18
2018-03-07LFS: Adjust some API to make integration into tools (EGit,...) easierMarkus Duft1-0/+34
2018-03-07MergeCommand: Open RevWalk in try-with-resourceDavid Pursehouse1-6/+1
2018-03-07JschConfigSessionFactory: Open FileInputStream in try-with-resourceDavid Pursehouse1-7/+2
2018-03-06GC: Open auto-closeable resources in try-with-resourceDavid Pursehouse1-21/+12
2018-03-06FileRepository: Open FileInputStream in try-with-resourceDavid Pursehouse1-4/+1
2018-03-06FetchProcess: Open OutputStreamWriter in try-with-resourceDavid Pursehouse1-4/+2
2018-03-06FS: Open TemporaryBuffer in try-with-resourceDavid Pursehouse1-6/+3
2018-03-06DirCacheIterator: Open InputStream in try-with-resourceDavid Pursehouse1-4/+1
2018-03-06Merge changes from topic 'try-with-resource'David Pursehouse3-20/+13
2018-03-06DiffCommand: Open DiffFormatter in try-with-resourceDavid Pursehouse1-10/+9
2018-03-06CommitCommand: Open InputStream in try-with-resourceDavid Pursehouse1-5/+2
2018-03-06DefaultNoteMerger: Open UnionInputStream in try-with-resourceDavid Pursehouse1-5/+2
2018-03-05Silence API error raised for new CONFIG_SECTION_LFS constantMatthias Sohn1-0/+6
2018-03-05ArchiveCommand: Create archive output stream in try-with-resourceDavid Pursehouse1-3/+3
2018-03-05ApplyCommand: Open FileWriter in try-with-resourceDavid Pursehouse1-3/+3
2018-03-05AmazonS3: Open InputStream/FileInputStream in try-with-resourceDavid Pursehouse1-8/+2
2018-03-05WalkRemoteObjectDatabase: Open auto-closeable resources in try-with-resourceDavid Pursehouse1-16/+4
2018-03-05TransportSftp: Open BufferedReader in try-with-resourceDavid Pursehouse1-7/+2

Back to the top