aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/UploadPack.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-2/+0
* [pgm] Ensure UploadPack is closed to fix resource leakMatthias Sohn2022-11-211-5/+6
* ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-1/+1
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* pgm: Fix missing braces in UploadPack.run()Matthias Sohn2019-01-211-1/+2
* pgm: Handle IOException in UploadPack commandMatthias Sohn2019-01-211-8/+9
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-181-0/+2
* Add an input stream and an error stream to TextBuiltin base classGuillaume Nodet2014-03-301-1/+1
* Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn2013-05-061-0/+1
* Check for write errors in standard out and exit with errorRobin Rosenberg2012-09-161-1/+1
* Use FileKey to resolve Git repository argumentsShawn O. Pearce2010-06-251-11/+15
* Externalize strings from JGitSasa Zivkov2010-05-191-4/+5
* Introduce a named constant for the .git directory.Robin Rosenberg2010-01-151-3/+4
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+80