5078 Commits (527119120f4758e5ae14fa64b98ff62eadf969cc)

Author SHA1 Message Date
  Kaushik Lingarkar 303dd019d1 Optimize RefDirectory.isNameConflicting() 3 years ago
  Thomas Wolf d2846cc8b2 ApplyCommand: convert to git internal format before applying patch 3 years ago
  Thomas Wolf c718e6059c SSH config: fix whitespace handling 3 years ago
  Thomas Wolf 87704b7736 SSH config: fix negated patterns 3 years ago
  Matthias Sohn cb65846722 Fix @since tag for introduction of PUBKEY_ACCEPTED_ALGORITHMS 3 years ago
  Matthias Sohn 37436cc933 Remove texts which were added by mistake in 00386272 3 years ago
  Matthias Sohn 70e250c356 Fix formatting which was broken in 00386272 3 years ago
  Thomas Wolf 0038627226 LockFile: create OutputStream only when needed 3 years ago
  Matthias Sohn cc07a471dc Add TemporaryBuffer.toString(int limit) 3 years ago
  Thomas Wolf a9579ba60c LockFile: create OutputStream only when needed 3 years ago
  Thomas Wolf e58bf0870e Add git config for conflict style merge/diff3 3 years ago
  Thomas Wolf 8210f29fe4 Implement ours/theirs content conflict resolution 3 years ago
  Marija Savtchouk 7ceb61494b Allow file mode conflicts in virtual base commit on recursive merge. 3 years ago
  Thomas Wolf 0c91bf4e17 Allow info messages in UsernamePasswordCredentialsProvider 3 years ago
  Thomas Wolf 1de2a9fbe7 ssh config: do environment variable replacement 3 years ago
  Matthias Sohn 502bfff7db Refactor CommitCommand to improve readability 3 years ago
  Matthias Sohn 18c735c474 CommitCommand: fix formatting 3 years ago
  Matthias Sohn b08c599fb8 CommitCommand: remove unncessary comment 3 years ago
  Matthias Sohn f43cb3605c Ensure post-commit hook is called after index lock was released 3 years ago
  Thomas Wolf 6faee128f8 sshd: modernize ssh config file parsing 3 years ago
  Thomas Wolf ffc1f9b026 sshd: implement ssh config PubkeyAcceptedAlgorithms 3 years ago
  Adithya Chakilam 41643dcb79 Optimize RevWalkUtils.findBranchesReachableFrom() 3 years ago
  Adithya Chakilam 0bd2f4bf77 Introduce getMergedInto(RevCommit commit, Collection<Ref> refs) 3 years ago
  Youssef Elghareeb 4a78d911c5 Skip detecting content renames for large files 3 years ago
  Thomas Wolf 808c4495ca HTTP cookies: do tilde expansion on http.cookieFile 3 years ago
  Nasser Grainawi 2a6b2eddcf PackFile: Add id + ext based constructors 3 years ago
  Nasser Grainawi 093020864f GC: deleteOrphans: Use PackFile 3 years ago
  Nasser Grainawi c57b2935cd PackExt: Convert to Enum 3 years ago
  Martin Fick 6167641834 Restore preserved packs during missing object seeks 3 years ago
  Nasser Grainawi 7fbff35887 Pack: Replace extensions bitset with bitmapIdx PackFile 3 years ago
  Nasser Grainawi 49c89285a7 PackDirectory: Use PackFile to ensure we find preserved packs 3 years ago
  Nasser Grainawi dc7f0bfee9 GC: Use PackFile to de-dup logic 3 years ago
  Nasser Grainawi 971dafd302 Create a PackFile class for Pack filenames 3 years ago
  Thomas Wolf 40d6eda3f1 HTTP: cookie file stores expiration in seconds 3 years ago
  Han-Wen Nienhuys 540b29bf42 Remove ReftableNumbersNotIncreasingException 3 years ago
  Thomas Wolf 29697d86c5 IgnoreNode: include path to file for invalid .gitignore patterns 3 years ago
  Thomas Wolf 4e745c57f7 FastIgnoreRule: include bad pattern in log message 3 years ago
  Matthias Sohn 927deed5a5 init: add config option to set default for the initial branch name 3 years ago
  Matthias Sohn cb8924a80d init: allow specifying the initial branch name for the new repository 3 years ago
  Matthias Sohn 64cb7148ac Fail clone if initial branch doesn't exist in remote repository 3 years ago
  wh a14455dfd7 dfs: handle short copies 3 years ago
  Matthias Sohn 3b94ba6c24 Fix boxing warnings 3 years ago
  Thomas Wolf 3774fcc848 GPG signature verification via BouncyCastle 3 years ago
  Tim Neumann 15a38e5b4f Post commit hook failure should not cause commit failure 4 years ago
  Matthias Sohn 935c8b752b Allow to define additional Hook classes outside JGit 3 years ago
  Matthias Sohn f17f8e8ba9 GitHook: use default charset for output and error streams 3 years ago
  Matthias Sohn 5b528474f5 GitHook: use generic OutputStream instead of PrintStream 3 years ago
  Nasser Grainawi efb154fc24 Rename PackFile to Pack 3 years ago
  Marija Savtchouk 1b9911d9ae Allow dir/file conflicts in virtual base commit on recursive merge. 3 years ago
  Matthias Sohn 686565f416 GitHook: make fields outputStream and errorStream private 3 years ago