58 Commits (bf388c2e32d2e6c1117573383f01632e1da84bf5)

Author SHA1 Message Date
Robin Rosenberg dd3181603e Extend the FS class for Java7 12 years ago
Matthias Sohn d35586a431 Don't use internal type FileRepository in public API 12 years ago
Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage 12 years ago
Robin Rosenberg 767be14f34 Move base test classes to the junit bundle for reuse for Java 7 tests 12 years ago
Colby Ranger 82ecfb3e31 Remove packIndex field from FileObjDatabase openPack method. 12 years ago
Robin Rosenberg a57dd1c164 Declare essentially static methods as static 12 years ago
Robin Stocker 9ea38173cc Provide a convenient read() in RepositoryTestCase 12 years ago
Robin Rosenberg c3f1fac03f Suppress boxing warnings where we know they are ok 12 years ago
Sasa Zivkov a551493240 Additional unit tests for the GC 12 years ago
Jevgeni Zelenkov 803debd7be Ensure a directory exists before trying to create/merge a file into it. 13 years ago
Dave Borowitz 9346f1cc94 Add a CommitBuilder method to edit arbitrary DirCacheEntrys 13 years ago
Robin Rosenberg e251355897 Get rid of warnings about empty statments 13 years ago
Robin Rosenberg 42d7565ba9 Validate paths during DirCheckout 13 years ago
Daniel Megert 709cd52958 Let the date formatter pick the locale. 13 years ago
Dariusz Luksza b649eaa9a8 Move writeTrashFile and deleteFile into JGitTestUtil 13 years ago
Robin Rosenberg e875c905d3 Make sure all bytes are written to files on close, or get an error. 13 years ago
Robin Rosenberg dfcb43eff1 Add methods for configuring platform emulation 13 years ago
Robin Rosenberg 3a4fa52723 Add locale to the properties manageable by SystemReader 13 years ago
Robin Rosenberg 06b183f9b7 Add a method to SystemReader to get the time zone 13 years ago
Adrian Goerler ad74bbf9c1 Cleanup directories leftover by test. 14 years ago
Adrian Goerler 2062d623e3 Cleanup curly braces 14 years ago
Christian Halstrick c1525e2aa5 Make sure test repositories are closed 14 years ago
Ketan Padegaonkar d60001c83b Add GitCloneTaskTest 14 years ago
Matthias Sohn ea0f2f9e39 Create all test data in trash folder 14 years ago
Matthias Sohn 38eec8f4a2 [findbugs] Do not ignore exceptional return value of mkdir 14 years ago
Robin Rosenberg d9e07a574a Convert all JGit unit tests to JUnit 4 14 years ago
Robin Rosenberg 797ebba307 Add support for getting the system wide configuration 14 years ago
Matthias Sohn 45731756a5 [findbugs] Do not ignore exceptional return value 14 years ago
Shawn O. Pearce 3e2b9b691e Allow writing a NoteMap back to the repository 14 years ago
Robin Rosenberg afedfc2530 Comment the use of System.gc in LocalDiskRepositoryTestCase 14 years ago
Robin Rosenberg 96f45e35f3 Shut up findbugs/protect the shutdownHook in LocalDiskRepositoryTestcase 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
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
Shawn O. Pearce d0043e5d31 Remove unnecessary ObjectId.copy() calls 14 years ago
Jens Baumgart db82b8d7eb Fix concurrent read / write issue in LockFile on Windows 15 years ago
Shawn O. Pearce 94228bde22 Use ObjectReader in DirCacheBuilder.addTree 15 years ago
Shawn O. Pearce 121d009b9b Use ObjectReader in RevWalk, TreeWalk 15 years ago
Shawn O. Pearce acb7be2c5a Refactor Repository.openObject to be Repository.open 15 years ago
Shawn O. Pearce 6b62e53b60 Move PackWriter progress monitors onto the operations 15 years ago
Shawn O. Pearce a45728d7a4 Ensure ObjectReader used by PackWriter is released 15 years ago
Shawn O. Pearce ea21c111cb Move PackWriter over to storage.pack.PackWriter 15 years ago
Shawn O. Pearce ad5238dc67 Move FileRepository to storage.file.FileRepository 15 years ago
Shawn O. Pearce 203bd66267 Rename Repository getWorkDir to getWorkTree 15 years ago
Shawn O. Pearce 88530a179e Start using ObjectInserter instead of ObjectWriter 15 years ago
Shawn O. Pearce 89d4a7377f Use FileRepository where we assume other file semantics 15 years ago
Shawn O. Pearce 4c14b7623d Make lib.Repository abstract and lib.FileRepository its implementation 15 years ago
Marc Strapetz 936e4ab2f2 Repository can be configured with FS 15 years ago
Shawn O. Pearce 5c780b387f Fix unit tests using MockSystemReader with user configuation 15 years ago