5094 コミット (90057f608fce8273cbcb5bd160b8a79eba7452f5)

作成者 SHA1 メッセージ 日付
  Fabio Ponciroli 90057f608f Git clone (v2) fails because of stale file handle 3年前
  Luca Milanesio ed5be35e2e Remove use of deprecated getAllRefs() in ReceivePack 3年前
  Fabio Ponciroli 6976a30f44 searchForReuse might impact performance in large repositories 3年前
  Antonio Barone 24d6d60538 Retry loose object read upon "Stale file handle" exception 3年前
  andrewxian2000 1ae7e08bca Fix garbage collection failing to delete pack file 3年前
  Thomas Wolf fc57689774 Fix PathSuffixFilter: can decide only on full paths 3年前
  Thomas Wolf 01b2c4fc90 Fix @since from commit 64d0aaa2 3年前
  Ronald Bhuleskar 64d0aaa2b6 Teach independent negotiation (no pack file) using an option "wait-for-done" 3年前
  Matthias Sohn ae692779ce [errorprone] Fix warning InputStreamSlowMultibyteRead 3年前
  Matthias Sohn c2f9acdc32 [errorprone] Make operator precedence explicit in OpenSshConfigFile 3年前
  Demetr Starshov f6b9b392e7 Fixing visibility for HostEntry constructors. 3年前
  Matthias Sohn a14bc9bb69 Clarify operator precedence to fix errorprone error 3年前
  Youssef Elghareeb 1788b72d1a Skip detecting content renames for binary files 3年前
  Ivan Frade c59626ad7a RepoCommand: Retry commit on LockFailure 3年前
  Ivan Frade 0667b8ec4d RepoCommand: Do not set 'branch' if the revision is a tag 3年前
  Thomas Wolf 1126f26d21 ApplyCommand: fix "no newline at end" detection 3年前
  Thomas Wolf 2a0295ccfd ApplyCommand: handle completely empty context lines in text patches 3年前
  Thomas Wolf 76b76a6048 ApplyCommand: use byte arrays for text patches, not strings 3年前
  Thomas Wolf 10ac449911 ApplyCommand: support binary patches 3年前
  Thomas Wolf 0fe794a433 ApplyCommand: add a stream to apply a delta patch 3年前
  Thomas Wolf 2eb54afe6a ApplyCommand: add streams to read/write binary patch hunks 3年前
  Thomas Wolf 501fc0dadd ApplyCommand: add a base-85 codec 3年前
  Kaushik Lingarkar 8bc166b00d BatchRefUpdate: Skip saving conflicting ref names and prefixes in memory 3年前
  Kaushik Lingarkar 303dd019d1 Optimize RefDirectory.isNameConflicting() 3年前
  Thomas Wolf d2846cc8b2 ApplyCommand: convert to git internal format before applying patch 3年前
  Thomas Wolf c718e6059c SSH config: fix whitespace handling 3年前
  Thomas Wolf 87704b7736 SSH config: fix negated patterns 3年前
  Matthias Sohn cb65846722 Fix @since tag for introduction of PUBKEY_ACCEPTED_ALGORITHMS 3年前
  Matthias Sohn 37436cc933 Remove texts which were added by mistake in 00386272 3年前
  Matthias Sohn 70e250c356 Fix formatting which was broken in 00386272 3年前
  Thomas Wolf 0038627226 LockFile: create OutputStream only when needed 3年前
  Matthias Sohn cc07a471dc Add TemporaryBuffer.toString(int limit) 3年前
  Thomas Wolf a9579ba60c LockFile: create OutputStream only when needed 3年前
  Thomas Wolf e58bf0870e Add git config for conflict style merge/diff3 3年前
  Thomas Wolf 8210f29fe4 Implement ours/theirs content conflict resolution 3年前
  Marija Savtchouk 7ceb61494b Allow file mode conflicts in virtual base commit on recursive merge. 3年前
  Thomas Wolf 0c91bf4e17 Allow info messages in UsernamePasswordCredentialsProvider 3年前
  Thomas Wolf 1de2a9fbe7 ssh config: do environment variable replacement 3年前
  Matthias Sohn 502bfff7db Refactor CommitCommand to improve readability 3年前
  Matthias Sohn 18c735c474 CommitCommand: fix formatting 3年前
  Matthias Sohn b08c599fb8 CommitCommand: remove unncessary comment 3年前
  Matthias Sohn f43cb3605c Ensure post-commit hook is called after index lock was released 3年前
  Thomas Wolf 6faee128f8 sshd: modernize ssh config file parsing 3年前
  Thomas Wolf ffc1f9b026 sshd: implement ssh config PubkeyAcceptedAlgorithms 3年前
  Adithya Chakilam 41643dcb79 Optimize RevWalkUtils.findBranchesReachableFrom() 3年前
  Adithya Chakilam 0bd2f4bf77 Introduce getMergedInto(RevCommit commit, Collection<Ref> refs) 3年前
  Youssef Elghareeb 4a78d911c5 Skip detecting content renames for large files 3年前
  Thomas Wolf 808c4495ca HTTP cookies: do tilde expansion on http.cookieFile 3年前
  Nasser Grainawi 2a6b2eddcf PackFile: Add id + ext based constructors 3年前
  Nasser Grainawi 093020864f GC: deleteOrphans: Use PackFile 3年前