aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* Add InitCommandChris Aniszczyk2010-12-052-1/+134
* Merge "Fixed Merge Algorithm regarding concurrent file creations"Chris Aniszczyk2010-12-022-3/+8
|\
| * Fixed Merge Algorithm regarding concurrent file creationsChristian Halstrick2010-12-022-3/+8
* | Avoid unnecessary decoding of length in PackFileShawn O. Pearce2010-12-011-3/+6
|/
* Remove unused 'shift' variable from PackFileShawn O. Pearce2010-12-011-4/+1
* Include list of assume unchanged files in IndexDiffStefan Lay2010-11-301-9/+24
* Use the Set interface in declarations and as return valueStefan Lay2010-11-301-12/+13
* Merge "Check assume unchanged flag in Add command"Shawn Pearce2010-11-291-13/+19
|\
| * Check assume unchanged flag in Add commandStefan Lay2010-11-291-13/+19
* | Merge "Fix DiffConfig to understand "copy" resp. "copies" for diff.renames pr...Shawn Pearce2010-11-292-19/+79
|\ \ | |/ |/|
| * Fix DiffConfig to understand "copy" resp. "copies" for diff.renames property.Marc Strapetz2010-11-292-19/+79
* | RebaseCommand: trim line endings when reading filesMathias Kinzler2010-11-261-2/+7
* | Change default diff algorithm to histogram and add testsChristian Halstrick2010-11-261-4/+4
* | Make diff algorithm configurableChristian Halstrick2010-11-265-10/+78
|/
* Add more tests for rebase and externalized missing StringsChristian Halstrick2010-11-242-1/+3
* Add CheckoutCommandChris Aniszczyk2010-11-223-0/+286
* 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-223-0/+160
* | Initial implementation of a Rebase commandMathias Kinzler2010-11-224-0/+744
|/
* 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