summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-4.2'Matthias Sohn2016-02-031-8/+8
|\
| * Branch: Fix variable hiding warningDavid Pursehouse2016-02-021-8/+8
* | Merge changes from topic 'reftree'Shawn Pearce2016-01-211-4/+27
|\ \
| * | debug-rebuild-ref-tree: Copy HEAD into RefTreeShawn Pearce2016-01-151-4/+13
| * | debug-rebuild-ref-tree: Add --enable flag to turn the database onShawn Pearce2016-01-151-0/+14
* | | daemon: Add --ketch=LEADER flagShawn Pearce2016-01-191-1/+46
| |/ |/|
* | Merge branch 'stable-4.2'David Pursehouse2016-01-2015-63/+70
|\ \ | |/ |/|
| * Add $NON-NLS to suppress "Non-externalized string literal" warningsDavid Pursehouse2016-01-199-40/+40
| * Don't use deprecated constructors of CmdLineExceptionDavid Pursehouse2016-01-196-22/+29
| * RevParse: Remove superfluous semicolonDavid Pursehouse2016-01-141-1/+1
* | FileRepository: Support extensions.refsBackendType = RefTreeShawn Pearce2016-01-111-7/+22
* | Merge changes from topic 'reftree'Shawn Pearce2016-01-071-0/+130
|\ \
| * | debug-rebuild-ref-tree: Simple program to build a RefTreeShawn Pearce2016-01-071-0/+130
* | | Make sure CLIGitCommand and Main produce (almost) same resultsAndrey Loskutov2016-01-061-35/+76
* | | branch command: print help if requested, even if arguments are wrongAndrey Loskutov2016-01-062-4/+37
* | | Added CLIText.fatalError(String) API for testsAndrey Loskutov2016-01-063-5/+18
|/ /
* | branch command: provide convenient and meaningful options helpAndrey Loskutov2016-01-024-36/+149
* | clone: display progress messagesShawn Pearce2015-12-311-5/+16
* | Sort "eager" path-like options to the end of the helpAndrey Loskutov2015-12-291-0/+36
* | reset command: provide convenient and meaningful options helpAndrey Loskutov2015-12-291-5/+5
* | status command: consume more then one argument after --Andrey Loskutov2015-12-291-2/+4
* | repo command: properly name the required 'path' argumentAndrey Loskutov2015-12-291-1/+1
* | Don't treat command termination due '-h' option as a fatal errorAndrey Loskutov2015-12-294-18/+157
* | Provide a root cause for aborted commandsAndrey Loskutov2015-12-292-1/+29
* | Allow checkout paths without specifying branch nameAndrey Loskutov2015-12-281-4/+3
* | Fix push with jgit pgm failing with "unauthorized"Matthias Sohn2015-12-151-0/+3
* | Null-annotated Ref class and fixed related compiler errorsAndrey Loskutov2015-12-152-4/+13
|/
* 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