summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix TreeWalk to reset attributes cache for each entryChristian Halstrick2016-06-231-0/+23
|/ /
* | Fix DirCacheCheckout to return CheckoutConflictExceptionChristian Halstrick2016-06-231-0/+58
* | Optimize RefAdvertiser for wire protocolShawn Pearce2016-06-181-0/+116
* | Merge branch 'stable-4.4'Matthias Sohn2016-06-141-7/+49
|\|
| * Prepare 4.4.1-SNAPSHOT buildsMatthias Sohn2016-06-072-42/+42
| * JGit v4.4.0.201606070830-rv4.4.0.201606070830-rMatthias Sohn2016-06-072-2/+2
| * Prepare 4.4.0-SNAPSHOT buildsMatthias Sohn2016-06-012-2/+2
| * JGit v4.4.0.201606011500-rc2v4.4.0.201606011500-rc2Matthias Sohn2016-06-012-2/+2
| * Merge branch 'master' into stable-4.4Matthias Sohn2016-06-012-3/+97
| |\
| * | Prepare 4.4.0-SNAPSHOT buildsMatthias Sohn2016-05-252-2/+2
| * | JGit v4.4.0.201605250940-rc1v4.4.0.201605250940-rc1Matthias Sohn2016-05-252-2/+2
| * | Merge branch 'master' into stable-4.4Matthias Sohn2016-05-2414-1/+301
| |\ \
| * \ \ Merge branch 'stable-4.3' into stable-4.4Matthias Sohn2016-05-246-24/+87
| |\ \ \
| | * | | Fix computation of id in WorkingTreeIterator with autocrlf and smudgingChristian Halstrick2016-05-231-7/+49
| | * | | Prepare 4.3.2-SNAPSHOT buildsMatthias Sohn2016-05-192-42/+42
| | * | | JGit v4.3.1.201605051710-rv4.3.1.201605051710-rMatthias Sohn2016-05-052-2/+2
| * | | | Prepare 4.4.0-SNAPSHOT buildsMatthias Sohn2016-05-042-2/+2
| * | | | JGit v4.4.0.201605041135-m1v4.4.0.201605041135-m1Matthias Sohn2016-05-042-2/+2
* | | | | Merge "Add method to read time unit from config"Shawn Pearce2016-06-101-0/+95
|\ \ \ \ \
| * | | | | Add method to read time unit from configHugo Arès2016-06-061-0/+95
* | | | | | http transport does not use authentication fallbackChristian Pontesegger2016-06-061-1/+1
|/ / / / /
* | | | | Merge "Add missing @Test annotation in RepositoryCacheTest"Christian Halstrick2016-06-021-0/+1
|\ \ \ \ \
| * | | | | Add missing @Test annotation in RepositoryCacheTestHugo Arès2016-06-011-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge "Add missing @Test annotations"Christian Halstrick2016-06-021-0/+1
|\ \ \ \ \
| * | | | | Add missing @Test annotationsHugo Arès2016-06-011-0/+1
| |/ / / /
* | | | | Merge "Prepare 4.5.0-SNAPSHOT builds"Matthias Sohn2016-06-012-42/+42
|\ \ \ \ \
| * | | | | Prepare 4.5.0-SNAPSHOT buildsMatthias Sohn2016-06-012-42/+42
| |/ / / /
* / / / / DfsInserter: Optionally disable existing object checkDave Borowitz2016-06-011-0/+31
|/ / / /
* | | | Fix javadoc errors and unused imports introduced by ddd0fe25Matthias Sohn2016-06-011-3/+0
* | | | RepoCommand: record manifest shallow recommendation in .gitmodulesStefan Beller2016-05-311-0/+48
* | | | RepoCommand: record manifest groups as submodule labelsStefan Beller2016-05-311-0/+49
* | | | Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-311-1/+1
* | | | RepoCommandTest: Improve assertion message for remote branch recordingStefan Beller2016-05-251-2/+2
| |_|/ |/| |
* | | Support git config [include] section with absolute path(s)Marco Miller2016-05-212-0/+84
* | | Added filter for merge and non-merges commits.Alcemir Santos2016-05-201-0/+79
* | | Fix StashApply regarding handling of untracked filesChristian Halstrick2016-05-191-1/+36
* | | Make sure to overwrite files when "reset --hard" detects conflictsChristian Halstrick2016-05-181-0/+28
* | | Allow setting FileMode to executable when applying patches in ApplyCommandNadav Cohen2016-05-179-0/+68
* | | Fix config value get to return last instead of 1st just like gitMarco Miller2016-05-121-0/+6
* | | Merge branch 'stable-4.3'Matthias Sohn2016-05-055-17/+38
|\ \ \ | |/ / |/| / | |/
| * Fix calling of clean/smudge filters from Checkout,MergeCommandsChristian Halstrick2016-04-221-17/+20
| * Fix ApplyCommand when result of patch is an empty fileJon Schneider2016-04-164-0/+18
| * Prepare 4.3.1-SNAPSHOT versionsMatthias Sohn2016-04-082-42/+42
* | PersonIdent: Make appendSanitized publicDave Borowitz2016-05-031-0/+7
* | PersonIdent: Strip some special chars from external stringsDave Borowitz2016-04-291-4/+37
* | PersonIdent: Document that name and email aren't trimmedDave Borowitz2016-04-291-1/+3
* | Expose the ObjectInserter that created an ObjectReaderDave Borowitz2016-04-261-0/+5
* | Expose conflicting files in CheckoutConflictExceptionNed Twigg2016-04-111-0/+2
* | Merge "Fix CommitCommand to be able to skip writing to RefLog"Matthias Sohn2016-04-111-0/+31
|\ \
| * | Fix CommitCommand to be able to skip writing to RefLogChristian Halstrick2016-04-111-0/+31