Greg Sohl
Greg Sohl
Was only 2.5 years ago I said I was going to do this! Not a bit change, but hopefully useful.
I've got a pull request almost ready to go. - Greg On Sat, Aug 24, 2019, 9:21 AM Soroush wrote: > The ultimate sample would be the rewriting of the...
Do you have any more detail on this issue? I'm planning several repositories that will not have master branches and am hoping to use WebGitNet for an HTTP front end....
I have a repo with two independent branches in it - ProductA and ProductB. I keep it this way due to some external reasons. So the branches operate independently, because...
I just did an extensive set of tests as part of a piece of work for it. All of my tests included a repo that does not have a master...
I pushed a branch (1 commit) that has just a bit of what I was thinking of to solve this (https://github.com/gregsohl/WebGitNet/commit/3f27ed5ed535de0a4b27cec92991406857c26aa0). Initial goal was that when the user selects a...
> > > > > > > I'll probably fix this by ensuring that HEAD is set in the post-receive hook. > > > > > > > I'm not...
BTW, when working on the authorization layer, this was my (fully successful) test plan, again run one at least one repo that did not have a master branch: **Test Plan**...
John, do you have a second to answer my question two comments up? Thanks.
What I have coming for authorization is much more extensive than this, though windows group based would be a good extra authorization provider for my implementation, which includes a Git...