gift icon indicating copy to clipboard operation
gift copied to clipboard

Document native git options

Open saitheexplorer opened this issue 9 years ago • 1 comments

I was attempting to make an empty commit with git commit --allow-empty, and after digging through the source, I was able to pass in {'allow-empty': true} to the commit function to get this to work.

the Repo#status docs make a vague reference to this capability, but it's not clear that this would work on any function.

Possible to include this in the docs?

saitheexplorer avatar May 05 '15 03:05 saitheexplorer

Sure. Could you send a pull request?

notatestuser avatar Jul 02 '15 05:07 notatestuser