3009 コミット (stable-4.1)

作成者 SHA1 メッセージ 日付
  Matthias Sohn 29159f1171 JGit v4.1.2.201602141800-r 8年前
  Hugo Arès df904a4227 Fix diff for added and removed submodule 8年前
  Matthias Sohn 3e2aff196e Prepare 4.1.2-SNAPSHOT builds 8年前
  Matthias Sohn 3cb5f11398 JGit v4.1.1.201511131810-r 8年前
  Jonathan Nieder 7dcb50a04a Fallback exactRef: Do not ignore symrefs to unborn branch 8年前
  Jonathan Nieder 797f94d331 RefDirectory.exactRef: Do not ignore symrefs to unborn branch 8年前
  David Pursehouse 581698331a FanoutBucket: Create ObjectInserter.Formatter in try-with-resource 8年前
  David Pursehouse a489b6e6b8 Fix compiler warnings in DiffFormatter.writeGitLinkText 8年前
  Matthias Sohn 729f085ac2 Prepare 4.1.1-SNAPSHOT builds 8年前
  Matthias Sohn fdfd6e2872 JGit v4.1.0.201509280440-r 8年前
  Matthias Sohn 9e5380e7fb Use java.nio.file consistently in FS 8年前
  Andrey Loskutov d35245e906 Deprecate FileUtil and move the code to FileUtils 8年前
  Andrey Loskutov 41a972cd1e [performance] Cache platform name in SystemReader 8年前
  Andrey Loskutov 1abd51d953 [ignore rules] fix for backslash handling 8年前
  Andrey Loskutov 4b7daecf4a [ignore rules] Fix for character group matcher 8年前
  Jacob Keller a28ba3f2c7 Show submodule difference as a hunk 8年前
  Andrey Loskutov 97ef1fe893 Properly support special regex characters in ignore rules 8年前
  Matthias Sohn 78a2bafdc9 JGit v4.0.3.201509231615-r 8年前
  Christian Halstrick f4596284a0 Fix endless loop in ObjectChecker for MacOS 8年前
  Hugo Arès 868899982b Fix warnings about missing serialVersionUID 8年前
  Matthias Sohn 116d26d121 Prepare 4.0.3-SNAPSHOT builds 8年前
  Shawn Pearce b46c446395 UploadPack: Verify clients send only commits for shallow lines 8年前
  Matthias Sohn 264c782b77 JGit v4.0.2.201509141540-r 8年前
  Shawn Pearce db0adc1e8c S3 transport: Fix check for tmpdir 8年前
  Patrick Steinhardt 9b1deadcb4 URIish: fall back to host as humanish name 8年前
  Dave Borowitz 45e9e28ad9 PushCertificateStore: Don't add no-op command to batch 8年前
  Matthias Sohn 4a11534c25 Restore lazy Bundle-ActivationPolicy removed in 3a4a5a4e 8年前
  Matthias Sohn 3a4a5a4e57 Update uses-clauses in OSGi manifests 8年前
  Matthias Sohn 05acf1c62f Use java.io.File to check existence of loose objects in ObjectDirectory 8年前
  Matthias Sohn 3abf35bc0f Fix warnings on FileUtils.isStaleFileHandle() 8年前
  Andrey Loskutov 35d45abfb2 Deprecate redundant FileUtil.delete(File), use FileUtils instead 8年前
  Martin Fick 06b446057c Handle stale file handles on packed-refs file 8年前
  Martin Fick cb08dd8b14 Add public isStaleFileHandle() API, improve detection. 8年前
  Andrey Loskutov b5941c74e5 Set "potentialNullReference" to "error" level and fixed all issues 8年前
  Andrey Loskutov 847b3d1258 Enable annotation based NPE analysis in jgit 9年前
  Andrey Loskutov 8b38c7db42 Restored obsoleted createSymLink/readSymLink in FileUtil 8年前
  Matthias Sohn 548ba66a37 Use NIO2 to implement FileUtils.rename() and expose options 9年前
  Andrey Loskutov 2e5c7c5db4 Move createSymLink/readSymLink to FileUtils 8年前
  Shawn Pearce 1d7d0f95e0 Expose the set of root commits in PackStatistics 8年前
  Christian Halstrick d0d637342b Change FS not to throw NPE when facing InMemory databases 8年前
  Shawn Pearce f9bd6c1239 Fix NPE in DfsGarbageCollector and further reduce memory 8年前
  Andrey Loskutov bfc3e1262c Cleanup Attributes and remove obsoleted Java7BasicAttributes class 8年前
  Shawn Pearce 4bb523475d PackWriter: shed memory while creating bitmaps 8年前
  Shawn Pearce 88bffda524 Bitmap builder: actually compress EWAH bitmaps in memory 8年前
  Shawn Pearce d988540c8e Do not retain commit body during bitmap generation 8年前
  Andrey Loskutov 63bc1d862d Consider original file mode while checking parent ignore rules 8年前
  Andrey Loskutov 7979029b43 Clone should create Git instances which are able to close repository 8年前
  Andrey Loskutov a28ae3995f containsGitModulesFile() should not crash on bare repository 8年前
  Andrey Loskutov 1309526564 Clone should close repository after errors in fetch or checkout 8年前
  Andrey Loskutov 204da3969e Fixed javadoc: the getBranch() and getFullBranch() can return null 8年前