4199 次代码提交 (2fbbd6d8902745f00dce74eb92c50b6b8f020e87)

作者 SHA1 备注 提交日期
  Luca Milanesio bf3d1ded35 Check for packfile validity and fd before reading 5 年前
  Luca Milanesio afef866a44 Move throw of PackInvalidException outside the catch 5 年前
  Luca Milanesio 2d116cd0ab Use FileSnapshot to get lastModified on PackFile 5 年前
  Luca Milanesio 2dc572df24 Include size when comparing FileSnapshot 5 年前
  Luca Milanesio fef782128d Do not reuse packfiles when changed on filesystem 5 年前
  Juergen Denner 19c4380689 Reduce contention on PackFile.idx() function. 5 年前
  Matthias Sohn 7b3ee6f62e Fix error log message in ObjectDirectory.handlePackError() 5 年前
  Matthias Sohn e8f7bb3608 Properly format pack checksums in PackFile.idx() 5 年前
  Matthias Sohn e8bd9556c0 Cancel gc if thread was interrupted 7 年前
  Luca Milanesio daefa69502 PackFile: report correct message for checksum mismatch 5 年前
  David Pursehouse e6fd4732d0 ObjectDirectory: Clean up logging 5 年前
  Luca Milanesio baf1bb20d0 ObjectDirectory: extra logging on packfile exceptions 5 年前
  Matthias Sohn 997d785418 Fix error log message in ObjectDirectory.handlePackError() 5 年前
  Matthias Sohn a33e4dc58a Properly format pack checksums in PackFile.idx() 5 年前
  Matthias Sohn 882fed0d96 Cancel gc if thread was interrupted 7 年前
  Luca Milanesio 436c99ce59 PackFile: report correct message for checksum mismatch 5 年前
  David Pursehouse 9665d86ba1 ObjectDirectory: Clean up logging 5 年前
  Luca Milanesio 962babc4b2 ObjectDirectory: extra logging on packfile exceptions 5 年前
  Jonathan Nieder c961e2d773 UploadPack: Avoid calling AdvertiseRefsHook twice 5 年前
  Jonathan Nieder fcafdcc404 UploadPack: Filter refs used for want-ref resolution 5 年前
  Jonathan Nieder 1638a2fce8 UploadPack: Defer want-ref resolution to after parsing 5 年前
  Masaya Suzuki 8eecb4f8b7 Call AdvertiseRefsHook for protocol v2 5 年前
  Masaya Suzuki 61f0bd54d0 Call AdvertiseRefsHook before validating wants 5 年前
  David Pursehouse f4fc6404ba BasePackConnection: Check for expected length of ref advertisement 5 年前
  David Pursehouse 2269669fb1 TransferConfig: Make constructors public 5 年前
  Matthias Sohn df6263644b Fix DescribeCommand with multiple match options 5 年前
  Håvard Wall f9de917547 Fix git-describe tie-breakers 5 年前
  Saša Živkov b6e2800560 ssh: Prefer algorithms of the known host keys 5 年前
  David Pursehouse 26e7a74601 SubmoduleValidator: Remove unused import of ConfigConstants 5 年前
  Jonathan Nieder d3eaf1007b SubmoduleValidator: Permit missing path or url 5 年前
  David Pursehouse df8bd762a1 ObjectChecker#getGitsubmodules: Fix malformed javadoc 5 年前
  Ivan Frade e4c28665b6 BaseReceivePack: Validate incoming .gitmodules files 5 年前
  Ivan Frade 3ed3eafbd1 ObjectChecker: Report .gitmodules files found in the pack 5 年前
  Ivan Frade db9f7b028d SubmoduleAddCommand: Reject submodule URIs that look like cli options 5 年前
  Matthias Sohn e6e9073fc7 Fix IOException when LockToken#close fails 5 年前
  Cliffred van Velzen 0c8200b27b Fix logging null if called process fails 5 年前
  Matthias Sohn 667ac8b318 Fix NoSuchFileException during directory cleanup in RefDirectory 5 年前
  Matthias Sohn c78d6445ec Externalize warning message in RefDirectory.delete() 5 年前
  Thomas Wolf 94fad4412a Suppress warning for trying to delete non-empty directory 5 年前
  Markus Duft 303adeb8bf Fix replacement quoting for replaceAll in filter command 5 年前
  Matthias Sohn a253c39729 Use the same default diff.renameLimit = 400 like native git 5 年前
  Matthias Sohn b0a0c1004f Fix @since tag for LOCK_SUFFIX 5 年前
  Matthias Sohn 06e06fc291 Fix atomic lock file creation on NFS 5 年前
  Matthias Sohn 6bec391d36 Use constant for ".lock" 6 年前
  Christian Halstrick 2faccd5b32 Fix handling of option core.supportsAtomicCreateNewFile 5 年前
  Hector Caballero b7351facd5 GC: Avoid logging errors when deleting non-empty folders 5 年前
  David Turner 559c68cb01 Parse signature of GPG-signed commits 6 年前
  David Pursehouse 30c6c75421 Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 5 年前
  Minh Thai c398fb2b6b Replace useminimalnegotation flag with maxhaves flag 5 年前
  Ivan Frade a8c38bc767 Extract protocol v2 fetch request parsing to its own class 5 年前