Skye Shaw
Skye Shaw
Does GitLab or Bitbucket support these? Can one just pass these arguments to the current API clients' methods calls ([GitHub example](https://github.com/sshaw/export-pull-requests/blob/4a81cc2347029145e88976401dc98701b2abe72d/bin/epr#L147)) as is?
Yes thanks. Seem that these sorts of issues [have been brought to the attention of the Bitbucket API client used](https://github.com/bitbucket-rest-api/bitbucket/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc+2.0) to no avail. PRs are using 2.0, but [issues are...
Is this for GitHub or one of the other supported services? Do you know if the given API client supports these types of queries?
Good idea. Currently not supported though 😞.
Hi, thanks for the info. Sounds like a good idea. Currently there's an `--export` (`-x`) option. Given what you've proposed, it sounds like when one specifies `--export pr` we should...
> what if you provided a freeform -q/--query-string switch, and allow folks to plug in their own, and pass them in the API query? Yeah seems like the best direction...
`-q 'foo=bar&baz=123'` seems cumbersome and since in most (all?) *nix shells `&` puts a job in the background and must be escaped/quoted. Specifying multiple `-q`s seems more user-friendly. Plus, the...
Hi, thanks for the suggestion. Does the Google example represent the path that one would get with a default JGit installation? Also, if you can provide the following link structures...
Hi, thanks for all the information. Given this, it seems that there is not standard config that one can use rather, they'd have to do a [custom config](https://github.com/sshaw/git-link#building-links-and-adding-services) based on...
> Instead, git-link should be able to correctly identify the remote and branch. How to do that? > In the particular case this was tested under, the foo repository didn't...