2355 コミット (stable-3.6)

作成者 SHA1 メッセージ 日付
  Matthias Sohn 27ee334213 Don't remove pack from pack list for problems which could be transient 9年前
  Matthias Sohn 9b86ebb4f6 Log reason for ignoring pack when IOException occurred 9年前
  Rüdiger Herrmann a4c2c8a3ee Trim author/committer name and email in commit header 9年前
  Marc Strapetz 1cb5668441 Rename detection should canonicalize line endings 9年前
  Andrey Loskutov c053900c5b PathMatcher should respect "assumeDirectory" flag 9年前
  Christian Halstrick 3226e35db8 Fix junit tests under windows when the platform is explicitly changed 9年前
  Matthias Sohn d476d2f729 ObjectChecker: Disallow names potentially mapping to ".git" on HFS+ 9年前
  Christian Halstrick a09b1b6c3d ObjectChecker: Disallow Windows shortname "GIT~1" 9年前
  Shawn Pearce 10310bf8ef ObjectChecker: Disallow ".git." and ".git<space>" 9年前
  Shawn Pearce 07612a610f Always ignore case when forbidding .git in ObjectChecker 9年前
  Shawn Pearce 8d36fa343c DirCache: Refuse to read files with invalid paths 9年前
  Shawn Pearce d547d0c44b DirCache: Replace isValidPath with DirCacheCheckout.checkValidPath 9年前
  Christian Halstrick 53ff052998 Support the new repository layout for submodules 9年前
  Christian Halstrick 6e05d98cce Allow explicit configuration of git directory in CloneCommand 9年前
  Christian Halstrick 03e860a7b7 Allow explicit configuration of git directory in InitCommand 9年前
  Christian Halstrick da595f093e Fix tests on windows by closing repos 9年前
  Christian Halstrick 1a054f1229 RepoCommand should close opened repos 9年前
  Matthias Sohn a24a99a13d Prevent NPE if ref can't be resolved when executing ReflogCommand 9年前
  Matthias Sohn 59c4ea042c Fix DirCacheCheckout to set correct file length if core.autocrlf=true 9年前
  Robin Stocker 47927ac95e CheckoutCommand: Fix checking out ours/theirs when no base stage exists 9年前
  Christian Halstrick 1b9130e8db Make sure modifications to config-param trustFolderStat are detected 9年前
  Shawn Pearce d1b627ed83 Honor git-core meaning of receive.denyDeletes allowing tag deletion 9年前
  Shawn Pearce b6b843e519 Move checkPath from DirCacheCheckout to ObjectChecker 9年前
  Michael Keppler 1a72143780 Use baseline instead of centerline in PlotRenderer 9年前
  Andrey Loskutov 147e24a7b2 Consider parent rules if ignore rule is negated 9年前
  Shawn Pearce 3886a4f68b ResolveMerger: Use checkoutEntry during abort 9年前
  Shawn Pearce a606dc363d Cleanup double stat update of symlinks in DirCacheCheckout 9年前
  Shawn Pearce 75b4a23748 Deprecate checkoutEntry variant that accepts File 9年前
  Shawn Pearce 6814728a82 DirCacheCheckout: create only one ObjectReader 9年前
  Shawn Pearce 98c75a7ca2 Fix two nits about DirCacheEntry constructors 9年前
  Shawn Pearce b34ea11720 Detect buffering failures while writing rebase todo file 9年前
  Shawn Pearce 61b632ee5a Deprecate TemporaryBuffer.LocalFile without parent directory 9年前
  Shawn Pearce 4206ea43b8 Switch FileHeader.extractFileLines to TemporaryBuffer.Heap 9年前
  Shawn Pearce 67b8bcc1c4 AmazonS3: Buffer pushed pack content under $GIT_DIR 9年前
  Shawn Pearce f31323745f DirCache: Buffer TREE extension to $GIT_DIR 9年前
  Shawn Pearce b2f0fd03d8 Support DfsRepository from GarbageCollectCommand 9年前
  Shawn Pearce 485b751b2f Allow configurable ObjectCheckers in fetch 9年前
  Shawn Pearce b88f3a2a2c Cleanup TreeWalk creation/release inside StashApplyCommand 9年前
  Shawn Pearce 3bc5188900 Deprecate checkoutEntry without ObjectReader 9年前
  Yuxuan 'fishy' Wang 749dfeffc8 upload-pack: send symbolic refs as capabilities 9年前
  Andrey Loskutov 2c940fa18a Don't use java.util.regex for two simple wildcard cases 9年前
  Christian Halstrick 140df39198 Let RepositoryBuilder find bare repos 9年前
  Christian Halstrick 0fc8b05a71 Introduce config parameter core.trustfolderstat 9年前
  Matthias Sohn da178eedd2 Fix javadoc formatting in ConfigConstants 9年前
  Stefan Beller 423ad8b0ad Fix variable name and error message for sideband testing 9年前
  Shawn Pearce 0cf902e473 Expand wildcard imports to specfic classes 9年前
  Christian Halstrick 9597c41ea9 Fix possible NPE in IndexDiff when not all submodules are cloned 9年前
  Christian Halstrick 714f677ca5 Add missing @since tags 9年前
  Stefan Beller 88c1b82e7a Implement atomic refs update, if possible by database 9年前
  Dani Megert 3e131a35e3 Don't use SSL anymore to avoid POODLE attack 9年前