118 Commits (cc07a471dcd83740d4a8efc4a5323d83eb60d2fb)

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