5094 Commits (d6c587faef802663d615baaa6b388bf34f4e8ea7)
 

Author SHA1 Message Date
  Shawn O. Pearce d6e975f71b Use one ObjectReader for WalkFetchConnection 14 years ago
  Shawn O. Pearce 121d009b9b Use ObjectReader in RevWalk, TreeWalk 14 years ago
  Shawn O. Pearce 06f635a4bc Fix minor formatting issue in UploadPack 14 years ago
  Shawn Pearce 3fd4918852 Merge changes Ie56301aa,Ic2f79e85 14 years ago
  Jeff Schumacher 9869ef2592 Added further support for whitespace ignoring during diff 14 years ago
  Matthias Sohn a2325f6885 Update build to use Tycho 0.9.0 14 years ago
  Shawn O. Pearce 242b4026d9 Remove volatile keyword from RepositoryEvent 14 years ago
  Shawn O. Pearce aa4b06e087 Rename openObject, hasObject to just open, has 14 years ago
  Shawn O. Pearce acb7be2c5a Refactor Repository.openObject to be Repository.open 14 years ago
  Shawn O. Pearce 6b62e53b60 Move PackWriter progress monitors onto the operations 14 years ago
  Shawn O. Pearce f288c27e46 Pass the PackOutputStream down the call stack 14 years ago
  Shawn O. Pearce 1ad2feb7b3 Remove Repository.openObject(ObjectReader, AnyObjectId) 14 years ago
  Shawn O. Pearce 9ba7bd4df4 Throw IncorrectObjectTypeException on bad type hints 14 years ago
  Jeff Schumacher 543235b805 Added support for whitespace ignoring 14 years ago
  Shawn O. Pearce a45728d7a4 Ensure ObjectReader used by PackWriter is released 14 years ago
  Shawn O. Pearce b5aa52e98a Ensure PackWriter releases its ObjectReader 14 years ago
  Shawn O. Pearce e01abbd543 Release ObjectReader before the cached ObjectDatabase 14 years ago
  Shawn O. Pearce b40f02eb1a Release ObjectInserter in merge() not mergeImpl() 14 years ago
  Shawn O. Pearce 5aae041a81 Commit: Use Repository.newObjectInserter 14 years ago
  Shawn O. Pearce ea21c111cb Move PackWriter over to storage.pack.PackWriter 14 years ago
  Shawn O. Pearce 71aace52f7 Simplify ObjectLoaders coming from PackFile 14 years ago
  Shawn O. Pearce 68518ca3aa Remove getRawSize, getRawType from ObjectLoader 14 years ago
  Shawn O. Pearce 86547022f0 Tighten up local packed object representation during packing 14 years ago
  Shawn O. Pearce ad5238dc67 Move FileRepository to storage.file.FileRepository 14 years ago
  Shawn O. Pearce 3a7aec03e0 Implement zero-copy for single window objects 14 years ago
  Shawn O. Pearce ece88b99eb Redo PackWriter object reuse output 14 years ago
  Shawn O. Pearce bf4ffff07f Redo PackWriter object reuse selection 14 years ago
  Shawn O. Pearce e0c9368f3e Reclaim some bits in ObjectToPack flags field 14 years ago
  Shawn O. Pearce 6fc3ecac84 Extract PackFile specific code to ObjectToPack subclass 14 years ago
  Shawn O. Pearce a2208be6aa Extract ObjectToPack to be top-level 14 years ago
  Shawn O. Pearce 767fd314ad Use getObjectsDatabase().getDirectory() to find objects 14 years ago
  Shawn O. Pearce ffe0614d4d Allow Repository.getDirectory() to be null 14 years ago
  Shawn O. Pearce 8a9844b2af Redo event listeners to be more generic 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 41c04bbb28 Use ObjectInserter for loose objects in WalkFetchConnection 14 years ago
  Shawn O. Pearce 5cfc29b491 Replace WindowCache with ObjectReader 14 years ago
  Shawn O. Pearce 133c987f4d Refactor alternate object databases below ObjectDirectory 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 3e3a50db5e Change Repository.getConfig() to return non-file Configs 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 77b39df5ec Consistently fail work tree methods on bare repositories 14 years ago
  Shawn O. Pearce f18b853044 Consistently use getDirectory() for work tree state 14 years ago
  Shawn O. Pearce a63494edee Add RepositoryState.BARE 14 years ago
  Shawn O. Pearce c9c57d34de Rename Repository 'config' as 'repoConfig' 14 years ago
  Shawn O. Pearce 6a822f0ebf Remove RepositoryConfig and use FileBasedConfig instead 14 years ago
  Shawn O. Pearce bd8b06427f Delegate repository access to refs, objects 14 years ago