aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst
Commit message (Expand)AuthorAgeFilesLines
* ReceivePack: report protocol parsing failures on channel 3Shawn Pearce2016-07-051-0/+40
* PushConnectionTest: Use Java 7 try-with-resourcesShawn Pearce2016-07-051-10/+3
* Enhance test coverage when core.filemode is falseChristian Halstrick2016-07-011-48/+30
* Merge changes from topic 'dfs-gc'Shawn Pearce2016-06-271-0/+239
|\
| * Prune UNREACHABLE_GARBAGE packs when they expireMike Williams2016-06-271-0/+239
* | 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
|\
| * Merge branch 'master' into stable-4.4Matthias Sohn2016-06-012-3/+97
| |\
| * \ Merge branch 'master' into stable-4.4Matthias Sohn2016-05-245-1/+260
| |\ \
| * \ \ Merge branch 'stable-4.3' into stable-4.4Matthias Sohn2016-05-243-24/+79
| |\ \ \
| | * | | Fix computation of id in WorkingTreeIterator with autocrlf and smudgingChristian Halstrick2016-05-231-7/+49
* | | | | 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
| |/ / / /
* / / / / 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-211-0/+83
* | | 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-171-0/+28
* | | 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-052-17/+30
|\ \ \ | |/ / |/| / | |/
| * 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-161-0/+10
* | 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
* | Merge branch 'master' into stable-4.3Matthias Sohn2016-04-071-0/+35
|\|
| * Remove repository from cache when it's closedHugo Arès2016-04-071-0/+14
| * Fix repository cache never closing repositoryHugo Arès2016-04-071-0/+21
* | Merge branch 'master' into stable-4.3Matthias Sohn2016-04-062-4/+18
|\|
| * Add config parameter gc.prunePackExpire for packfile expirationChristian Halstrick2016-03-312-4/+18
* | Enable calling of smudge filters when checking out pathsChristian Halstrick2016-04-061-0/+107
* | Implement DIR_NO_GITLINKSPreben Ingvaldsen2016-04-052-9/+149
|/
* Introduce FileModeStrategy to FileTreeIteratorPreben Ingvaldsen2016-03-111-5/+85