aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Add more tests for rebase and externalized missing StringsChristian Halstrick2010-11-243-1/+4
* Add CheckoutCommandChris Aniszczyk2010-11-224-0/+287
* Merge "Fix bug regarding handling of non-versioned files during merge"Matthias Sohn2010-11-221-1/+1
|\
| * Fix bug regarding handling of non-versioned files during mergeChristian Halstrick2010-11-221-1/+1
* | Add RmCommand to Git APIChris Aniszczyk2010-11-224-0/+161
* | Initial implementation of a Rebase commandMathias Kinzler2010-11-225-0/+751
|/
* 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-131-7/+11
* 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-133-7/+58
|\| |
| * | Split note leaf buckets at 256 elementsShawn O. Pearce2010-11-123-7/+58
* | | 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-135-0/+131
|\| |
| * | Allow writing a NoteMap back to the repositoryShawn O. Pearce2010-11-125-0/+131
* | | Merge "Add in-memory updating support to NoteMap"Chris Aniszczyk2010-11-134-0/+172
|\| |
| * | Add in-memory updating support to NoteMapShawn O. Pearce2010-11-124-0/+172
* | | 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-123-56/+128
|\ \ \
| * | | 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-123-26/+80
| * | | 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
| |/
* | Lazy load note subtrees from fanout levelsShawn O. Pearce2010-11-116-69/+557
* | Define NoteMap, a simple note tree readerShawn O. Pearce2010-11-113-0/+354
* | Merge "Add MutableObjectId setByte to modify a mutable id"Chris Aniszczyk2010-11-111-0/+54
|\ \
| * | Add MutableObjectId setByte to modify a mutable idShawn O. Pearce2010-11-041-0/+54
* | | Merge "Support CredentialsProvider for SSH connections"Chris Aniszczyk2010-11-117-4/+235
|\ \ \
| * | | Support CredentialsProvider for SSH connectionsShawn O. Pearce2010-11-107-4/+235
* | | | Merge "Define a default CredentialsProvider"Stefan Lay2010-11-112-0/+18
|\| | |