64 Commits (stable-4.8)

Autor SHA1 Mensaje Fecha
  Dave Borowitz 4c3e274588 Support creating Mergers without a Repository hace 7 años
  Dave Borowitz edb6593ef0 ResolveMergerTest: Add tests for content merges hace 7 años
  KB Sriram 4a985f5aa8 Make diff locations more consistent hace 7 años
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments hace 7 años
  David Pursehouse a45cfee7a3 Organize imports hace 7 años
  Masaya Suzuki edd8ad4d04 Use FS#lastModified instead of File#lastModified hace 7 años
  Shawn Pearce 591e39bf9d Revert "Fix warnings about unchecked conversion of MergeResult" hace 8 años
  David Pursehouse 979fa19110 Fix warnings about unchecked conversion of MergeResult hace 8 años
  David Pursehouse 3adea9ac7f RecursiveMergerTest: Open TreeWalk and BufferedReader in try-with-resource hace 8 años
  David Pursehouse 8074f50b58 ResolveMergerTest: Open Git in try-with-resource hace 8 años
  David Pursehouse d882bf8c4d SquashMessageFormatterTest: Open git in try-with-resource hace 8 años
  Jonathan Nieder 5be4814e38 Repository: Introduce exactRef and findRef, deprecate getRef hace 9 años
  Christian Halstrick 1196dd0643 Fix ResolveMerger when files should be replaced by folders hace 9 años
  Matthias Sohn 1cd2a0697d Access static member LocalDiskRepositoryTestCase.CONTENT directly hace 9 años
  André de Oliveira 3cd7d0d85a Do not add a newline at the end if neither merged side had one hace 9 años
  Christian Halstrick 2bd3556e7e Fix RecursiveMerger in case of multiple, independent base commits hace 9 años
  Jonathan Nieder 5967b65838 Revert "CommitBuilder should check for duplicate parents" hace 9 años
  Christian Halstrick 6bc48cdc62 CommitBuilder should check for duplicate parents hace 12 años
  Christian Halstrick 3b031fe3dc RecursiveMerger should not fail on content-merge conflicts of parents hace 10 años
  Christian Halstrick 0c4553d28a Fix RecursiveMerger's internal use of merge to find a merge base hace 10 años
  Robin Rosenberg fd62a45649 Fix merge/cherry-picking in CRLF mode hace 10 años
  Robin Rosenberg ff83f54d29 Failing to delete a directory with untracked content is actually ok hace 10 años
  Shawn Pearce d54d19740a Move SampleDataRepositoryTestCase to org.eclipse.jgit.test hace 10 años
  Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage hace 11 años
  Robin Rosenberg 3cd089f04c A folder does not constitute a dirty work tree hace 11 años
  George C. Young ab99b78ca0 Implement recursive merge strategy hace 11 años
  Robin Rosenberg 767be14f34 Move base test classes to the junit bundle for reuse for Java 7 tests hace 11 años
  Stefan Lay 215a74eceb Add conflicts message before footer hace 11 años
  Robin Rosenberg a57dd1c164 Declare essentially static methods as static hace 11 años
  Robin Stocker 54aceb1769 Pull up method for creating DirCacheEntry into RepositoryTestCase hace 11 años
  Christian Halstrick 37ab3ffdaf Refactor ResolveMergerTest to allow testing multiple strategies hace 11 años
  Robin Rosenberg 2531d939e4 Add the intended file to avoid breakage hace 11 años
  Robin Rosenberg 476e1d2ff1 cleanup: Prefer assertEquals over assertTrue(....equals(...)) hace 11 años
  Christian Halstrick 778fdfaec1 Again teach ResolveMerger to create more correct DirCacheEntry's hace 12 años
  Shawn Pearce 955b024995 Revert "Teach ResolveMerger to create more correct DirCacheEntry's" hace 12 años
  Markus Duft 3ea694c252 Teach ResolveMerger to create more correct DirCacheEntry's hace 12 años
  Robin Stocker 028434e4f5 Don't return success on failing paths in ResolveMerger hace 12 años
  Tomasz Zarna 2656ac1b5a Add "--squash" option to MergeCommand hace 12 años
  Robin Stocker 8456cb3f2b Adapt merge message to C Git for remote-tracking branch hace 12 años
  Christian Halstrick 0461ff4f0c Optimize MergeAlgorithm if ours or theirs is empty hace 13 años
  Robin Stocker 7546e3b4c5 Fix "into" part of merge message for HEAD hace 13 años
  Shawn O. Pearce ef822fe3cd Remove deprecated Repository.mapTree hace 13 años
  Robin Stocker b0245b548b Don't print "into HEAD" when merging refs/heads/master hace 13 años
  Robin Rosenberg b3e59bd9d6 Implement a revert command hace 13 años
  Robin Rosenberg d9e07a574a Convert all JGit unit tests to JUnit 4 hace 13 años
  Christian Halstrick 12a5c8d413 Change default diff algorithm to histogram and add tests hace 13 años
  Christian Halstrick 049827d708 Make diff algorithm configurable hace 13 años
  Robin Stocker 6290ca3a63 Format merge commit messages like C Git hace 13 años
  Christian Halstrick 99771f04bc Fixed merge algorithm regarding adjacent modifications hace 13 años
  Christian Halstrick e8642b538c Cleaned up MergeAlgorithmTest hace 13 años