118 コミット (cc07a471dcd83740d4a8efc4a5323d83eb60d2fb)

作成者 SHA1 メッセージ 日付
  Matthias Sohn cc07a471dc Add TemporaryBuffer.toString(int limit) 3年前
  Thomas Wolf 29697d86c5 IgnoreNode: include path to file for invalid .gitignore patterns 3年前
  Terry Parker b79882586d Wrap the Files.list returned Stream in a try-with-resources block 3年前
  Matthias Sohn 90b046e7ab [spotbugs] Fix potential NPE in WorkingTreeIterator#isModified 3年前
  Thomas Wolf 6f41458d8a Add TypedConfigGetter.getPath() 3年前
  Thomas Wolf 5332723729 DiffFormatter: correctly deal with tracked files in ignored folders 4年前
  Thomas Wolf 24f82b533a Handle non-normalized index also for executable files 4年前
  David Pursehouse 064834d350 Reorder modifiers to follow Java Language Specification 4年前
  David Pursehouse 4cc13297cc ErrorProne: Enable and fix UnusedException check 4年前
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format 4年前
  David Pursehouse 98cdca9b5a Enable and fix "Statement unnecessarily nested within else clause" warnings 4年前
  Thomas Wolf e3f535cb15 WorkingTreeIterator: handle different timestamp resolutions 4年前
  Thomas Wolf 2e75fe6be1 Remove an old work-around for core.autocrlf = input 4年前
  Matthias Sohn 84ac86ee61 Fix WorkingTreeIterator.compareMetadata() for CheckStat.MINIMAL 4年前
  Matthias Sohn 95e8264cc8 Use Instant instead of milliseconds for filesystem timestamp handling 5年前
  Thomas Wolf 1cfcde4853 Handle missing "ours" stage in WorkingTreeIterator.hasCrLfInIndex() 5年前
  Carsten Hammer 84fc5c908d Convert to lambda or member reference 5年前
  Thomas Wolf 60cf85a4a3 Fix core.autocrlf for non-normalized index 5年前
  Thomas Wolf 4678f4b735 Fix IndexDiffs for git links 5年前
  David Pursehouse 30c6c75421 Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 5年前
  Thomas Wolf d7deda98d0 Skip ignored directories in FileTreeIterator 6年前
  Han-Wen Nienhuys f3ec7cf3f0 Remove further unnecessary 'final' keywords 6年前
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 6年前
  Thomas Wolf 4bfc6c2ae9 Significantly speed up FileTreeIterator on Windows 6年前
  David Pursehouse aa563091d5 WorkingTreeIterator#idSubmodule: Refactor to open Repository in try-with-resource 6年前
  David Pursehouse 5c70be0085 Open auto-closeable resources in try-with-resource 6年前
  Markus Duft a3f8edbf6a Cleanup stream usage WRT filters 6年前
  David Pursehouse c9e3921fbb Fix warnings about boxing/unboxing Boolean 6年前
  David Pursehouse e8c69fa5fd WorkingTreeIterator: Fix warnings about variable hiding 6年前
  David Pursehouse 6ea21b454c WorkingTreeIterator: Add NON-NLS suppressions 6年前
  Marc Strapetz 78420b7d0a Fix processing of gitignore negations 6年前
  David Turner be2a8ed63b Basic submodule merge handling 6年前
  Marc Strapetz 8779092716 WorkingTreeIterator should pass FS to submodules 6年前
  Matthias Sohn c4207c5fbe Fix javadoc in org.eclipse.jgit treewalk package 6年前
  David Pursehouse 6ec5d8ddb1 TreeWalk: Make getEolStreamType(OperationType) public 6年前
  Shawn Pearce 0f25f64d48 Switch to pure Java SHA1 for ObjectId 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年前
  Thomas Wolf 26832a00e4 Fix symlink content comparison on MacOS in tree walk 8年前
  Christian Halstrick bcb5a431a5 Add built-in LFS smudge filter for local case 8年前
  Christian Halstrick b5bec73715 Add support for built-in clean filters 8年前
  Christian Halstrick da9eef85e7 Don't check lastModified, length on folders for submodules 7年前
  Christian Halstrick ffa237e7db Fix computation of id in WorkingTreeIterator with autocrlf and smudging 8年前
  Preben Ingvaldsen 403f04d8dd Implement DIR_NO_GITLINKS 8年前
  Ivan Motsch b811e4399e Add EOL stream type detection to TreeWalk 8年前
  Shawn Pearce 1243e25aad Paths.pathCompare: Utility to sort paths from byte[] 8年前
  Christian Halstrick 5d9f595eb8 Add support for clean filters 8年前
  Christian Halstrick 6389948a81 Add an attribute accessor to CanonicalTreeParser and use it in Treewalk 8年前
  Arthur Daussy 12280c02db Adds the git attributes computation on the treewalk 9年前
  Andrey Loskutov 63bc1d862d Consider original file mode while checking parent ignore rules 9年前