1409 Commits (aadbb158e10ccc3194c4e7f2c1b3885b3c40571c)

Author SHA1 Message Date
Shawn O. Pearce 68518ca3aa Remove getRawSize, getRawType from ObjectLoader 14 years ago
Shawn O. Pearce ad5238dc67 Move FileRepository to storage.file.FileRepository 14 years ago
Shawn O. Pearce 767fd314ad Use getObjectsDatabase().getDirectory() to find objects 14 years ago
Shawn O. Pearce 203bd66267 Rename Repository getWorkDir to getWorkTree 14 years ago
Shawn O. Pearce 532421d989 Refactor repository construction to builder class 14 years ago
Shawn O. Pearce 8f46ee4870 Remove Repository.toFile(ObjectId) 14 years ago
Shawn O. Pearce 5cfc29b491 Replace WindowCache with ObjectReader 14 years ago
Shawn O. Pearce 88530a179e Start using ObjectInserter instead of ObjectWriter 14 years ago
Shawn O. Pearce cad10e6640 Refactor object writing responsiblities to ObjectDatabase 14 years ago
Shawn O. Pearce 89d4a7377f Use FileRepository where we assume other file semantics 14 years ago
Shawn O. Pearce 4c14b7623d Make lib.Repository abstract and lib.FileRepository its implementation 14 years ago
Shawn O. Pearce e1b312b5f7 Use CoreConfig, UserConfig and TransferConfig directly 14 years ago
Shawn O. Pearce 8e396bcddc Use higher level Config types when possible 14 years ago
Shawn O. Pearce dc10dd6fc8 Remove test of the unsupported core.legacyHeaders variable 14 years ago
Shawn O. Pearce 252cd74eb0 Remove pack stream from PackWriterTest 14 years ago
Shawn O. Pearce a5aec660eb Remove pointless setOldObjectId in test 14 years ago
Mathias Kinzler 3c51b35e03 "Bare" Repository should not return working directory. 14 years ago
Mathias Kinzler c1c1300a74 Allow to read configured keys 14 years ago
Marc Strapetz 936e4ab2f2 Repository can be configured with FS 15 years ago
Robin Rosenberg 920d89d6af Add support for computing a Change-Id à la Gerrit 15 years ago
Christian Halstrick eca2946457 Refactor ReadTreeTest to allow testing other checkout classes 15 years ago
Stefan Lay 5b0e73b849 Add a merge command to the jgit API 15 years ago
Christian Halstrick 6ca9843f3e Added merge support to CommitCommand 15 years ago
Sasa Zivkov 3c667b328a Test root locale translations 15 years ago
Sasa Zivkov f3d8a8ecad Externalize strings from JGit 15 years ago
Shawn O. Pearce cb5bc19540 Reduce size of PackedObjectLoader by dropping long to int 15 years ago
Christian Halstrick f3fb5824ba Add builder-style API to jgit and Commit & Log cmd 15 years ago
Christian Halstrick b9ab040b45 Added MERGING_RESOLVED repository state 15 years ago
Shawn O. Pearce dd63f5cfc1 Fix FooterLine.matches(FooterKey) on same length keys 15 years ago
Shawn O. Pearce 23583e59bb Fix ReceivePackRefFilterTest on Windows 15 years ago
Shawn O. Pearce 585dcb7a1c ReceivePack: Clarify the check reachable option 15 years ago
Shawn O. Pearce 7a91b180c1 ReceivePack: fix ensureProvidedObjectsVisible on thin packs 15 years ago
Shawn O. Pearce 06ee913c8d IndexPack: Correct thin pack fix using less than 20 bytes 15 years ago
Marc Strapetz 2b6c555aee Make parsing of PersonIdent from raw byte array fault-tolerant. 15 years ago
Shawn O. Pearce 2156aa894c Reduce multi-level buffered streams in transport code 15 years ago
Shawn O. Pearce 0af5944cac Refactor SideBandOutputStream to be buffered 15 years ago
Shawn O. Pearce 24875de6bd Fix NLS to build under Java 5 15 years ago
Sasa Zivkov 2ae9a85045 Provide NLS support in JGit. 15 years ago
Shawn O. Pearce 908bfb6805 Fix TimeoutInputStreamTest, TimeoutOutputStreamTest assertions 15 years ago
Shawn O. Pearce 29b8fa84e6 Don't allow DirCacheEntry with mode of 0 15 years ago
Shawn O. Pearce db54736e71 Fix ObjectWalk corruption when skipping over empty trees 15 years ago
Shawn O. Pearce 784b24dde1 Correctly skip over unrecognized optional dircache extensions 15 years ago
Shawn O. Pearce 434e7884e5 Remove RepositoryTestCase from DirCacheCGitCompatabilityTest 15 years ago
Shawn O. Pearce 48e9a010ae Add unsetSection to Config to remove an entire block 15 years ago
Shawn O. Pearce 869c8434f6 Don't confuse empty configuration variables with booleans 15 years ago
Shawn O. Pearce 7c82df1114 Relax ObjectChecker to permit missing tagger lines 15 years ago
Shawn O. Pearce 73b6efc928 Replace writeSymref with RefUpdate.link 15 years ago
Shawn O. Pearce 01b5392cdb Rewrite reference handling to be abstract and accurate 15 years ago
Shawn O. Pearce ab697ff18b Create new RefList and RefMap utility types 15 years ago
Robin Rosenberg 0b8b6b5309 Introduce a named constant for the .git directory. 15 years ago