2396 コミット (d46af8c69d598b63301900758e49b6b260168c16)

作成者 SHA1 メッセージ 日付
  Fabio Ponciroli 6976a30f44 searchForReuse might impact performance in large repositories 3年前
  Antonio Barone 24d6d60538 Retry loose object read upon "Stale file handle" exception 3年前
  Thomas Wolf fc57689774 Fix PathSuffixFilter: can decide only on full paths 3年前
  Ronald Bhuleskar 64d0aaa2b6 Teach independent negotiation (no pack file) using an option "wait-for-done" 3年前
  Youssef Elghareeb 1788b72d1a Skip detecting content renames for binary files 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 294a99af25 BatchRefUpdateTest: Accurately assert RefsChangedEvent(s) fired 3年前
  Thomas Wolf d2846cc8b2 ApplyCommand: convert to git internal format before applying patch 3年前
  Thomas Wolf 0038627226 LockFile: create OutputStream only when needed 3年前
  Thomas Wolf a9579ba60c LockFile: create OutputStream only when needed 3年前
  Thomas Wolf 8210f29fe4 Implement ours/theirs content conflict resolution 3年前
  Thomas Wolf fd03e40256 Fix typo in test method name 3年前
  Marija Savtchouk 7ceb61494b Allow file mode conflicts in virtual base commit on recursive merge. 3年前
  Adithya Chakilam 0bd2f4bf77 Introduce getMergedInto(RevCommit commit, Collection<Ref> refs) 3年前
  Youssef Elghareeb 4a78d911c5 Skip detecting content renames for large files 3年前
  Nasser Grainawi 2a6b2eddcf PackFile: Add id + ext based constructors 3年前
  Martin Fick 6167641834 Restore preserved packs during missing object seeks 3年前
  Nasser Grainawi 7fbff35887 Pack: Replace extensions bitset with bitmapIdx PackFile 3年前
  Nasser Grainawi 971dafd302 Create a PackFile class for Pack filenames 3年前
  Thomas Wolf 40d6eda3f1 HTTP: cookie file stores expiration in seconds 3年前
  Matthias Sohn 927deed5a5 init: add config option to set default for the initial branch name 3年前
  Matthias Sohn cb8924a80d init: allow specifying the initial branch name for the new repository 3年前
  Matthias Sohn 3b94ba6c24 Fix boxing warnings 3年前
  Nasser Grainawi efb154fc24 Rename PackFile to Pack 3年前
  Marija Savtchouk 1b9911d9ae Allow dir/file conflicts in virtual base commit on recursive merge. 3年前
  Adithya Chakilam c7685003d8 Fix DateRevQueue tie breaks with more than 2 elements 3年前
  Thomas Wolf 91ddc0e284 IO: fix IO.readFully(InputStream, byte[], int) 3年前
  Terry Parker dbd05433ec Move reachability checker generation into the ObjectReader object 3年前
  Youssef Elghareeb 6f82690aaf Add the "compression-level" option to all ArchiveCommand formats 3年前
  Gal Paikin a6b90b7ec5 Add getsRefsByPrefixWithSkips (excluding prefixes) to ReftableDatabase 3年前
  Gal Paikin 68b95afc70 Add seekPastPrefix method to RefCursor 3年前
  Thomas Wolf 84dbc2d431 TemporaryBuffer: fix toByteArray(limit) 3年前
  Thomas Wolf dd3846513b Tag message must not include the signature 3年前
  Thomas Wolf 0853a2410f Client-side protocol V2 support for fetching 3年前
  Thomas Wolf 5b1a6e0e38 Fix NPE in DirCacheCheckout 3年前
  Matthias Sohn 1ed6353962 [spotbugs] Fix potential NPE in PackFileSnapshotTest 3年前
  Matthias Sohn cc7a1891ee [spotbugs] Fix potential NPEs in FileReftableStackTest 3年前
  Matthias Sohn b1d8e8642f [spotbugs] Fix potential NPE in FileBasedConfigTest 3年前
  Matthias Sohn 3705ac5839 [spotbugs] Fix potential NPE in GcPruneNonReferencedTest 3年前
  Han-Wen Nienhuys 7386f73bb0 Remove reftree and ketch 4年前
  Thomas Wolf e3ac56e2d0 TagCommand: propagate NO_CHANGE information 3年前
  Thomas Wolf 29e1270768 TagCommand: make -f work with lightweight tags for NO_CHANGE 3年前
  Thomas Wolf 41b9159795 TagCommand: support signing annotated tags 3年前