Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-03-13CLI status should support --untracked-filesKaloyan Raev1-206/+428
2015-03-09Add "--long" option to JGit describeChristian Halstrick1-0/+7
2015-02-04Add option --orphan for checkoutRüdiger Herrmann1-0/+12
2014-12-22[pgm] Add option --bare to clone commandMatthias Sohn1-0/+20
2014-12-22[pgm] Implement clone using CloneCommandMatthias Sohn1-0/+136
2014-12-16[pgm] Add option --tags for ls-remoteMatthias Sohn1-0/+31
2014-12-16[pgm] Add option --heads for ls-remoteMatthias Sohn1-0/+11
2014-12-15[pgm] Use LsRemoteCommand to implement ls-remote and add a testMatthias Sohn1-0/+96
2014-08-29Handle -m option for Merge commandAxel Richard1-1/+24
2014-07-28Strip trailing /s in repo base URI.Yuxuan 'fishy' Wang1-1/+1
2014-07-19Don't prefix output from jgit status with '# 'Robin Rosenberg1-75/+75
2014-05-17Fix a number of failing conflict situationsRobin Rosenberg1-0/+360
2014-05-17Fix failing ConfigTest on WindowsRobin Rosenberg1-23/+7
2014-05-12Command line: implement checkout -- <path>Matthias Sohn1-0/+24
2014-04-25cleanup: remove some unused importsRobin Rosenberg1-4/+0
2014-04-24Added groups support to repo subcommand.Yuxuan 'fishy' Wang1-13/+83
2014-04-24Added the command line of jgit repo.Yuxuan 'fishy' Wang1-0/+96
2014-03-07Implement "git branch --contains" in pgmRobin Stocker1-1/+24
2014-02-26Don't raise checkout conflict for file missing in working treeChristian Halstrick1-0/+50
2014-02-10Add symlink support to JGitRobin Rosenberg1-0/+22
2014-01-07Remove unused import from ArchiveTestMatthias Sohn1-1/+0
2013-12-27archive: Use an empty directory for submodulesJonathan Nieder1-0/+40
2013-12-27archive: Include entries for directoriesJonathan Nieder1-14/+31
2013-12-17archive: Prepend a specified prefix to all entry filenamesJonathan Nieder1-0/+93
2013-12-04CLI status should support --porcelainKaloyan Raev1-0/+118
2013-12-02Add pgm test for checkout of existing branch with checkout conflictAxel Richard1-0/+26
2013-10-26CLI fetch command should support --tagsKaloyan Raev1-0/+110
2013-10-10Add describe command to JGit command line interfaceMatthias Sohn1-0/+99
2013-06-07Add support for "jgit archive --output=<filename>"Jonathan Nieder1-6/+206
2013-06-06Add long filename, large file, and non-ASCII filename support to TarFormatJonathan Nieder1-0/+30
2013-05-24ArchiveCommand: make archive formats non-inner classesJonathan Nieder1-0/+7
2013-05-03Fix line endingsMatthias Sohn1-79/+79
2013-04-19status: Print conflict description for unmerged pathsRobin Stocker1-3/+3
2013-04-15Make recursive merge strategy the default merge strategyMatthias Sohn1-1/+1
2013-04-04Add the no-commit option to MergeCommandTomasz Zarna1-0/+34
2013-03-27New functions to facilitate the writing of CLI test casesFrançois Rey1-14/+0
2012-12-04archive: Add tar supportJonathan Nieder1-7/+160
2012-12-04archive: Record executable and symlink bitsJonathan Nieder1-0/+74
2012-11-30Add basic "jgit add" testsJonathan Nieder1-0/+115
2012-11-17Add "jgit archive" tool that writes a tree as a ZIP fileJonathan Nieder1-0/+175
2012-11-16Add reflog command to JGit CLITomasz Zarna1-0/+80
2012-11-16Add support for --no-ff while mergingTomasz Zarna1-2/+57
2012-11-16Add a test for org.eclipse.jgit.pgm.TagTomasz Zarna1-0/+73
2012-11-16Do not fail when checking out HEADTomasz Zarna1-3/+20
2012-11-15Prefix an abnormal CLI command termination with 'fatal:'Tomasz Zarna2-3/+3
2012-10-07Add --squash option to org.eclipse.jgit.pgm.MergeTomasz Zarna1-13/+43
2012-09-17Add tests for output result of merging -- org.eclipse.jgit.pgm.MergeTomasz Zarna1-0/+93
2012-09-09Added new Status CLI command 'jgit status'Robin Rosenberg1-0/+230
2012-09-05Output result of switching branch -- o.e.jgit.pgm.CheckoutTomasz Zarna2-0/+107
2012-08-21Set core.precomposeunicode to true when creating repository on MacRobin Rosenberg1-5/+14

Back to the top