aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org
Commit message (Expand)AuthorAgeFilesLines
* Don't use deprecated constructors of CmdLineExceptionDavid Pursehouse2016-01-196-22/+29
* RevParse: Remove superfluous semicolonDavid Pursehouse2016-01-141-1/+1
* Add remote command to JGit CLIKaloyan Raev2015-12-112-0/+198
* Support atomic push in JGit clientShawn Pearce2015-12-021-0/+4
* Null-annotated Repository class and fixed related compiler errorsAndrey Loskutov2015-11-257-11/+32
* git rev-parse: Add --verify optionThomas Meyer2015-11-192-3/+16
* reset command should support the -- <paths> parametersKaloyan Raev2015-10-291-11/+24
* Merge "RepoCommand: Add setRecordRemoteBranch option to record upstream branch"Jonathan Nieder2015-10-051-0/+4
|\
| * RepoCommand: Add setRecordRemoteBranch option to record upstream branchStefan Beller2015-10-051-0/+4
* | pgm: Open RevWalk and TreeWalk in try-with-resourceDavid Pursehouse2015-10-018-79/+87
* | pgm: Create instances of Git in try-with-resourceDavid Pursehouse2015-10-0114-215/+235
|/
* Fix non-externalized string warning in Main.execute()Matthias Sohn2015-07-241-1/+1
* Honor also https_proxy environment variableChristian Halstrick2015-07-241-25/+31
* 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