371 次程式碼提交 (ad5238dc67aa5922c425e6bc829e1152c2e20439)
 

作者 SHA1 備註 提交日期
  Shawn O. Pearce ad5238dc67 Move FileRepository to storage.file.FileRepository 14 年之前
  Shawn O. Pearce 3a7aec03e0 Implement zero-copy for single window objects 14 年之前
  Shawn O. Pearce ece88b99eb Redo PackWriter object reuse output 14 年之前
  Shawn O. Pearce bf4ffff07f Redo PackWriter object reuse selection 14 年之前
  Shawn O. Pearce e0c9368f3e Reclaim some bits in ObjectToPack flags field 14 年之前
  Shawn O. Pearce 6fc3ecac84 Extract PackFile specific code to ObjectToPack subclass 14 年之前
  Shawn O. Pearce a2208be6aa Extract ObjectToPack to be top-level 14 年之前
  Shawn O. Pearce 767fd314ad Use getObjectsDatabase().getDirectory() to find objects 14 年之前
  Shawn O. Pearce ffe0614d4d Allow Repository.getDirectory() to be null 14 年之前
  Shawn O. Pearce 8a9844b2af Redo event listeners to be more generic 14 年之前
  Shawn O. Pearce 203bd66267 Rename Repository getWorkDir to getWorkTree 14 年之前
  Shawn O. Pearce 532421d989 Refactor repository construction to builder class 14 年之前
  Shawn O. Pearce 8f46ee4870 Remove Repository.toFile(ObjectId) 14 年之前
  Shawn O. Pearce 41c04bbb28 Use ObjectInserter for loose objects in WalkFetchConnection 14 年之前
  Shawn O. Pearce 5cfc29b491 Replace WindowCache with ObjectReader 14 年之前
  Shawn O. Pearce 133c987f4d Refactor alternate object databases below ObjectDirectory 14 年之前
  Shawn O. Pearce 88530a179e Start using ObjectInserter instead of ObjectWriter 14 年之前
  Shawn O. Pearce cad10e6640 Refactor object writing responsiblities to ObjectDatabase 14 年之前
  Shawn O. Pearce 3e3a50db5e Change Repository.getConfig() to return non-file Configs 14 年之前
  Shawn O. Pearce 89d4a7377f Use FileRepository where we assume other file semantics 14 年之前
  Shawn O. Pearce 4c14b7623d Make lib.Repository abstract and lib.FileRepository its implementation 14 年之前
  Shawn O. Pearce 77b39df5ec Consistently fail work tree methods on bare repositories 14 年之前
  Shawn O. Pearce f18b853044 Consistently use getDirectory() for work tree state 14 年之前
  Shawn O. Pearce a63494edee Add RepositoryState.BARE 14 年之前
  Shawn O. Pearce c9c57d34de Rename Repository 'config' as 'repoConfig' 14 年之前
  Shawn O. Pearce 6a822f0ebf Remove RepositoryConfig and use FileBasedConfig instead 14 年之前
  Shawn O. Pearce bd8b06427f Delegate repository access to refs, objects 14 年之前
  Shawn O. Pearce f6c26dabd2 Cleanup Repository.create() 14 年之前
  Shawn O. Pearce 5309244713 Move additional have enumeration to Repository 14 年之前
  Shawn O. Pearce 479fcf9e32 Refactor amazon-s3:// property file loading to support no directory 14 年之前
  Shawn O. Pearce f39c9fc741 Download pack-*.idx to /tmp if not on local filesystem 14 年之前
  Shawn O. Pearce 2370ad9514 Use FileKey to resolve Git repository arguments 14 年之前
  Shawn O. Pearce 553c2e5a42 DirCache must use getIndexFile 14 年之前
  Shawn O. Pearce 60aae90d4d Disable topological sorting in PackWriter 14 年之前
  Shawn O. Pearce ccd0c0c911 UploadPack: Permit flushing progress messages under smart HTTP 14 年之前
  Shawn O. Pearce b6ba9739d5 Rewrite resolve in terms of RevWalk 14 年之前
  Shawn O. Pearce 47c07e1a0d Replace manual peel loops with RevWalk.peel 14 年之前
  Shawn O. Pearce 599c0ce745 Use RevTag/RevCommit to sort in a PlotWalk 14 年之前
  Shawn O. Pearce e1b312b5f7 Use CoreConfig, UserConfig and TransferConfig directly 14 年之前
  Shawn O. Pearce 8e396bcddc Use higher level Config types when possible 14 年之前
  Shawn O. Pearce dc10dd6fc8 Remove test of the unsupported core.legacyHeaders variable 14 年之前
  Shawn O. Pearce 5ed96eb7f4 UploadPack: Avoid unnecessary flush in smart HTTP 14 年之前
  Shawn O. Pearce 066df3d1a1 Add MutableObjectId.copyFrom(AnyObjectId) 14 年之前
  Shawn O. Pearce 677b9b17e2 Expose AnyObjectId compareTo(byte[]) and compareTo(int[]) 14 年之前
  Shawn O. Pearce 864cc3de10 Expose RefWriter constructor taking RefList 14 年之前
  Shawn O. Pearce bfc43c13bc Expose RefUpdate constructor to any subclass 14 年之前
  Shawn O. Pearce 8e40697047 Expose repository change event constructors 14 年之前
  Shawn O. Pearce b3254d1159 isValidRefName: Inline the forbidden ref suffix of ".lock" 14 年之前
  Shawn O. Pearce 252cd74eb0 Remove pack stream from PackWriterTest 14 年之前
  Shawn O. Pearce a5aec660eb Remove pointless setOldObjectId in test 14 年之前