aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Remote.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-2/+0
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Replace chain of if statements with switchCarsten Hammer2019-12-141-25/+25
* pgm: Handle exceptions in Remote commandMatthias Sohn2019-01-211-1/+3
* Stop using deprecated methods of RemoteSetUrlCommand/RemoteRemoveCommandDavid Pursehouse2019-01-201-4/+5
* refactor: simplify collection.toArray()Michael Keppler2018-08-231-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
* Don't treat command termination due '-h' option as a fatal errorAndrey Loskutov2015-12-291-2/+1
* Add remote command to JGit CLIKaloyan Raev2015-12-111-0/+197