Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-07debug-rebuild-ref-tree: Simple program to build a RefTreeShawn Pearce1-0/+2
2016-01-02branch command: provide convenient and meaningful options helpAndrey Loskutov1-0/+5
2015-12-29reset command: provide convenient and meaningful options helpAndrey Loskutov1-0/+1
2015-12-11Add remote command to JGit CLIKaloyan Raev1-0/+3
2015-11-25Null-annotated Repository class and fixed related compiler errorsAndrey Loskutov1-0/+1
2015-11-19git rev-parse: Add --verify optionThomas Meyer1-0/+1
2015-10-05RepoCommand: Add setRecordRemoteBranch option to record upstream branchStefan Beller1-0/+1
2015-08-11Changed default log4j log level from "WARNING" to "WARN"Andrey Loskutov1-1/+1
2015-03-23Include slf4j and log4j in jgit command lineMatthias Sohn1-0/+6
2015-03-13CLI status should support --untracked-filesKaloyan Raev1-0/+1
2015-03-09Add "--long" option to JGit describeChristian Halstrick1-0/+1
2015-02-10Move console classes to pgm bundleMatthias Sohn1-1/+6
2015-02-04Add option --orphan for checkoutRĂ¼diger Herrmann1-0/+1
2015-01-07[pgm] Add missing help text for clone --bare optionMatthias Sohn1-0/+1
2014-12-22[pgm] Implement clone using CloneCommandMatthias Sohn1-0/+2
2014-12-16[pgm] Add option --tags for ls-remoteMatthias Sohn1-0/+1
2014-12-16[pgm] Add option --heads for ls-remoteMatthias Sohn1-0/+1
2014-09-19Add "aggressive" option to GCChristian Halstrick1-0/+1
2014-08-29Handle -m option for Merge commandAxel Richard1-0/+1
2014-07-19Don't prefix output from jgit status with '# 'Robin Rosenberg1-1/+1
2014-06-30Clarify comments in message properties files (and fix grammar)Robin Stocker1-2/+2
2014-06-30Fix incorrect "''" in CLIText.propertiesRobin Stocker1-1/+1
2014-06-29Add a comment to the message properties files on how they are processedRobin Rosenberg1-0/+5
2014-06-29Remove duplicate string in CLIText.propertiesRobin Rosenberg1-1/+0
2014-06-29Fix formatting errors in error messagesRobin Rosenberg1-2/+2
2014-04-24Added groups support to repo subcommand.Yuxuan 'fishy' Wang1-0/+1
2014-04-24Added the command line of jgit repo.Yuxuan 'fishy' Wang1-0/+3
2014-03-07Implement "git branch --contains" in pgmRobin Stocker1-0/+1
2014-02-26CLI clone command should support --no-checkoutKaloyan Raev1-0/+1
2013-12-27[CLI] Add option --millis / -m to debug-show-dir-cache commandMatthias Sohn1-0/+1
2013-12-17archive: Prepend a specified prefix to all entry filenamesJonathan Nieder1-0/+2
2013-12-04CLI status should support --porcelainKaloyan Raev1-0/+1
2013-11-29Manage CheckoutConflictException in pgmAxel Richard1-0/+2
2013-10-26CLI fetch command should support --tagsKaloyan Raev1-0/+2
2013-10-10Add describe command to JGit command line interfaceMatthias Sohn1-0/+2
2013-10-10List all supported formats in archive command's helpMatthias Sohn1-1/+1
2013-10-09Add support for --version in JGit CLIKaloyan Raev1-0/+1
2013-09-09Add missing usage texts for JGit commandline commandsMatthias Sohn1-1/+30
2013-08-05Add --quiet flag to pgm fetch.Colby Ranger1-0/+1
2013-05-25Move ArchiveCommand into standard porcelain APIJonathan Nieder1-4/+0
2013-05-24Remove dependency by ArchiveCommand on archive formatsJonathan Nieder1-0/+2
2013-05-24ArchiveCommand: make archive formats non-inner classesJonathan Nieder1-0/+1
2013-05-06Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn1-0/+0
2013-04-27Delete CLIText strings previously used in iplog generatorJonathan Nieder1-3/+0
2013-04-26ArchiveCommand: Do not warn for unsupported file modeJonathan Nieder1-1/+0
2013-04-26Add internal porcelain-style API for ArchiveCommandJonathan Nieder1-0/+1
2013-04-19status: Print conflict description for unmerged pathsRobin Stocker1-0/+8
2013-04-08clean up merge squash and no-commit messages in pgmTomasz Zarna1-1/+1
2013-04-08Detect and handle a checkout conflict during merge nicelyRobin Rosenberg1-0/+2
2013-04-04Add the no-commit option to MergeCommandTomasz Zarna1-0/+2

Back to the top