aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/LsRemote.java
Commit message (Expand)AuthorAgeFilesLines
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-1/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-181-0/+2
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* [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
* Fix the ls-remote command when there is no local repoRobin Rosenberg2014-09-071-0/+5
* Add missing usage texts for JGit commandline commandsMatthias Sohn2013-09-091-0/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+1
* Check for write errors in standard out and exit with errorRobin Rosenberg2012-09-161-5/+8
* Externalize strings from JGitSasa Zivkov2010-05-191-2/+2
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+86