aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api
Commit message (Expand)AuthorAgeFilesLines
...
* BlameGeneratorTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-251-118/+119
* DiffCommandTest: Open Git and RevWalk in try-with-resourceDavid Pursehouse2016-01-251-139/+144
* CommitCommandTest: Open Git and TreeWalk in try-with-resourceDavid Pursehouse2016-01-251-260/+266
* CommitOnlyTest: Open RevWalk in try-with-resourceDavid Pursehouse2016-01-221-4/+6
* Merge branch 'master' into stable-4.2Matthias Sohn2016-01-214-22/+228
|\
| * Fix ResetCommand to return the resulting refChristian Halstrick2016-01-201-21/+35
| * Add option to allow empty commits to CommitCommandChristian Halstrick2016-01-201-0/+31
| * Merge branch 'stable-4.2'David Pursehouse2016-01-202-81/+82
| |\
| * | AddCommand: Use NameConflictTreeWalk to identify file-dir changesShawn Pearce2015-12-291-1/+97
| * | Checkout should be able to override modified symbolic linksAndrey Loskutov2015-12-171-0/+65
* | | CherryPickCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-211-191/+197
* | | CommitAndLogCommandTest: Use assumeFalse to skip test on WindowsDavid Pursehouse2016-01-211-2/+2
* | | CommitAndLogCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-211-250/+256
* | | AddCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-211-306/+327
* | | ArchiveCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-211-85/+89
* | | TagCommandTest: Instantiate Git and RevWalk objects in try-with-resourceDavid Pursehouse2016-01-201-101/+115
* | | BlameCommandTest: Instantiate Git objects in try-with-resourceDavid Pursehouse2016-01-201-303/+305
| |/ |/|
* | CheckoutCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-191-48/+49
* | BranchCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-191-33/+33
|/
* Add remote command to JGit CLIKaloyan Raev2015-12-115-0/+413
* Add support for smudge filtersChristian Halstrick2015-11-271-0/+124
* Add support for clean filtersChristian Halstrick2015-11-271-0/+188
* Fix unit tests on WindowsChristian Halstrick2015-11-261-5/+3
* Repository: Introduce exactRef and findRef, deprecate getRefJonathan Nieder2015-11-257-86/+100
* Add support for pre-push hooksChristian Halstrick2015-11-021-0/+47
* Fix integer boxing eclipse warningHugo Arès2015-09-171-1/+1
* Treat CloneCommand.setRemote(null) as setRemote("origin")Jonathan Nieder2015-06-111-0/+60
* Add new submodule layout to SubmoduleAddCommandChristian Halstrick2015-06-111-0/+11
* Fix CommitCommand.setOnly()Christian Halstrick2015-06-011-0/+11
* Merge changes I144a53fe,I2b268e6aShawn Pearce2015-05-283-56/+2
|\
| * Expose Sets helper to tests outside org.eclipse.jgit.apiJonathan Nieder2015-05-213-56/+2
* | Split discoverGitPrefix() code out into discoverGitExe()Sebastian Schuberth2015-05-212-4/+4
|/
* Replace deprecated release() methods by close()Matthias Sohn2015-05-219-107/+75
* Make RepositoryState.REBASING_MERGE reachable again.Laurent Delaigue2015-03-272-7/+7
* Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgitMatthias Sohn2015-03-231-1/+2
* Merge "ArchiveCommand: Allow to pass options to underlying stream"Shawn Pearce2015-03-111-3/+38
|\
| * ArchiveCommand: Allow to pass options to underlying streamDavid Ostrovsky2015-02-201-3/+38
* | Add "--long" option to JGit describeChristian Halstrick2015-03-091-2/+31
|/
* Fix unit tests for windows by explicitly closing test reposChristian Halstrick2014-12-221-0/+3
* Support the new repository layout for submodulesChristian Halstrick2014-12-151-0/+18
* Allow explicit configuration of git directory in CloneCommandChristian Halstrick2014-12-151-0/+50
* Allow explicit configuration of git directory in InitCommandChristian Halstrick2014-12-151-0/+110
* Fix tests on windows by closing reposChristian Halstrick2014-12-122-3/+3
* Merge "Fix DirCacheCheckout to set correct file length if core.autocrlf=true"...Christian Halstrick2014-12-121-1/+47
|\
| * Fix DirCacheCheckout to set correct file length if core.autocrlf=trueMatthias Sohn2014-12-111-1/+47
* | CheckoutCommand: Fix checking out ours/theirs when no base stage existsRobin Stocker2014-12-101-0/+34
|/
* Expand wildcard imports to specfic classesShawn Pearce2014-11-101-4/+8
* Fix ResetCommand to default to mixed resetMatthias Sohn2014-10-131-0/+15
* Handle -m option for Merge commandAxel Richard2014-08-301-1/+64
* Add tests for checking out tags with CheckoutCommandRobin Stocker2014-08-171-3/+29