aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix CheckoutCommand not setting up trackingRobin Stocker2014-08-052-17/+59
* Fix RevertCommand to correctly revert multiple commits at once.Maik Schreiber2014-07-301-0/+100
* Preserve merges during pull if configured to do soKonrad Kügler2014-07-151-0/+207
* Rebase: Add --preserve-merges supportKonrad Kügler2014-07-151-0/+278
* Cherry-Pick: Support --no-commitKonrad Kügler2014-07-141-2/+46
* Allow to include untracked files in stash operations.Andreas Hermann2014-05-222-4/+133
* Merge "Cherry-Pick: Support --mainline to pick merges"Robin Rosenberg2014-05-191-0/+58
|\
| * Cherry-Pick: Support --mainline to pick mergesKonrad Kügler2014-05-171-0/+58
* | Archive: Add the ability to select one or more paths.Shaul Zorea2014-05-141-0/+211
|/
* blame: Fix merges, where merge result differs only by whitespaceKonrad Kügler2014-05-031-0/+31