I hereby claim:
- I am ehsavoie on github.
- I am ehsavoie (https://keybase.io/ehsavoie) on keybase.
- I have a public key whose fingerprint is C20B C9F9 5BF2 1D8F C606 9D74 0052 EC74 6764 36E0
To claim this, I am signing this object:
| //usr/bin/env jbang "$0" "$@" ; exit $? | |
| //DEPS info.picocli:picocli:4.2.0 | |
| //DEPS org.eclipse.jgit:org.eclipse.jgit:5.8.1.202007141445-r | |
| import org.eclipse.jgit.api.ListBranchCommand; | |
| import org.eclipse.jgit.api.errors.GitAPIException; | |
| import org.eclipse.jgit.lib.Ref; | |
| import org.eclipse.jgit.lib.Repository; | |
| import org.eclipse.jgit.revwalk.RevCommit; |
| var svgToMiniDataURI = require("mini-svg-data-uri"); | |
| var fs = require('fs'); | |
| var http = require('http'); | |
| var https = require('https'); | |
| function hasHeader(header, headers) { | |
| var headers = Object.keys(headers || this.headers) | |
| , lheaders = headers.map(function (h) {return h.toLowerCase()}) | |
| ; |
| var svgToMiniDataURI = require("mini-svg-data-uri"); | |
| var http = require('http'); | |
| var https = require('https'); | |
| const url = process.argv[2]; | |
| var client = http; | |
| if (url.startsWith("https")){ | |
| client = https; | |
| } |
I hereby claim:
To claim this, I am signing this object: