Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-13JGit v4.1.1.201511131810-rv4.1.1.201511131810-rMatthias Sohn46-49/+49
2015-11-12Fallback exactRef: Do not ignore symrefs to unborn branchJonathan Nieder1-13/+4
2015-11-11RefDirectory.exactRef: Do not ignore symrefs to unborn branchJonathan Nieder2-0/+43
2015-10-01pgm: Open RevWalk and TreeWalk in try-with-resourceDavid Pursehouse8-79/+87
2015-10-01ant: Open Repository and Git in try-with-resourceDavid Pursehouse2-8/+8
2015-10-01pgm: Create instances of Git in try-with-resourceDavid Pursehouse14-215/+235
2015-10-01FanoutBucket: Create ObjectInserter.Formatter in try-with-resourceDavid Pursehouse1-2/+2
2015-09-30Fix compiler warnings in DiffFormatter.writeGitLinkTextDavid Pursehouse1-3/+2
2015-09-28Prepare 4.1.1-SNAPSHOT buildsMatthias Sohn46-248/+248
2015-09-28JGit v4.1.0.201509280440-rv4.1.0.201509280440-rMatthias Sohn46-49/+49
2015-09-27Use java.nio.file consistently in FSMatthias Sohn6-152/+9
2015-09-27Deprecate FileUtil and move the code to FileUtilsAndrey Loskutov5-132/+285
2015-09-27[performance] Cache platform name in SystemReaderAndrey Loskutov2-14/+44
2015-09-26[ignore rules] fix for backslash handlingAndrey Loskutov7-17/+82
2015-09-26[ignore rules] Fix for character group matcherAndrey Loskutov2-1/+2
2015-09-25Merge "Show submodule difference as a hunk"Matthias Sohn2-22/+16
2015-09-24Show submodule difference as a hunkJacob Keller2-22/+16
2015-09-24Properly support special regex characters in ignore rulesAndrey Loskutov2-1/+93
2015-09-23Remove unneeded @SuppressWarnings("boxing")Hugo Arès1-5/+3
2015-09-17Fix endless loop in ObjectChecker for MacOSChristian Halstrick2-1/+13
2015-09-17Fix warnings about missing serialVersionUIDHugo Arès2-0/+3
2015-09-17Fix integer boxing eclipse warningHugo Arès1-1/+1
2015-09-16Fix integer boxing eclipse warningHugo Arès1-19/+18
2015-09-14Merge branch 'stable-4.0'Matthias Sohn5-10/+10
2015-09-14Prepare 4.0.3-SNAPSHOT buildsMatthias Sohn46-248/+248
2015-09-14UploadPack: Verify clients send only commits for shallow linesShawn Pearce4-0/+35
2015-09-14JGit v4.0.2.201509141540-rv4.0.2.201509141540-rMatthias Sohn46-49/+49
2015-09-10S3 transport: Fix check for tmpdirShawn Pearce1-1/+1
2015-09-10URIish: fall back to host as humanish namePatrick Steinhardt2-6/+72
2015-09-03Update build to final R20150821153341 Orbit repository for Mars.1Matthias Sohn4-44/+5
2015-09-03Update org.apache.httpcomponentsMatthias Sohn6-23/+23
2015-09-02PushCertificateStore: Don't add no-op command to batchDave Borowitz2-1/+29
2015-08-31Restore lazy Bundle-ActivationPolicy removed in 3a4a5a4eMatthias Sohn5-0/+5
2015-08-31Update uses-clauses in OSGi manifestsMatthias Sohn5-15/+42
2015-08-28Use java.io.File to check existence of loose objects in ObjectDirectoryMatthias Sohn1-1/+1
2015-08-26Fix warnings on FileUtils.isStaleFileHandle()Matthias Sohn1-1/+3
2015-08-26Deprecate redundant FileUtil.delete(File), use FileUtils insteadAndrey Loskutov5-20/+4
2015-08-26Handle stale file handles on packed-refs fileMartin Fick3-16/+38
2015-08-26Merge "Add public isStaleFileHandle() API, improve detection."Matthias Sohn2-4/+12
2015-08-25Add public isStaleFileHandle() API, improve detection.Martin Fick2-4/+12
2015-08-22Set "potentialNullReference" to "error" level and fixed all issuesAndrey Loskutov5-16/+39
2015-08-20Enable annotation based NPE analysis in jgitAndrey Loskutov7-12/+21
2015-08-19Update Jetty to 9.2.13.v20150730Matthias Sohn9-78/+78
2015-08-19Update com.jcraft.jsch to 0.1.53Matthias Sohn5-7/+46
2015-08-18Restored obsoleted createSymLink/readSymLink in FileUtilAndrey Loskutov2-14/+25
2015-08-17Use NIO2 to implement FileUtils.rename() and expose optionsMatthias Sohn2-14/+67
2015-08-17Move createSymLink/readSymLink to FileUtilsAndrey Loskutov9-78/+42
2015-08-17Merge "Change FS not to throw NPE when facing InMemory databases"Christian Halstrick2-1/+7
2015-08-16Expose the set of root commits in PackStatisticsShawn Pearce2-0/+13
2015-08-16Change FS not to throw NPE when facing InMemory databasesChristian Halstrick2-1/+7

Back to the top