Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-10-18Adding AES Walk Encryption support in http://www.jets3t.org/ modeAndrei Pozolotin4-66/+157
2015-10-10Merge "Don't call reader.close() 2 times on dispose()"Matthias Sohn1-1/+0
2015-10-10Merge "Limit the range of commits for which bitmaps are created."Shawn Pearce8-11/+86
2015-10-10Don't call reader.close() 2 times on dispose()Andrey Loskutov1-1/+0
2015-10-09Delete non empty directories before checkout a pathAndrey Loskutov5-7/+73
2015-10-08Limit the range of commits for which bitmaps are created.Terry Parker8-11/+86
2015-10-06Align docstring for RepoCommand.setRecordRemoteBranch with argumentStefan Beller1-3/+3
2015-10-05Merge "RepoCommand: Add setRecordRemoteBranch option to record upstream branch"Jonathan Nieder1-2/+31
2015-10-05RepoCommand: Add setRecordRemoteBranch option to record upstream branchStefan Beller1-2/+31
2015-10-02Merge "[ignore rules] fix for handling unmatched '[' brackets"Matthias Sohn1-3/+1
2015-10-01Merge branch 'stable-4.1'Matthias Sohn2-5/+4
2015-10-01FanoutBucket: Create ObjectInserter.Formatter in try-with-resourceDavid Pursehouse1-2/+2
2015-09-30Use japicmp instead of clirr to detect API changesMatthias Sohn1-9/+77
2015-09-30[ignore rules] fix for handling unmatched '[' bracketsAndrey Loskutov1-3/+1
2015-09-30Fix compiler warnings in DiffFormatter.writeGitLinkTextDavid Pursehouse1-3/+2
2015-09-28Prepare 4.2.0-SNAPSHOT buildsMatthias Sohn3-40/+40
2015-09-28Prepare 4.1.1-SNAPSHOT buildsMatthias Sohn3-40/+40
2015-09-28JGit v4.1.0.201509280440-rv4.1.0.201509280440-rMatthias Sohn3-4/+4
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 Loskutov1-14/+26
2015-09-26[ignore rules] fix for backslash handlingAndrey Loskutov6-9/+50
2015-09-26[ignore rules] Fix for character group matcherAndrey Loskutov1-1/+1
2015-09-25Merge "Show submodule difference as a hunk"Matthias Sohn1-19/+14
2015-09-24Show submodule difference as a hunkJacob Keller1-19/+14
2015-09-24Properly support special regex characters in ignore rulesAndrey Loskutov1-1/+15
2015-09-17Fix endless loop in ObjectChecker for MacOSChristian Halstrick1-1/+2
2015-09-17Fix warnings about missing serialVersionUIDHugo Arès1-0/+2
2015-09-14UploadPack: Verify clients send only commits for shallow linesShawn Pearce4-0/+35
2015-09-10S3 transport: Fix check for tmpdirShawn Pearce1-1/+1
2015-09-10URIish: fall back to host as humanish namePatrick Steinhardt1-6/+14
2015-09-02PushCertificateStore: Don't add no-op command to batchDave Borowitz1-1/+1
2015-08-31Restore lazy Bundle-ActivationPolicy removed in 3a4a5a4eMatthias Sohn1-0/+1
2015-08-31Update uses-clauses in OSGi manifestsMatthias Sohn1-7/+14
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 Loskutov3-4/+11
2015-08-18Restored obsoleted createSymLink/readSymLink in FileUtilAndrey Loskutov2-14/+25
2015-08-17Use NIO2 to implement FileUtils.rename() and expose optionsMatthias Sohn1-14/+55
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
2015-08-14Fix NPE in DfsGarbageCollector and further reduce memoryShawn Pearce2-26/+47
2015-08-13Cleanup Attributes and remove obsoleted Java7BasicAttributes classAndrey Loskutov2-32/+14

Back to the top