summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* JGit 0.10.1v0.10.1Matthias Sohn2010-12-172-32/+32
* Remove remaining uses of FileWriterShawn O. Pearce2010-12-132-20/+6
* File utilities for creating directoriesMatthias Sohn2010-12-131-4/+77
* Rebase: abort on unknown/unsupported command in git-rebase-todoMathias Kinzler2010-12-101-1/+9
* Merge "IndexPack: Remove blob-streaming size threshold"Shawn Pearce2010-12-091-1/+0
|\
| * IndexPack: Remove blob-streaming size thresholdroberto2010-12-091-1/+0
* | Merge "Add option to skip deletion of non-existing files"Chris Aniszczyk2010-12-091-0/+95
|\ \
| * | Add option to skip deletion of non-existing filesMatthias Sohn2010-12-101-0/+95
* | | Merge "Add further unit tests for IndexDiffFilter"Chris Aniszczyk2010-12-091-22/+519
|\ \ \ | |/ / |/| |
| * | Add further unit tests for IndexDiffFilterPhilipp Thun2010-12-091-22/+519
* | | Rebase: fix wrong update if original HEAD after Merge+SkipMathias Kinzler2010-12-091-0/+38
|/ /
* | Add a performance optimized variant of the ANY_DIFF filterChristian Halstrick2010-12-091-0/+100
* | Implement rebase --continue and --skipMathias Kinzler2010-12-091-94/+453
* | IndexDiff: Use isModified() when comparing index-worktreeShawn O. Pearce2010-12-081-3/+4
* | Clarify WorkingTreeOptions and filemode usageShawn O. Pearce2010-12-083-9/+9
|/
* IndexPack: Use streaming for large whole blobsShawn O. Pearce2010-12-081-0/+20
* Remove empty iterator from TreeWalkShawn O. Pearce2010-12-0710-19/+5
* [findbugs] Do not ignore exceptional return valueMatthias Sohn2010-12-076-13/+17
* Merge "Rebase Interoperability second part: fix "pop steps""Chris Aniszczyk2010-12-071-2/+2
|\
| * Rebase Interoperability second part: fix "pop steps"Mathias Kinzler2010-12-011-2/+2
* | Merge "Add InitCommand"Chris Aniszczyk2010-12-061-0/+100
|\ \
| * | Add InitCommandChris Aniszczyk2010-12-051-0/+100
* | | Merge "Remove result id from CommitBuilder, TagBuilder"Chris Aniszczyk2010-12-062-34/+35
|\ \ \
| * | | Remove result id from CommitBuilder, TagBuilderShawn O. Pearce2010-12-032-34/+35
* | | | Fix findGitDir() with no ceiling directoriesShawn O. Pearce2010-12-051-0/+59
|/ / /
* | | Correct CommitBuilder, TagBuilder method to be build()Shawn O. Pearce2010-12-032-2/+2
* | | Merge "Rebase Interoperability first part: write "interactive" file"Chris Aniszczyk2010-12-021-2/+4
|\ \ \ | |/ / |/| / | |/
| * Rebase Interoperability first part: write "interactive" fileMathias Kinzler2010-12-011-2/+4
* | Fixed Merge Algorithm regarding concurrent file creationsChristian Halstrick2010-12-021-0/+79
|/
* Include list of assume unchanged files in IndexDiffStefan Lay2010-11-301-0/+45
* Check assume unchanged flag in Add commandStefan Lay2010-11-292-0/+47
* Merge "Change default diff algorithm to histogram and add tests"Chris Aniszczyk2010-11-261-0/+19
|\
| * Change default diff algorithm to histogram and add testsChristian Halstrick2010-11-261-0/+19
* | Merge "Do some more tests for rebase --abort"Chris Aniszczyk2010-11-262-9/+114
|\ \ | |/ |/|
| * Do some more tests for rebase --abortStefan Lay2010-11-252-9/+114
* | Make diff algorithm configurableChristian Halstrick2010-11-261-1/+1
|/
* Add more tests for rebase and externalized missing StringsChristian Halstrick2010-11-241-0/+99
* Add CheckoutCommandChris Aniszczyk2010-11-221-0/+123
* Merge "Fix bug regarding handling of non-versioned files during merge"Matthias Sohn2010-11-221-0/+50
|\
| * Fix bug regarding handling of non-versioned files during mergeChristian Halstrick2010-11-221-0/+50
* | Add RmCommand to Git APIChris Aniszczyk2010-11-221-0/+77
* | Initial implementation of a Rebase commandMathias Kinzler2010-11-221-0/+265
|/
* Fixed checkouts when HEAD is ignoredChristian Halstrick2010-11-131-0/+84
* 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 "Split note leaf buckets at 256 elements"Chris Aniszczyk2010-11-131-0/+41
|\ \
| * | Split note leaf buckets at 256 elementsShawn O. Pearce2010-11-121-0/+41
* | | Merge "Allow writing a NoteMap back to the repository"Chris Aniszczyk2010-11-131-0/+106
|\| |
| * | Allow writing a NoteMap back to the repositoryShawn O. Pearce2010-11-121-0/+106
* | | Merge "Add in-memory updating support to NoteMap"Chris Aniszczyk2010-11-132-0/+325
|\| |