summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm
Commit message (Expand)AuthorAgeFilesLines
* Replace "Checkout" by "Check out" when used as a verbThomas Wolf2019-03-152-5/+3
* Prepare 5.4.0-SNAPSHOT buildsMatthias Sohn2019-03-073-47/+47
* diff: add option metaVar for --src-prefix and --dst-prefixAndre Bossert2019-03-042-2/+3
* pgm: Fix missing braces in Version.run()Matthias Sohn2019-01-211-2/+4
* pgm: Handle IOException in Version commandMatthias Sohn2019-01-211-2/+7
* pgm: Fix missing braces in UploadPack.run()Matthias Sohn2019-01-211-1/+2
* pgm: Handle IOException in UploadPack commandMatthias Sohn2019-01-211-8/+9
* pgm: Handle exceptions in Tag commandMatthias Sohn2019-01-211-1/+5
* pgm: Fix missing braces in Status.run()Matthias Sohn2019-01-211-2/+4
* pgm: Handle exceptions in Status commandMatthias Sohn2019-01-211-1/+5
* pgm: Fix missing braces in ShowRef.run()Matthias Sohn2019-01-211-1/+2
* pgm: Handle IOException in ShowRef commandMatthias Sohn2019-01-211-6/+10
* pgm: Fix missing braces in Show.run()Matthias Sohn2019-01-211-3/+5
* pgm: Handle exceptions in Show commandMatthias Sohn2019-01-211-2/+5
* pgm: Fix missing braces in Rm commandMatthias Sohn2019-01-211-1/+2
* pgm: Handle GitAPIException in Rm commandMatthias Sohn2019-01-211-1/+4
* pgm: Handle exceptions in RevParse commandMatthias Sohn2019-01-211-18/+23
* pgm: Externalize error messageMatthias Sohn2019-01-213-1/+4
* pgm: Fix missing braces in Reset.run()Matthias Sohn2019-01-211-5/+10
* pgm: Handle GitAPIException in Reset commandMatthias Sohn2019-01-211-1/+4
* pgm: Handle GitAPIException in Repo commandMatthias Sohn2019-01-211-6/+11
* pgm: Handle exceptions in Remote commandMatthias Sohn2019-01-211-1/+3
* pgm: Handle exceptions in Reflog commandMatthias Sohn2019-01-211-1/+5
* pgm: Handle IOException in ReceivePack commandMatthias Sohn2019-01-211-2/+9
* Merge: Avoid non-localised literal string warning for "recursive"David Pursehouse2019-01-211-8/+5
* pgm: Fix missing braces in Push.run()Matthias Sohn2019-01-211-2/+4
* pgm: Handle exceptions in Push commandMatthias Sohn2019-01-211-1/+4
* pgm: Fix missing braces in MergeBase.run()Matthias Sohn2019-01-211-2/+4
* pgm: Handle IOException in MergeBase commandMatthias Sohn2019-01-211-10/+15
* pgm: Fix missing braces in Merge commandMatthias Sohn2019-01-211-10/+18
* pgm: Handle exceptions in Merge commandMatthias Sohn2019-01-211-90/+100
* pgm: Fix missing braces in LsTree.run()Matthias Sohn2019-01-211-2/+4
* pgm: Handle exceptions in LsTree commandMatthias Sohn2019-01-211-1/+4
* pgm: Fix missing braces in LsRemote.run()Matthias Sohn2019-01-211-1/+2
* pgm: Handle exceptions in LsRemote commandMatthias Sohn2019-01-211-6/+11
* pgm: Handle exceptions in LsFiles commandMatthias Sohn2019-01-211-1/+5
* pgm: Fix missing braces in Log.run()Matthias Sohn2019-01-211-3/+4
* pgm: Handle exceptions in Log commandMatthias Sohn2019-01-211-1/+3
* pgm: Handle exceptions in Init commandMatthias Sohn2019-01-211-5/+12
* pgm: Handle IOException in IndexPack commandMatthias Sohn2019-01-211-1/+4
* pgm: Fix missing braces in Fetch.run()Matthias Sohn2019-01-201-8/+14
* pgm: Handle IOException in Fetch commandMatthias Sohn2019-01-201-2/+2
* pgm: Handle GitAPIException in Gc commandMatthias Sohn2019-01-201-5/+10
* pgm: Fix missing braces in DiffTree.run()Matthias Sohn2019-01-201-5/+8
* pgm: Handle exceptions in DiffTree commandMatthias Sohn2019-01-201-1/+4
* pgm: Fix missing braces in Diff.run()Matthias Sohn2019-01-201-4/+6
* pgm: Handle exceptions in Diff commandMatthias Sohn2019-01-201-1/+4
* Stop using deprecated methods of RemoteSetUrlCommand/RemoteRemoveCommandDavid Pursehouse2019-01-201-4/+5
* pgm: Fix missing braces in Describe.run()Matthias Sohn2019-01-201-2/+4
* pgm: Handle exceptions in Describe commandMatthias Sohn2019-01-201-1/+6