87 Commits (stable-0.10)

Author SHA1 Message Date
  Shawn O. Pearce a66a7d90fd IndexDiff: Use isModified() when comparing index-worktree 13 years ago
  Shawn O. Pearce a02be9725c Remove empty iterator from TreeWalk 13 years ago
  Matthias Sohn 45731756a5 [findbugs] Do not ignore exceptional return value 13 years ago
  Shawn O. Pearce cf52ef5531 Remove result id from CommitBuilder, TagBuilder 13 years ago
  Stefan Lay b4359cb829 Include list of assume unchanged files in IndexDiff 13 years ago
  Stefan Lay 9225b88ae6 Check assume unchanged flag in Add command 13 years ago
  Stefan Lay 91958b7045 Do some more tests for rebase --abort 13 years ago
  Christian Halstrick da1ea27fa2 Fixed checkouts when HEAD is ignored 13 years ago
  Jens Baumgart 2dc2dd8b1b IndexDiff: support state [removed, untracked] 13 years ago
  Shawn O. Pearce e488f1cacd Add MutableObjectId setByte to modify a mutable id 13 years ago
  Shawn O. Pearce b22a4e8488 Add ObjectId getByte for random access 13 years ago
  Shawn O. Pearce bdf535de4f Call ProgressMonitor.update() from main thread 13 years ago
  Shawn O. Pearce 9f61c615e8 Support core.autocrlf = input 13 years ago
  Mathias Kinzler 2941d23e7e Avoid double quotes in Git Config 13 years ago
  Christian Halstrick 0bdf73db7f Add one more test to ReadTreeTest 13 years ago
  Christian Halstrick 2059ed205e Implement a Dircache checkout (needed for merge) 14 years ago
  Marc Strapetz 80c622c49c Fix parsing of multiple authors in PersonIdent. 13 years ago
  Shawn O. Pearce dbd2d7c83b Support parsing commit:path style blob references 13 years ago
  Shawn O. Pearce 8da17c5046 Support parsing git describe style output 13 years ago
  Shawn O. Pearce c59e3a493b Rename T0008_testparserev to RepositoryResolveTest 13 years ago
  Shawn O. Pearce 2292655e9e Add brute force byte array loading to ObjectLoader 13 years ago
  Shawn O. Pearce a5c18fcfc7 Fully implement SHA-1 abbreviations 13 years ago
  Shawn O. Pearce 32466c33ba Delete deprecated ObjectWriter 13 years ago
  Shawn O. Pearce 22b285695a Rename Commit, Tag to CommitBuilder, TagBuilder 13 years ago
  Shawn O. Pearce b46b635c03 Make Commit class only for writing 13 years ago
  Christian Halstrick 9ac29d0e91 Fix ReadTreeTests to not rely on cached index 13 years ago
  Christian Halstrick 07a1d17858 Add blob-data to utility method indexState() 13 years ago
  Christian Halstrick e02b68a8b7 added resetIndex() to RepositoryTestCase 13 years ago
  Jens Baumgart 3ba1c7c068 Add gitignore support to IndexDiff and use TreeWalk 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
  Christian Halstrick 4ed2f94013 Add tests for racy git / Index state encoding 14 years ago
  Christian Halstrick f56a459966 Add methods which write MERGE_HEAD and MERGE_MSG 14 years ago
  Shawn O. Pearce 09910ffa32 Move ignore node handling into WorkingTreeIterator 14 years ago
  Christian Halstrick 33160cd2da Fix ReadTreeTest 14 years ago
  Christian Halstrick 4be88168b6 Allow ReadTreeTest to test arbitrary Checkouts 14 years ago
  Shawn O. Pearce 384a19eee0 Deprecate all of the older Tree related code 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