summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm.test/tst
Commit message (Expand)AuthorAgeFilesLines
...
* Add remote command to JGit CLIKaloyan Raev2015-12-111-0/+159
* Repository: Introduce exactRef and findRef, deprecate getRefJonathan Nieder2015-11-253-7/+9
* reset command should support the -- <paths> parametersKaloyan Raev2015-10-292-9/+133
* Fix integer boxing eclipse warningHugo Arès2015-09-161-19/+18
* archive: Drop unnecessary empty comments and 'final' qualifiers on localsJonathan Nieder2015-05-271-75/+75
* CLI status should support --untracked-filesKaloyan Raev2015-03-121-206/+428
* Add "--long" option to JGit describeChristian Halstrick2015-03-091-0/+7
* Add option --orphan for checkoutRüdiger Herrmann2015-02-041-0/+12
* [pgm] Add option --bare to clone commandMatthias Sohn2014-12-221-0/+20
* [pgm] Implement clone using CloneCommandMatthias Sohn2014-12-221-0/+136
* [pgm] Add option --tags for ls-remoteMatthias Sohn2014-12-161-0/+31
* [pgm] Add option --heads for ls-remoteMatthias Sohn2014-12-161-0/+11
* [pgm] Use LsRemoteCommand to implement ls-remote and add a testMatthias Sohn2014-12-151-0/+96
* Handle -m option for Merge commandAxel Richard2014-08-301-1/+24
* Strip trailing /s in repo base URI.Yuxuan 'fishy' Wang2014-07-281-1/+1
* Don't prefix output from jgit status with '# 'Robin Rosenberg2014-07-191-75/+75
* Fix a number of failing conflict situationsRobin Rosenberg2014-05-171-0/+360
* Fix failing ConfigTest on WindowsRobin Rosenberg2014-05-171-23/+7
* Command line: implement checkout -- <path>Matthias Sohn2014-05-121-0/+24
* cleanup: remove some unused importsRobin Rosenberg2014-04-251-4/+0
* Added groups support to repo subcommand.Yuxuan 'fishy' Wang2014-04-231-13/+83
* Added the command line of jgit repo.Yuxuan 'fishy' Wang2014-04-231-0/+96
* Implement "git branch --contains" in pgmRobin Stocker2014-03-071-1/+24
* Don't raise checkout conflict for file missing in working treeChristian Halstrick2014-02-261-0/+50
* Add symlink support to JGitRobin Rosenberg2014-02-101-0/+22
* Remove unused import from ArchiveTestMatthias Sohn2014-01-071-1/+0
* archive: Use an empty directory for submodulesJonathan Nieder2013-12-271-0/+40
* archive: Include entries for directoriesJonathan Nieder2013-12-271-14/+31
* archive: Prepend a specified prefix to all entry filenamesJonathan Nieder2013-12-171-0/+93
* CLI status should support --porcelainKaloyan Raev2013-12-041-0/+118
* Add pgm test for checkout of existing branch with checkout conflictAxel Richard2013-12-021-0/+26
* CLI fetch command should support --tagsKaloyan Raev2013-10-261-0/+110
* Add describe command to JGit command line interfaceMatthias Sohn2013-10-111-0/+99
* Add support for "jgit archive --output=<filename>"Jonathan Nieder2013-06-061-6/+206
* Add long filename, large file, and non-ASCII filename support to TarFormatJonathan Nieder2013-06-061-0/+30
* ArchiveCommand: make archive formats non-inner classesJonathan Nieder2013-05-231-0/+7
* Fix line endingsMatthias Sohn2013-05-031-79/+79
* status: Print conflict description for unmerged pathsRobin Stocker2013-04-191-3/+3
* Make recursive merge strategy the default merge strategyMatthias Sohn2013-04-151-1/+1
* Add the no-commit option to MergeCommandTomasz Zarna2013-04-041-0/+34
* New functions to facilitate the writing of CLI test casesFrançois Rey2013-03-271-14/+0
* archive: Add tar supportJonathan Nieder2012-12-041-7/+160
* archive: Record executable and symlink bitsJonathan Nieder2012-12-041-0/+74
* Add basic "jgit add" testsJonathan Nieder2012-11-291-0/+115
* Add "jgit archive" tool that writes a tree as a ZIP fileJonathan Nieder2012-11-161-0/+175
* Add reflog command to JGit CLITomasz Zarna2012-11-161-0/+80
* Add support for --no-ff while mergingTomasz Zarna2012-11-161-2/+57
* Add a test for org.eclipse.jgit.pgm.TagTomasz Zarna2012-11-151-0/+73
* Do not fail when checking out HEADTomasz Zarna2012-11-151-3/+20
* Prefix an abnormal CLI command termination with 'fatal:'Tomasz Zarna2012-11-152-3/+3