177 Commits (stable-3.1)

Author SHA1 Message Date
  Robin Rosenberg b83c269369 Make JGit test work with both hamcrest 1.1 (juno) and 1.3 (kepler) 11 years ago
  Robin Stocker 1080cc5a0d IndexDiff: Provide stage state for conflicting entries 11 years ago
  Shawn Pearce d01fe32795 Skip main thread test in ThreadSafeProgressMonitor 11 years ago
  Dave Borowitz 51d0e1f26e Fix Config.fromText to not skip a last line with no newline 11 years ago
  Robin Stocker 60d538fe51 Add getConflictingNames to RefDatabase 11 years ago
  Robin Rosenberg 767be14f34 Move base test classes to the junit bundle for reuse for Java 7 tests 11 years ago
  Tomasz Zarna 6a8da4c134 Add additional FastForwardMode enums for different config contexts 11 years ago
  Shawn Pearce 912ef3da19 Accept '-' instead of space in enum config values 11 years ago
  Shawn Pearce 50eab4aa48 Revert "Add additional FastForwardMode enums for different config contexts" 11 years ago
  Shawn Pearce 5630686655 Fix enum parsing from Config files 11 years ago
  Dave Borowitz 891a2d75e7 Peel tags during resolve of foo^ 11 years ago
  Tomasz Zarna 928286ad8f Return info about config subsection when trying to get an invalid enum 11 years ago
  Tomasz Zarna c98abc9c05 Add additional FastForwardMode enums for different config contexts 11 years ago
  Robin Rosenberg 5c49b93191 Ignore removed files with an assume-valid index entry 11 years ago
  Robin Rosenberg f71944ec76 Hide deprecation warnings in some test classes 11 years ago
  Robin Rosenberg a57dd1c164 Declare essentially static methods as static 11 years ago
  Robin Stocker 54aceb1769 Pull up method for creating DirCacheEntry into RepositoryTestCase 11 years ago
  Robin Rosenberg 243e14d051 Add a check in fstick that the reference file exists 11 years ago
  Robin Stocker ad52ec5207 StashCreateCommand: Abort in case of unmerged paths 11 years ago
  Robin Stocker 6dadc801bd Don't allow null name or e-mail in PersonIdent 11 years ago
  Robin Stocker 9ea38173cc Provide a convenient read() in RepositoryTestCase 11 years ago
  Robin Rosenberg 68a91801d7 Comment an empty block which is ok 11 years ago
  Robin Rosenberg 094df5a916 Allow @ in branch names and tighten syntax checking 11 years ago
  Robin Rosenberg c3f1fac03f Suppress boxing warnings where we know they are ok 11 years ago
  Dave Borowitz 70ae16d708 Fix resolving expression with ~ and ^ than extends beyond history 11 years ago
  Robin Rosenberg d92287bcc2 Use assertEquals instead of == for literal primitives 11 years ago
  Robin Rosenberg cd23b214bf cleanup: use assertArrayEquals for assertion on arrays 11 years ago
  Robin Rosenberg 476e1d2ff1 cleanup: Prefer assertEquals over assertTrue(....equals(...)) 11 years ago
  Robin Stocker 51c20b27ac DirCacheCheckout: Fix handling of files not in index 12 years ago
  Matthias Sohn 376a741d8f Teach BranchTrackingStatus to handle tracking of local branches 12 years ago
  Jevgeni Zelenkov 803debd7be Ensure a directory exists before trying to create/merge a file into it. 12 years ago
  Christian Halstrick 778fdfaec1 Again teach ResolveMerger to create more correct DirCacheEntry's 12 years ago
  Shawn Pearce 955b024995 Revert "Teach ResolveMerger to create more correct DirCacheEntry's" 12 years ago
  Robin Rosenberg c010c93694 Support [<ref>]@{upstream} revision syntax 12 years ago
  Robin Rosenberg 2a2362fbb3 Support parsing previous checkout as a revision expresion. 12 years ago
  Markus Duft 3ea694c252 Teach ResolveMerger to create more correct DirCacheEntry's 12 years ago
  Robin Rosenberg f82d1cb5c0 Allow a @ without branch in revision syntax 12 years ago
  Tomasz Zarna 8dc10b147d Fix boxing warnings in org.eclipse.jgit.lib.ConfigTest 12 years ago
  Tomasz Zarna 2656ac1b5a Add "--squash" option to MergeCommand 12 years ago
  Markus Duft f5b58d21a4 Add missing license header to modification times test. 12 years ago
  Markus Duft 8672c43ae3 Make DirCacheCheckout update timestamps in the index. 12 years ago
  Robin Rosenberg 4e1454ded6 Git API does not declare GitAPIException call() and related cleanups 12 years ago
  Robin Rosenberg 42d7565ba9 Validate paths during DirCheckout 12 years ago
  Shawn O. Pearce c0b1443926 Index config section and subsection names in one pass 12 years ago
  Robin Rosenberg 95d311f888 Move JGitText to an internal package 12 years ago
  Tomasz Zarna 90d002c15f Remove ambiguous CheckoutConflictException 12 years ago
  Christian Halstrick ed7b322186 Generate conflicts and index updates on file mode changes 12 years ago
  Dariusz Luksza b649eaa9a8 Move writeTrashFile and deleteFile into JGitTestUtil 12 years ago
  Robin Stocker 14cc47ea1a Add BranchTrackingStatus for getting remote tracking status 12 years ago
  Robin Stocker c0f4880e61 Add BranchConfig helper for access to branch config section 12 years ago