summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add the Checkout command to the Git CLIChris Aniszczyk2010-11-232-0/+74
* Add CheckoutCommandChris Aniszczyk2010-11-225-0/+410
* Merge "Fix bug regarding handling of non-versioned files during merge"Matthias Sohn2010-11-222-1/+51
|\
| * Fix bug regarding handling of non-versioned files during mergeChristian Halstrick2010-11-222-1/+51
* | Update Rm in the JGit CLIChris Aniszczyk2010-11-221-38/+12
* | Add RmCommand to Git APIChris Aniszczyk2010-11-225-0/+238
* | Initial implementation of a Rebase commandMathias Kinzler2010-11-226-0/+1016
|/
* Move WorkingTreeIterator inherited state into an objectShawn O. Pearce2010-11-181-37/+40
* Name TreeFilter and MergeFilter implementationsShawn O. Pearce2010-11-182-12/+24
* Add core.filemode to CoreConfigChris Aniszczyk2010-11-141-0/+11
* Fixed checkouts when HEAD is ignoredChristian Halstrick2010-11-132-7/+95
* Merge "Add simple unit tests for Base64"Chris Aniszczyk2010-11-131-0/+96
|\
| * Add simple unit tests for Base64Shawn O. Pearce2010-11-121-0/+96
* | Merge "Base64: Reformat to match JGit style"Chris Aniszczyk2010-11-131-369/+270
|\|
| * Base64: Reformat to match JGit styleShawn O. Pearce2010-11-121-369/+270
* | Merge "Base64: Strip out code JGit doesn't use"Chris Aniszczyk2010-11-131-1094/+30
|\|
| * Base64: Strip out code JGit doesn't useShawn O. Pearce2010-11-121-1094/+30
* | Merge "Remove unnecessary note fanout when removing notes"Chris Aniszczyk2010-11-133-0/+49
|\ \
| * | Remove unnecessary note fanout when removing notesShawn O. Pearce2010-11-123-0/+49
* | | Merge "Split note leaf buckets at 256 elements"Chris Aniszczyk2010-11-134-7/+99
|\| |
| * | Split note leaf buckets at 256 elementsShawn O. Pearce2010-11-124-7/+99
* | | Merge "Add internal API for note iteration"Chris Aniszczyk2010-11-133-0/+85
|\| |
| * | Add internal API for note iterationShawn O. Pearce2010-11-123-0/+85
* | | Merge "Allow writing a NoteMap back to the repository"Chris Aniszczyk2010-11-137-2/+249
|\| |
| * | Allow writing a NoteMap back to the repositoryShawn O. Pearce2010-11-127-2/+249
* | | Merge "Add in-memory updating support to NoteMap"Chris Aniszczyk2010-11-136-0/+497
|\| |
| * | Add in-memory updating support to NoteMapShawn O. Pearce2010-11-126-0/+497
* | | Merge "Remember non-note tree entries when reading"Chris Aniszczyk2010-11-133-1/+116
|\| |
| * | Remember non-note tree entries when readingShawn O. Pearce2010-11-113-1/+116
* | | Merge branch 'rename-detection'Shawn O. Pearce2010-11-124-65/+141
|\ \ \
| * | | RenameDetector: Only scan deletes if adds existShawn O. Pearce2010-11-121-9/+8
| * | | SimilarityRenameDetector: Initialize sizes to 0Shawn O. Pearce2010-11-121-9/+4
| * | | SimilarityRenameDetector: Avoid allocating source indexShawn O. Pearce2010-11-121-8/+11
| * | | SimilarityRenameDetector: Only attempt to index large files onceShawn O. Pearce2010-11-121-0/+10
| * | | SimilarityIndex: Don't overflow internal counter fieldsShawn O. Pearce2010-11-121-9/+20
| * | | SimilarityIndex: Accept files larger than 8 MBShawn O. Pearce2010-11-124-35/+93
| * | | SimilarityIndex: Correct comment explaining the logicShawn O. Pearce2010-11-121-2/+2
| |/ /
* | | Merge branch 'fs-fsync'Shawn O. Pearce2010-11-125-76/+173
|\ \ \
| * | | Remove unnecessary flush calls from LockFileShawn O. Pearce2010-11-121-6/+0
| * | | Remove unnecessary region locking from LockFileShawn O. Pearce2010-11-121-31/+0
| * | | Support core.fsyncRefFiles optionShawn O. Pearce2010-11-124-13/+82
| * | | Support core.fsyncObjectFiles optionShawn O. Pearce2010-11-122-7/+89
| * | | Simplify LockFile write(ObjectId) caseShawn O. Pearce2010-11-091-21/+4
* | | | Added one-tree constructor to DirCacheCheckoutChristian Halstrick2010-11-131-6/+46
| |_|/ |/| |
* | | Merge "Fix null ref exception in DirCacheCheckout"Shawn Pearce2010-11-121-2/+3
|\ \ \
| * | | Fix null ref exception in DirCacheCheckoutLluis Sanchez2010-11-101-2/+3
| |/ /
* | / Use capital L for long constantsRobin Rosenberg2010-11-121-8/+8
| |/ |/|
* | Lazy load note subtrees from fanout levelsShawn O. Pearce2010-11-116-69/+557
* | Define NoteMap, a simple note tree readerShawn O. Pearce2010-11-115-0/+556
* | Merge "Add MutableObjectId setByte to modify a mutable id"Chris Aniszczyk2010-11-112-0/+83
|\ \