summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-3.5'Matthias Sohn2014-09-261-0/+5
|\
| * Fix the ls-remote command when there is no local repoRobin Rosenberg2014-09-071-0/+5
* | Add "aggressive" option to GCChristian Halstrick2014-09-191-5/+8
|/
* Rename local variables/parameters to remove warnings about hidingRobin Rosenberg2014-09-041-3/+3
* Handle -m option for Merge commandAxel Richard2014-08-301-1/+8
* Handle diff formatting when there is nothing to compare withRobin Rosenberg2014-07-061-2/+3
* Merge "Command line: implement checkout -- <path>"Matthias Sohn2014-05-161-4/+17
|\
| * Command line: implement checkout -- <path>Matthias Sohn2014-05-121-4/+17
* | LsTree: quote paths in outputDave Borowitz2014-05-071-1/+2
|/
* Do not rewrite parents in RevWalkTextBuiltinsDave Borowitz2014-05-051-4/+8
* RevWalkTextBuiltin: Add -n to limit number of commits returnedDave Borowitz2014-05-051-1/+5
* Added groups support to repo subcommand.Yuxuan 'fishy' Wang2014-04-231-0/+4
* Added the command line of jgit repo.Yuxuan 'fishy' Wang2014-04-231-0/+65
* Merge "blame: Format commit and author only once per range"Shawn Pearce2014-04-231-13/+23
|\
| * blame: Format commit and author only once per rangeShawn Pearce2014-04-211-13/+23
* | pgm: Flush stderr during shutdownShawn Pearce2014-04-211-0/+2
|/
* blame: Automatically increase commit abbreviation lengthShawn Pearce2014-04-171-3/+17
* Avoid calls to System.exit() and throw an exception insteadGuillaume Nodet2014-04-023-2/+37
* Add an input stream and an error stream to TextBuiltin base classGuillaume Nodet2014-03-3010-52/+88
* Implement "git branch --contains" in pgmRobin Stocker2014-03-071-17/+31
* Add missing @Deprecated to deprecated fields and methodsShawn Pearce2014-03-031-0/+1
* CLI clone command should support --no-checkoutKaloyan Raev2014-02-261-9/+15
* Add symlink support to JGitRobin Rosenberg2014-02-101-1/+1
* Tag som non-localizable strings with NON-NLSRobin Rosenberg2014-01-101-1/+1
* Suppport the GIT_CONFIG_NOSYSTEM environment variableRobin Rosenberg2014-01-061-1/+5
* [CLI] Add option --millis / -m to debug-show-dir-cache commandMatthias Sohn2013-12-271-3/+12
* archive: Prepend a specified prefix to all entry filenamesJonathan Nieder2013-12-172-0/+5
* CLI status should support --porcelainKaloyan Raev2013-12-041-8/+117
* Manage CheckoutConflictException in pgmAxel Richard2013-11-292-0/+10
* CLI fetch command should support --tagsKaloyan Raev2013-10-261-0/+14
* Merge "Add describe command to JGit command line interface"Robin Rosenberg2013-10-202-0/+76
|\
| * Add describe command to JGit command line interfaceMatthias Sohn2013-10-112-0/+76
* | CLI version command falls back to Bundle-VersionKaloyan Raev2013-10-121-3/+48
|/
* Add support for --version in JGit CLIKaloyan Raev2013-10-091-1/+9
* Propagate IOException where possible when getting refs.Colby Ranger2013-10-075-8/+22
* Add missing usage texts for JGit commandline commandsMatthias Sohn2013-09-0921-11/+43
* Add --quiet flag to pgm fetch.Colby Ranger2013-08-051-1/+5
* Add path option to StatusCommandChristian Halstrick2013-07-211-1/+10
* Move gc to package org.eclipse.jgit.pgmMatthias Sohn2013-06-221-2/+1
* Add support for "jgit archive --output=<filename>"Jonathan Nieder2013-06-061-6/+29
* Remove unused import in ArchiveJonathan Nieder2013-05-291-1/+0
* Move FormatActivator.start()/stop() to a separate classJonathan Nieder2013-05-291-2/+2
* Maintain list of archive formats in one placeJonathan Nieder2013-05-281-4/+2
* Release ArchiveCommand's ObjectReader in call()Jonathan Nieder2013-05-241-6/+5
* Move ArchiveCommand into standard porcelain APIJonathan Nieder2013-05-246-524/+5
* Remove dependency by ArchiveCommand on archive formatsJonathan Nieder2013-05-246-5/+106
* Drop dependency by ArchiveCommand.Format interface on commons-compressJonathan Nieder2013-05-233-18/+27
* ArchiveCommand.Format: pass output stream as first argument to putEntryJonathan Nieder2013-05-233-9/+10
* ArchiveCommand: make archive formats non-inner classesJonathan Nieder2013-05-235-81/+221
* Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn2013-05-0643-19/+45