2743 Commits (81810aff298ffb3e871b4dbab76be2c8b9a46ea8)

Author SHA1 Message Date
  Andrei Pozolotin 81810aff29 Adding AES Walk Encryption support in http://www.jets3t.org/ mode 8 years ago
  Andrey Loskutov 9bdbbd32ae Don't call reader.close() 2 times on dispose() 8 years ago
  Andrey Loskutov a406ebf401 Delete non empty directories before checkout a path 8 years ago
  Terry Parker 2524157d3d Limit the range of commits for which bitmaps are created. 8 years ago
  Stefan Beller cd1b00e3fc Align docstring for RepoCommand.setRecordRemoteBranch with argument 8 years ago
  Stefan Beller cdd7c23446 RepoCommand: Add setRecordRemoteBranch option to record upstream branch 8 years ago
  David Pursehouse 581698331a FanoutBucket: Create ObjectInserter.Formatter in try-with-resource 8 years ago
  Andrey Loskutov 1a2b4e246d [ignore rules] fix for handling unmatched '[' brackets 8 years ago
  David Pursehouse a489b6e6b8 Fix compiler warnings in DiffFormatter.writeGitLinkText 8 years ago
  Matthias Sohn 9e5380e7fb Use java.nio.file consistently in FS 8 years ago
  Andrey Loskutov d35245e906 Deprecate FileUtil and move the code to FileUtils 8 years ago
  Andrey Loskutov 41a972cd1e [performance] Cache platform name in SystemReader 8 years ago
  Andrey Loskutov 1abd51d953 [ignore rules] fix for backslash handling 8 years ago
  Andrey Loskutov 4b7daecf4a [ignore rules] Fix for character group matcher 8 years ago
  Jacob Keller a28ba3f2c7 Show submodule difference as a hunk 8 years ago
  Andrey Loskutov 97ef1fe893 Properly support special regex characters in ignore rules 8 years ago
  Christian Halstrick f4596284a0 Fix endless loop in ObjectChecker for MacOS 8 years ago
  Hugo Arès 868899982b Fix warnings about missing serialVersionUID 8 years ago
  Shawn Pearce b46c446395 UploadPack: Verify clients send only commits for shallow lines 8 years ago
  Shawn Pearce db0adc1e8c S3 transport: Fix check for tmpdir 8 years ago
  Patrick Steinhardt 9b1deadcb4 URIish: fall back to host as humanish name 9 years ago
  Dave Borowitz 45e9e28ad9 PushCertificateStore: Don't add no-op command to batch 8 years ago
  Matthias Sohn 05acf1c62f Use java.io.File to check existence of loose objects in ObjectDirectory 8 years ago
  Matthias Sohn 3abf35bc0f Fix warnings on FileUtils.isStaleFileHandle() 8 years ago
  Andrey Loskutov 35d45abfb2 Deprecate redundant FileUtil.delete(File), use FileUtils instead 8 years ago
  Martin Fick 06b446057c Handle stale file handles on packed-refs file 8 years ago
  Martin Fick cb08dd8b14 Add public isStaleFileHandle() API, improve detection. 8 years ago
  Andrey Loskutov b5941c74e5 Set "potentialNullReference" to "error" level and fixed all issues 8 years ago
  Andrey Loskutov 8b38c7db42 Restored obsoleted createSymLink/readSymLink in FileUtil 8 years ago
  Matthias Sohn 548ba66a37 Use NIO2 to implement FileUtils.rename() and expose options 9 years ago
  Andrey Loskutov 2e5c7c5db4 Move createSymLink/readSymLink to FileUtils 8 years ago
  Shawn Pearce 1d7d0f95e0 Expose the set of root commits in PackStatistics 8 years ago
  Christian Halstrick d0d637342b Change FS not to throw NPE when facing InMemory databases 9 years ago
  Shawn Pearce f9bd6c1239 Fix NPE in DfsGarbageCollector and further reduce memory 8 years ago
  Andrey Loskutov bfc3e1262c Cleanup Attributes and remove obsoleted Java7BasicAttributes class 8 years ago
  Shawn Pearce 4bb523475d PackWriter: shed memory while creating bitmaps 8 years ago
  Shawn Pearce 88bffda524 Bitmap builder: actually compress EWAH bitmaps in memory 8 years ago
  Shawn Pearce d988540c8e Do not retain commit body during bitmap generation 8 years ago
  Andrey Loskutov 63bc1d862d Consider original file mode while checking parent ignore rules 8 years ago
  Andrey Loskutov 7979029b43 Clone should create Git instances which are able to close repository 8 years ago
  Andrey Loskutov a28ae3995f containsGitModulesFile() should not crash on bare repository 8 years ago
  Andrey Loskutov 1309526564 Clone should close repository after errors in fetch or checkout 8 years ago
  Andrey Loskutov 204da3969e Fixed javadoc: the getBranch() and getFullBranch() can return null 9 years ago
  Dave Borowitz 94812ef1e9 PushCertificate: Omit null pushee from text representation 8 years ago
  Christian Halstrick 1196dd0643 Fix ResolveMerger when files should be replaced by folders 9 years ago
  Andrey Loskutov 4e7639bb65 Don't keep empty ignore rules in the ignore node list 9 years ago
  Andrey Loskutov dfed946f10 Allow leading/trailing spaces in ignore rules 9 years ago
  Andrey Loskutov b98c84eb88 Don't crash while parsing ignore patterns 9 years ago
  Andrey Loskutov 08641ea413 Allow leading literal '#' and '!' in ignore rules if they are escaped 9 years ago
  Andrey Loskutov 1d295cb7fb Don't trim trailing space if it is escaped with backslash 9 years ago