go-git
go-git copied to clipboard
pushOption compatibility
Hi Everybody,
I'm looking how to add push options to push git command, but I am not sure go-git support them.
Looking to PushOptions in https://github.com/src-d/go-git/blob/master/options.go#L179 there is no attribute expressing pushOption and even trying to add them in .git/config as
[push] pushOption = myoption
it seems they are not processed by the library. Is there any plan in adding them?