1217 Commits (7b60a5ddaf9a8581aa4219721bb73b702902582f)

Author SHA1 Message Date
  Julian Ruppel 7b60a5ddaf Support commit.template config property 3 years ago
  Fabio Ponciroli 6976a30f44 searchForReuse might impact performance in large repositories 3 years ago
  Antonio Barone 24d6d60538 Retry loose object read upon "Stale file handle" exception 3 years ago
  andrewxian2000 1ae7e08bca Fix garbage collection failing to delete pack file 3 years ago
  Matthias Sohn c2f9acdc32 [errorprone] Make operator precedence explicit in OpenSshConfigFile 3 years ago
  Demetr Starshov f6b9b392e7 Fixing visibility for HostEntry constructors. 3 years ago
  Matthias Sohn a14bc9bb69 Clarify operator precedence to fix errorprone error 3 years ago
  Thomas Wolf 10ac449911 ApplyCommand: support binary patches 3 years ago
  Thomas Wolf 0fe794a433 ApplyCommand: add a stream to apply a delta patch 3 years ago
  Thomas Wolf 2eb54afe6a ApplyCommand: add streams to read/write binary patch hunks 3 years ago
  Thomas Wolf 501fc0dadd ApplyCommand: add a base-85 codec 3 years ago
  Kaushik Lingarkar 303dd019d1 Optimize RefDirectory.isNameConflicting() 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 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
  Thomas Wolf a9579ba60c LockFile: create OutputStream only when needed 3 years ago
  Thomas Wolf 1de2a9fbe7 ssh config: do environment variable replacement 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 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 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
  Nasser Grainawi efb154fc24 Rename PackFile to Pack 3 years ago
  Lars Vogel 3259a96021 Field updateHead can be a local variable in RefDirectoryRename 3 years ago
  Matthias Sohn 58f2e23fde Fix FileRepository#convertToReftable which failed if no reflog existed 3 years ago
  Terry Parker dbd05433ec Move reachability checker generation into the ObjectReader object 3 years ago
  Gal Paikin a6b90b7ec5 Add getsRefsByPrefixWithSkips (excluding prefixes) to ReftableDatabase 3 years ago
  Terry Parker b79882586d Wrap the Files.list returned Stream in a try-with-resources block 3 years ago
  Gal Paikin 68b95afc70 Add seekPastPrefix method to RefCursor 3 years ago
  Han-Wen Nienhuys b832b068d2 reftable: add random suffix to table names 3 years ago
  Thomas Wolf 58f4e6e7f8 TransportHttp: support preemptive Basic authentication 3 years ago
  Thomas Wolf 471ad49546 TransportHttp: shared SSLContext during fetch or push 3 years ago
  Thomas Wolf 224aaa0be7 TransportHttp: make the connection factory configurable 3 years ago