89 Commits (3cea3676c75127dd720ea4c0b86d92ed040f7fa7)

Author SHA1 Message Date
  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
  David Pursehouse 6d0168a414 Make inner classes static where possible 5 years ago
  David Pursehouse d7f4e6d1a1 MergerTest: Open TestRepository in try-with-resource 5 years ago
  Mincong HUANG d09388e156 Avoid double words 5 years ago
  David Pursehouse b65a310abc MergeFormatter{Pass}: Use Charset instead of String 5 years ago
  David Pursehouse fbf6ce65ba Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 5 years ago
  David Pursehouse ee40efcea4 Make inner classes static where possible 5 years ago
  David Pursehouse 30c6c75421 Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 5 years ago
  David Pursehouse a3cb474c94 Specify charset when constructing InputStreamReader 5 years ago
  Thomas Wolf 4027c5c9ff Fix ResolveMerger: rebase with autocrlf=true, direct checkout 5 years ago
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 6 years ago
  David Pursehouse 7960b4e09f Rename RecursiveMergerTest and ResolveMergerTest to reduce confusion 6 years ago
  David Pursehouse 6d3a29d25f ResolveMergerTest: Use @DataPoints instead of @DataPoint 6 years ago
  David Pursehouse 5c70be0085 Open auto-closeable resources in try-with-resource 6 years ago
  David Pursehouse f07b60239c Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 6 years ago
  David Pursehouse ca7d3e2734 RecursiveMergerTest: Open FileOutputStream in try-with-resource 6 years ago
  David Turner be2a8ed63b Basic submodule merge handling 6 years ago
  Thomas Wolf 9ac415aa95 Fix index blob for merges with CRLF translations 6 years ago
  Thomas Wolf fc7d407d0b Honor CRLF settings when writing merge results 6 years ago
  David Pursehouse 171f84a041 Use constants from StandardCharsets instead of hard-coded strings 6 years ago
  Han-Wen Nienhuys ced658c445 Avoid loading and merging binary data in ResolveMerger 6 years ago
  Dave Borowitz 4c3e274588 Support creating Mergers without a Repository 7 years ago
  Dave Borowitz edb6593ef0 ResolveMergerTest: Add tests for content merges 7 years ago
  KB Sriram 4a985f5aa8 Make diff locations more consistent 7 years ago
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments 7 years ago
  David Pursehouse a45cfee7a3 Organize imports 7 years ago
  Masaya Suzuki edd8ad4d04 Use FS#lastModified instead of File#lastModified 7 years ago
  Shawn Pearce 591e39bf9d Revert "Fix warnings about unchecked conversion of MergeResult" 8 years ago
  David Pursehouse 979fa19110 Fix warnings about unchecked conversion of MergeResult 8 years ago
  David Pursehouse 3adea9ac7f RecursiveMergerTest: Open TreeWalk and BufferedReader in try-with-resource 8 years ago
  David Pursehouse 8074f50b58 ResolveMergerTest: Open Git in try-with-resource 8 years ago
  David Pursehouse d882bf8c4d SquashMessageFormatterTest: Open git in try-with-resource 8 years ago
  Jonathan Nieder 5be4814e38 Repository: Introduce exactRef and findRef, deprecate getRef 9 years ago
  Christian Halstrick 1196dd0643 Fix ResolveMerger when files should be replaced by folders 9 years ago
  Matthias Sohn 1cd2a0697d Access static member LocalDiskRepositoryTestCase.CONTENT directly 9 years ago
  André de Oliveira 3cd7d0d85a Do not add a newline at the end if neither merged side had one 9 years ago
  Christian Halstrick 2bd3556e7e Fix RecursiveMerger in case of multiple, independent base commits 9 years ago
  Jonathan Nieder 5967b65838 Revert "CommitBuilder should check for duplicate parents" 9 years ago
  Christian Halstrick 6bc48cdc62 CommitBuilder should check for duplicate parents 12 years ago
  Christian Halstrick 3b031fe3dc RecursiveMerger should not fail on content-merge conflicts of parents 10 years ago
  Christian Halstrick 0c4553d28a Fix RecursiveMerger's internal use of merge to find a merge base 10 years ago
  Robin Rosenberg fd62a45649 Fix merge/cherry-picking in CRLF mode 10 years ago
  Robin Rosenberg ff83f54d29 Failing to delete a directory with untracked content is actually ok 10 years ago
  Shawn Pearce d54d19740a Move SampleDataRepositoryTestCase to org.eclipse.jgit.test 10 years ago
  Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage 11 years ago
  Robin Rosenberg 3cd089f04c A folder does not constitute a dirty work tree 11 years ago
  George C. Young ab99b78ca0 Implement recursive merge strategy 11 years ago
  Robin Rosenberg 767be14f34 Move base test classes to the junit bundle for reuse for Java 7 tests 11 years ago