1486 Commits (767d5f4e59fc9901d5348154c78db5d90a04bfca)

Author SHA1 Message Date
Marc Strapetz 6a05904e53 Extend DirCache test case to check "intent to add" flag. 14 years ago
Marc Strapetz 253b36d27a Partial support for index file format "3". 14 years ago
Shawn O. Pearce 7d7365548a Add test for RawParseUtils.formatBase10 14 years ago
Christian Halstrick 0c017188b4 Improve MergeAlgorithm to produce smaller conflicts 14 years ago
Christian Halstrick 45e79a526c Added merge strategy RESOLVE 14 years ago
Matthias Sohn fb1c7b136f Wait for JIT optimization before measuring diff performance 14 years ago
Shawn O. Pearce e6bd689d2c Improve LargeObjectException reporting 14 years ago
Christian Halstrick 0bdf73db7f Add one more test to ReadTreeTest 14 years ago
Robin Rosenberg 236899204a Revert "Hide Maven target directories from Eclipse" 14 years ago
Chris Aniszczyk f54e883566 Add TagCommand 14 years ago
Christian Halstrick 2059ed205e Implement a Dircache checkout (needed for merge) 14 years ago
Matthias Sohn c869f187b7 Increase heap size for jgit tests 14 years ago
Chris Aniszczyk d1edd00f56 Run formatter on edited lines via save action 14 years ago
Chris Aniszczyk a005986ce7 Use JUnit4 for tests 14 years ago
Marc Strapetz 80c622c49c Fix parsing of multiple authors in PersonIdent. 14 years ago
Shawn O. Pearce 6517a7c923 Increase temporary buffer for unit test 14 years ago
Shawn O. Pearce dbd2d7c83b Support parsing commit:path style blob references 14 years ago
Shawn O. Pearce 8da17c5046 Support parsing git describe style output 14 years ago
Shawn O. Pearce c59e3a493b Rename T0008_testparserev to RepositoryResolveTest 14 years ago
Shawn O. Pearce 401d3b2cc1 Throw AmbiguousObjectException during resolve if its ambiguous 14 years ago
Shawn O. Pearce 2292655e9e Add brute force byte array loading to ObjectLoader 14 years ago
Shawn O. Pearce 1c3f3fdbd2 Fix ObjectDirectory abbreviation resolution to notice new packs 14 years ago
Shawn O. Pearce a5c18fcfc7 Fully implement SHA-1 abbreviations 14 years ago
Shawn O. Pearce 32466c33ba Delete deprecated ObjectWriter 14 years ago
Shawn O. Pearce 6df5d3397c Move commit and tag formatting to CommitBuilder, TagBuilder 14 years ago
Shawn O. Pearce 22b285695a Rename Commit, Tag to CommitBuilder, TagBuilder 14 years ago
Marc Strapetz e2e38792b5 Perform automatic CRLF to LF conversion during WorkingTreeIterator 14 years ago
Shawn O. Pearce 540df6c9fe Add a public RevTag.parse() method 14 years ago
Shawn O. Pearce b205597b91 Add a public RevCommit.parse() method 14 years ago
Shawn O. Pearce 707912b35d Make Tag class only for writing 14 years ago
Shawn O. Pearce b46b635c03 Make Commit class only for writing 14 years ago
Christian Halstrick 9ac29d0e91 Fix ReadTreeTests to not rely on cached index 14 years ago
Shawn O. Pearce d0043e5d31 Remove unnecessary ObjectId.copy() calls 14 years ago
Mathias Kinzler b7388637d8 Fix missing Configuration Change eventing 14 years ago
Chris Aniszczyk 6c9d82b4ce Remove getter and setter for author in Tag 14 years ago
Christian Halstrick 07a1d17858 Add blob-data to utility method indexState() 14 years ago
Christian Halstrick e02b68a8b7 added resetIndex() to RepositoryTestCase 14 years ago
Matthias Sohn 11c5c9f73b Set default file encoding used for JGit tests to UTF-8 14 years ago
Matthias Sohn 2d3a806271 Backout RevObject's object-identity based equals implementation 14 years ago
Robin Rosenberg db4c516f67 Hide Maven target directories from Eclipse 14 years ago
Shawn O. Pearce e2f5716c94 Fix ArrayIndexOutOfBounds on non-square exact rename matrix 14 years ago
Stefan Lay 4b464ed458 Allow to replace existing Change-Id 14 years ago
Shawn O. Pearce 60c5939b23 Rename getOldName,getNewName to getOldPath,getNewPath 14 years ago
Jeff Schumacher e64cb03065 Fixed bug in scoring mechanism for rename detection 14 years ago
Jens Baumgart 3ba1c7c068 Add gitignore support to IndexDiff and use TreeWalk 14 years ago
Stefan Lay ab57af08e8 Add "all" parameter to the commit Command 14 years ago
Stefan Lay fa7d9ac5b8 Add the parameter "update" to the Add command 14 years ago
Christian Halstrick 7bbe203578 add fsTick() to RepositoryTestCase 14 years ago
Christian Halstrick 9a008d68b5 add more control to indexState() return-value 14 years ago
Stefan Lay d9ceaa2f1e Fixed FileTreeIteratorWithTimeControl 14 years ago