aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api
Commit message (Expand)AuthorAgeFilesLines
* Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-074-11/+12
* ReflogWriter: Align auto-creation defaults with C gitDave Borowitz2017-09-301-10/+11
* Add FetchCommand#setRefSpecs(String...) variantDave Borowitz2017-09-072-16/+12
* Fix unthrown exception errors in CloneCommandTestMatthias Sohn2017-08-261-4/+4
* Fix default directory set when setDirectory wasn't called.Joan Goyeau2017-08-251-4/+25
* Send a detailed event on working tree modificationsThomas Wolf2017-08-151-0/+87
* Ensure EOL stream type is DIRECT when -text attribute is presentThomas Wolf2017-08-111-0/+15
* Fix committing empty commitsChristian Halstrick2017-07-281-0/+5
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-252-2/+2
* Temporarily @Ignore flaky CommitCommandTest methodsDave Borowitz2017-07-251-0/+3
* Add a test for parsing fsck config options and expose FsckMode enumDavid Turner2017-06-231-0/+5
* Fix bug in multiple tag handling on DescribeCommandOliver Lockwood2017-06-211-0/+24
* Support --match functionality in DescribeCommandOliver Lockwood2017-06-201-8/+28
* Support pull on detached HEADMickael Istria2017-05-081-0/+52
* PullCommand: Add support for recursing into submodulesDavid Pursehouse2017-03-241-37/+59
* FetchCommand: Fix detection of submodule recursion modeDavid Pursehouse2017-03-101-25/+91
* FetchCommand: Add basic support for recursing into submodulesDavid Pursehouse2017-03-041-0/+273
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-206-8/+8
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-1913-0/+79
* Set commit time to ZipArchiveEntryNaoki Takezoe2017-02-181-0/+10
* FetchCommandTest: Don't declare specific exceptions in test methodsDavid Pursehouse2017-02-091-7/+2
* PushCommandTest: Remove unused variables to prevent errors in EclipseDavid Pursehouse2017-02-091-3/+3
* Merge "push: support per-ref force-with-lease"Shawn Pearce2017-02-081-0/+54
|\
| * push: support per-ref force-with-leaseDavid Turner2017-02-081-0/+54
* | GitConstructionTest: Remove unnecessary calls to Repository.close()David Pursehouse2017-01-281-10/+0
* | Fix StashApplyCommand for stashes containing untracked changes.Thomas Wolf2017-01-151-0/+17
|/
* Organize importsDavid Pursehouse2016-11-144-3/+8
* DiffCommandTest: Don't call toString on String instancesDavid Pursehouse2016-10-191-5/+5
* Fix CheckoutCommand to return updated files even on NONDELETED statusChristian Halstrick2016-09-271-0/+33
* Add built-in LFS smudge filter for local caseChristian Halstrick2016-09-202-28/+102
* Add built-in LFS clean filterChristian Halstrick2016-09-201-2/+78
* Handle all values of branch.[name].rebaseThomas Wolf2016-09-152-37/+58
* Enhance ResetCommand to allow disabling reflog updateMatthias Sohn2016-08-171-0/+40
* Skip cleaning inner repositories by default in CleanCommandMatthaus Owens2016-08-041-0/+40
* Add testCleanDirsWithSubmodule test to CleanCommandTestMatthaus Owens2016-08-041-0/+28
* Enhance test coverage when core.filemode is falseChristian Halstrick2016-07-011-48/+30
* Fix TreeWalk to reset attributes cache for each entryChristian Halstrick2016-06-231-0/+23
* Merge branch 'stable-4.4'Matthias Sohn2016-06-141-7/+49
|\
| * Merge branch 'master' into stable-4.4Matthias Sohn2016-06-011-1/+1
| |\
| * \ Merge branch 'master' into stable-4.4Matthias Sohn2016-05-244-1/+171
| |\ \
| * \ \ 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
* | | | | Add missing @Test annotationsHugo Arès2016-06-011-0/+1
| |_|_|/ |/| | |
* | | | Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-311-1/+1
| |_|/ |/| |
* | | 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
* | | 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