aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org
Commit message (Expand)AuthorAgeFilesLines
* Delete deprecated TextBuiltin.outMatthias Sohn2015-06-031-10/+0
* Replace deprecated release() methods by close()Matthias Sohn2015-05-2112-92/+60
* Expose disposeBody() on RevCommit and RevTagShawn Pearce2015-05-101-0/+1
* Restore AwtCredentialsProvider to enable debugging pgm in EclipseMatthias Sohn2015-04-221-4/+46
* CLI status should support --untracked-filesKaloyan Raev2015-03-122-10/+137
* Add "--long" option to JGit describeChristian Halstrick2015-03-091-0/+5
* Move console classes to pgm bundleMatthias Sohn2015-02-104-46/+297
* Add option --orphan for checkoutRĂ¼diger Herrmann2015-02-041-3/+6
* [pgm] Prevent commands from writing progress to System.errRĂ¼diger Herrmann2015-01-136-6/+6
* [pgm] Add option --bare to clone commandMatthias Sohn2014-12-221-1/+4
* [pgm] Implement clone using CloneCommandMatthias Sohn2014-12-222-120/+31
* [pgm] Add option --tags for ls-remoteMatthias Sohn2014-12-161-1/+4
* [pgm] Add option --heads for ls-remoteMatthias Sohn2014-12-161-1/+4
* [pgm] Use LsRemoteCommand to implement ls-remote and add a testMatthias Sohn2014-12-151-16/+18
* 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