Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-11-12CommitCommand: Ensure unmerged paths are added correctly with setOnlyRobin Stocker1-0/+54
2012-11-01Add ReflogCommandTest#testAmendReflogTomasz Zarna1-0/+32
2012-11-01ResetCommand: Use DirCacheBuilder in resetIndexRobin Stocker1-0/+30
2012-11-01ResetCommand: Correctly reset unmerged paths in resetIndexForPathsRobin Stocker1-0/+32
2012-10-31Merge "Refactor ResolveMergerTest to allow testing multiple strategies"Chris Aniszczyk1-35/+67
2012-10-28Pull up method for creating DirCacheEntry into RepositoryTestCaseRobin Stocker6-139/+95
2012-10-25Suppress resource warnings with Java 7Robin Rosenberg7-17/+43
2012-10-25Merge "Add a check in fstick that the reference file exists"Shawn Pearce1-0/+2
2012-10-25Merge "Fix for Iff768422c, use offset 0 when going back to work tree iterator"Shawn Pearce1-0/+41
2012-10-25Add a check in fstick that the reference file existsRobin Rosenberg1-0/+2
2012-10-25Merge "Don't allow null name or e-mail in PersonIdent"Shawn Pearce1-0/+10
2012-10-25Refactor ResolveMergerTest to allow testing multiple strategiesChristian Halstrick1-35/+67
2012-10-22StashCreateCommand: Abort in case of unmerged pathsRobin Stocker2-0/+46
2012-10-13Don't allow null name or e-mail in PersonIdentRobin Stocker1-0/+10
2012-10-07CommitCommand: Use original author on amend if author is not setRobin Stocker1-0/+44
2012-10-07CommitCommand: Don't allow amending on initial commitRobin Stocker1-0/+7
2012-10-06Fix for Iff768422c, use offset 0 when going back to work tree iteratorRobin Rosenberg1-0/+41
2012-10-02Fix unstable testRobin Rosenberg1-1/+1
2012-09-25Remove unused import introduced with 8f706db5Matthias Sohn1-2/+2
2012-09-25Merge "Provide a convenient read() in RepositoryTestCase"Christian Halstrick1-0/+4
2012-09-25Merge "Add the intended file to avoid breakage"Christian Halstrick1-1/+1
2012-09-25Provide a convenient read() in RepositoryTestCaseRobin Stocker1-0/+4
2012-09-25Add the intended file to avoid breakageRobin Rosenberg1-1/+1
2012-09-24Merge "Allow @ in branch names and tighten syntax checking"Robin Rosenberg1-0/+53
2012-09-24Merge "FileBasedConfig supports UTF-8 byte order marker"Robin Rosenberg1-0/+162
2012-09-24FileBasedConfig supports UTF-8 byte order markerMarc Strapetz1-0/+162
2012-09-24Merge "Refuse to checkout unmerged paths from index"Christian Halstrick1-0/+21
2012-09-23Comment an empty block which is okRobin Rosenberg1-0/+1
2012-09-23Allow @ in branch names and tighten syntax checkingRobin Rosenberg1-0/+53
2012-09-23Refuse to checkout unmerged paths from indexRobin Stocker1-0/+21
2012-09-21Suppress boxing warnings where we know they are okRobin Rosenberg12-21/+37
2012-09-20Fixed instability in some GC tests.Sasa Zivkov1-11/+7
2012-09-19Merge branch 'stable-2.1'Matthias Sohn2-24/+111
2012-09-18Merge "Fix resolving expression with ~ and ^ than extends beyond history"Robin Rosenberg2-1/+386
2012-09-18Fix resolving expression with ~ and ^ than extends beyond historyDave Borowitz1-0/+23
2012-09-18Introduce "never" as parseable dateRobin Rosenberg1-0/+11
2012-09-17Introduce ParseExceptions for GitDateParserChristian Halstrick2-24/+100
2012-09-16Additional unit tests for the GCSasa Zivkov1-1/+363
2012-09-15Use assertEquals instead of == for literal primitivesRobin Rosenberg7-14/+13
2012-09-15Use assertTrue/False instead of equals with boolean literalsRobin Rosenberg4-62/+67
2012-09-03cleanup: use assertArrayEquals for assertion on arraysRobin Rosenberg10-45/+43
2012-09-03cleanup: Prefer assertEquals over assertTrue(....equals(...))Robin Rosenberg13-44/+43
2012-09-03Merge "Support branches with name 'config'"Christian Halstrick1-0/+13
2012-09-03Merge "Add tests for more coverage of CheckoutCommand"Matthias Sohn1-0/+65
2012-09-03Add tests for more coverage of CheckoutCommandRobin Stocker1-0/+65
2012-09-01DirCacheCheckout: Fix handling of files not in indexRobin Stocker2-9/+38
2012-09-01Create an input stream that transforms LF to CRLFRobin Rosenberg1-0/+122
2012-08-28Implement a parser for datesChristian Halstrick1-0/+228
2012-08-21Merge changes I98df46ce,Ifb815a12,I051a1724Robin Rosenberg2-5/+91
2012-08-21Merge changes I4f73487b,I1d1ed122Matthias Sohn2-1/+3

Back to the top