-
Notifications
You must be signed in to change notification settings - Fork 788
push-option support #268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
S-Bohn
pushed a commit
to S-Bohn/go-git
that referenced
this issue
Oct 26, 2021
go-git: Add field `Options` to `PushOptions`, wire functionality.
Very good feature! And looks like someone added PR. |
ben-tbotlabs
pushed a commit
to openmetagame/go-git
that referenced
this issue
Nov 5, 2021
* master: Update github.com/xanzy/ssh-agent to v0.3.1 Document the push refspec format Add support to push commits per hashes better tests plumbing: gitignore, Read .git/info/exclude file too. plumbing: packp, Add encoding for push-options. Fixes go-git#268. go-git: Add field `Options` to `PushOptions`, wire functionality. git: add --follow-tags option for pushes add tests examples: add find-if-any-tag-point-head Add RemoteURL to {Fetch,Pull,Push}Options plumbing/storer/object: improve grammar Go Doc (go-git#350) plumbing: format/packfile, prevent large objects from being read into memory completely (go-git#330)
harry-hov
pushed a commit
to gitopia/go-git
that referenced
this issue
Oct 6, 2022
go-git: Add field `Options` to `PushOptions`, wire functionality.
traidare
pushed a commit
to traidare/go-git
that referenced
this issue
Oct 26, 2024
go-git: Add field `Options` to `PushOptions`, wire functionality.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm looking for a way to add push options to a push request. Specifically, I'm wanting to use them with Gitlab as designated in their documentation. I don't see the ability to do so anywhere in the
PushOptions
struct. In fact, I found this issue in what I believe used to be the area this project used to live in.The text was updated successfully, but these errors were encountered: