801 Commits (67edd3eda77fb98673065501a2cf7c9d39db668c)

Author SHA1 Message Date
Marc Strapetz 67edd3eda7 RevWalk support for shallow clones 12 years ago
Dariusz Luksza 8eb4d92637 Add support for rebase interactive 'edit' command 12 years ago
Dariusz Luksza 84fb2b59d1 Add support for rebase interactive 'reword' command 12 years ago
Matthias Sohn 9051af3c4d Add GarbageCollectCommand to porcelain API 12 years ago
Mikael Karlsson fa5231191d Add support for pull with --rebase and --no-rebase 12 years ago
Markus Duft f64237d5ff Adapt Status and CleanCommand to support cleaning directories 12 years ago
Robin Stocker cdaded26b0 CheckoutCommand: Support checking out ours and theirs 12 years ago
Robin Rosenberg 57333a8e93 Harmonize the JDT settings within JGit 12 years ago
Robin Stocker a2e691351f DirCacheEditor: Apply PathEdit for each stage 12 years ago
Robin Stocker 0f88d7b72f CommitCommand: Ensure unmerged paths are added correctly with setOnly 12 years ago
Tomasz Zarna 908d219dbd Add ReflogCommandTest#testAmendReflog 12 years ago
Robin Stocker de2455af67 ResetCommand: Use DirCacheBuilder in resetIndex 12 years ago
Robin Stocker 3f1d56d6b7 ResetCommand: Correctly reset unmerged paths in resetIndexForPaths 12 years ago
Robin Stocker 54aceb1769 Pull up method for creating DirCacheEntry into RepositoryTestCase 12 years ago
Robin Rosenberg 81fa566295 Suppress resource warnings with Java 7 12 years ago
Robin Rosenberg 243e14d051 Add a check in fstick that the reference file exists 12 years ago
Christian Halstrick 37ab3ffdaf Refactor ResolveMergerTest to allow testing multiple strategies 12 years ago
Robin Stocker ad52ec5207 StashCreateCommand: Abort in case of unmerged paths 12 years ago
Robin Stocker 6dadc801bd Don't allow null name or e-mail in PersonIdent 12 years ago
Robin Stocker 79f33419ec CommitCommand: Use original author on amend if author is not set 12 years ago
Robin Stocker c96b40d592 CommitCommand: Don't allow amending on initial commit 12 years ago
Robin Rosenberg 45edb41a9e Fix for Iff768422c, use offset 0 when going back to work tree iterator 12 years ago
Robin Rosenberg 046a497d77 Fix unstable test 12 years ago
Matthias Sohn 5aac542f65 Remove unused import introduced with 8f706db5 12 years ago
Robin Stocker 9ea38173cc Provide a convenient read() in RepositoryTestCase 12 years ago
Robin Rosenberg 2531d939e4 Add the intended file to avoid breakage 12 years ago
Marc Strapetz 8f706db56a FileBasedConfig supports UTF-8 byte order marker 12 years ago
Robin Rosenberg 68a91801d7 Comment an empty block which is ok 12 years ago
Robin Rosenberg 094df5a916 Allow @ in branch names and tighten syntax checking 12 years ago
Robin Stocker ac805874f7 Refuse to checkout unmerged paths from index 12 years ago
Robin Rosenberg c3f1fac03f Suppress boxing warnings where we know they are ok 12 years ago
Sasa Zivkov 87346556d3 Fixed instability in some GC tests. 12 years ago
Matthias Sohn 4b3c0f8aba Prepare 2.2.0 builds 12 years ago
Matthias Sohn 54c4eb69ac Prepare for 2.1 maintenance changes 12 years ago
Matthias Sohn c466bc2ddf JGit v2.1.0.201209190230-r 12 years ago
Dave Borowitz 70ae16d708 Fix resolving expression with ~ and ^ than extends beyond history 12 years ago
Robin Rosenberg e0a3091af7 Introduce "never" as parseable date 12 years ago
Christian Halstrick 84e171fbab Introduce ParseExceptions for GitDateParser 12 years ago
Sasa Zivkov a551493240 Additional unit tests for the GC 12 years ago
Robin Rosenberg d92287bcc2 Use assertEquals instead of == for literal primitives 12 years ago
Robin Rosenberg a7b0641b96 Use assertTrue/False instead of equals with boolean literals 12 years ago
Robin Rosenberg cd23b214bf cleanup: use assertArrayEquals for assertion on arrays 12 years ago
Robin Rosenberg 476e1d2ff1 cleanup: Prefer assertEquals over assertTrue(....equals(...)) 12 years ago
Robin Stocker 11533f5d1d Add tests for more coverage of CheckoutCommand 12 years ago
Robin Stocker 51c20b27ac DirCacheCheckout: Fix handling of files not in index 12 years ago
Robin Rosenberg 0a9e010e14 Create an input stream that transforms LF to CRLF 12 years ago
Christian Halstrick abd60101b6 Implement a parser for dates 12 years ago
Robin Rosenberg c4bc9c709a The Git API's only likes /, not \ in paths 12 years ago
Robin Rosenberg f72b26f2d3 Skip a test that cannot be verified on Windows 12 years ago
Christian Halstrick 252727c4fc Support branches with name 'config' 12 years ago