Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-13Merge "Remove "experimental" from the description of the pack bitmap index"Shawn Pearce1-2/+1
2015-08-13PackWriter: shed memory while creating bitmapsShawn Pearce1-41/+53
2015-08-13Merge "Do not retain commit body during bitmap generation"Shawn Pearce1-0/+1
2015-08-13Merge "Bitmap builder: actually compress EWAH bitmaps in memory"Shawn Pearce1-0/+5
2015-08-13Bitmap builder: actually compress EWAH bitmaps in memoryShawn Pearce1-0/+5
2015-08-13Do not retain commit body during bitmap generationShawn Pearce1-0/+1
2015-08-12Consider original file mode while checking parent ignore rulesAndrey Loskutov1-4/+7
2015-08-04Clone should create Git instances which are able to close repositoryAndrey Loskutov2-2/+2
2015-08-04Merge "Clone should close repository after errors in fetch or checkout"Christian Halstrick1-1/+8
2015-08-03containsGitModulesFile() should not crash on bare repositoryAndrey Loskutov1-6/+6
2015-08-02Clone should close repository after errors in fetch or checkoutAndrey Loskutov1-1/+8
2015-07-29Fixed javadoc: the getBranch() and getFullBranch() can return nullAndrey Loskutov1-4/+6
2015-07-28PushCertificate: Omit null pushee from text representationDave Borowitz1-3/+5
2015-07-23Fix ResolveMerger when files should be replaced by foldersChristian Halstrick1-7/+9
2015-07-21Merge "Fix typos in javadoc of ObjectId.equals()"Matthias Sohn1-4/+4
2015-07-20Don't keep empty ignore rules in the ignore node listAndrey Loskutov2-1/+12
2015-07-20Allow leading/trailing spaces in ignore rulesAndrey Loskutov1-2/+2
2015-07-20Don't crash while parsing ignore patternsAndrey Loskutov4-1/+20

Back to the top