228 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 cb553e3583 IndexDiffFilter: handle path prefixes correctly 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 9be93b7991 Remove redundant "static" qualifier from enum declarations 4 years ago
  David Pursehouse 4cc13297cc ErrorProne: Enable and fix UnusedException check 4 years ago
  Patrick Hiesel 6185db3d77 Replace usage of ArrayIndexOutOfBoundsException in treewalk 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 e80a62e226 Add missing @since tag on FileTreeIterator#getLastModifiedInstant 4 years ago
  David Pursehouse 72ae089206 Fix NarrowingCompoundAssignment warnings from Error Prone 5 years ago
  Matthias Sohn 95e8264cc8 Use Instant instead of milliseconds for filesystem timestamp handling 5 years ago
  David Pursehouse f18b5010fc Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 5 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
  Carsten Hammer 6e03645ad8 Use jdk 5 for loop 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 fbf6ce65ba Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 5 years ago
  Markus Duft 303adeb8bf Fix replacement quoting for replaceAll in filter command 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
  Matthias Sohn 164b3e9699 Remove deprecated TreeWalk#getEolStreamType 6 years ago
  Matthias Sohn 4772569036 Remove deprecated FileTreeIterator(WorkingTreeIterator, File, FS) 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
  Markus Duft 94bcde663c LFS: Add remote download to SmudgeFilter 7 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 2464fa440f Fix remaining javadoc errors raised by doclint 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
  David Pursehouse 2a15a63005 TreeWalk: Fix indentation 6 years ago
  Dave Borowitz cf9662cdfe Eliminate SectionParser construction boilerplate 6 years ago