257 次程式碼提交 (master)

作者 SHA1 備註 提交日期
  Matthias Sohn cc07a471dc Add TemporaryBuffer.toString(int limit) 3 年之前
  Thomas Wolf 5b1a6e0e38 Fix NPE in DirCacheCheckout 3 年之前
  Tudor Matrescu aa3a1ecd13 Added check for null on DirCacheEntry in checkoutEntry method 3 年之前
  Thomas Wolf e84881ea6b Allow to resolve a conflict by checking out a file 3 年之前
  Matthias Sohn 50e81a52c0 [errorprone] DirCacheEntry: make clear operator precedence 3 年之前
  Matthias Sohn 04622016ea [errorprone] Declare DirCache#version final 3 年之前
  Thomas Wolf e9cb0a8e47 DirCache: support index V4 3 年之前
  Nail Samatov f30e48914e Fix error occurring during checkout 4 年之前
  David Pursehouse 14a157dff6 Make Logger instances final 4 年之前
  Andre Bossert eca34be43c Extract method refactoring in class DirCacheCheckout 4 年之前
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format 4 年之前
  Thomas Wolf e8c3619063 DirCacheCheckout: don't use deprecated method 4 年之前
  Thomas Wolf 64f2407f19 WorkingTreeModifiedEvent: must be fired explicitly after merge 4 年之前
  David Pursehouse 98cdca9b5a Enable and fix "Statement unnecessarily nested within else clause" warnings 4 年之前
  Matthias Sohn c130e5e708 Avoid sign extension when comparing mtime with Instant#getEpochSecond 4 年之前
  Michael Keppler 6cb21049d7 Fix deprecation in DirCache caused by Instant based DirCacheEntry 4 年之前
  David Pursehouse 72ae089206 Fix NarrowingCompoundAssignment warnings from Error Prone 5 年之前
  Matthias Sohn d8d9427277 Use Instant for smudge time in DirCache and DirCacheEntry 4 年之前
  Matthias Sohn 95e8264cc8 Use Instant instead of milliseconds for filesystem timestamp handling 4 年之前
  René Scheibe 8f9697b4c1 Fix "reset -hard" bug that folders could not be deleted 5 年之前
  René Scheibe b4edf9ec14 Fix "reset -hard" bug that folders could not be created 5 年之前
  Carsten Hammer 84fc5c908d Convert to lambda or member reference 5 年之前
  Carsten Hammer 6a4c77e619 Use isEmpty() instead of size()==0 where possible 5 年之前
  Carsten Hammer c0268f899e Join catch sections using multicatch 5 年之前
  Christian Halstrick e406d500de Fix "jgit checkout -f" to overwrite dirty worktree files 6 年之前
  Christian Halstrick 530812d936 Fix detection of "initial checkout" 5 年之前
  Ned Twigg d056a54384 CheckoutCommand: force flag now allows overwrite 5 年之前
  Matthias Sohn f19625a1b8 SpotBugs: don't rely on default encoding 5 年之前
  David Pursehouse 30c6c75421 Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 5 年之前
  Michael Keppler 2fc00af44e refactor: simplify collection.toArray() 5 年之前
  Thomas Wolf 4027c5c9ff Fix ResolveMerger: rebase with autocrlf=true, direct checkout 5 年之前
  Han-Wen Nienhuys f3ec7cf3f0 Remove further unnecessary 'final' keywords 6 年之前
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 6 年之前
  Matthias Sohn e9e150fdd2 Store in IndexChangedEvent if it was caused by JGit itself 6 年之前
  David Pursehouse e5ba2c9bda DirCache: Use constant from StandardCharsets 6 年之前
  David Pursehouse 7bd2a4a7c6 DirCache: Suppress resource warning related to TemporaryBuffer 6 年之前
  David Pursehouse 3e1066d0a4 Add SilentFileInputStream to allow ignoring exceptions raised by close() 6 年之前
  David Pursehouse da63121b0d DirCacheIterator: Open InputStream in try-with-resource 6 年之前
  David Pursehouse 60b43c03e2 Add ConfigConstants.CONFIG_SECTION_LFS 6 年之前
  Markus Duft c0103bc59d LFS: Enable LFS support for the CLI, better error handling 6 年之前
  David Turner be2a8ed63b Basic submodule merge handling 6 年之前
  Markus Duft 1c43af8b97 Progress reporting for checkout 6 年之前
  Matthias Sohn c281692c06 Fix javadoc in org.eclipse.jgit dircache package 6 年之前
  David Pursehouse 2f0a880bd6 DirCacheCheckout#processEntry: Fix typo in javadoc 6 年之前
  Stephen Lawson e3f19a5298 Performance improvement on writing a large index 6 年之前
  David Pursehouse 6ec5d8ddb1 TreeWalk: Make getEolStreamType(OperationType) public 6 年之前
  Thomas Wolf b13a285098 Send a detailed event on working tree modifications 7 年之前
  Christian Halstrick 501af12c19 Checkout should not use too long filenames 7 年之前
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments 7 年之前
  David Pursehouse 7ac182f4e4 Enable and fix 'Should be tagged with @Override' warning 7 年之前