Re: receive.denyCurrentBranch that allows pushing data, just not changing branch

2019-05-25 Thread Ævar Arnfjörð Bjarmason
On Sat, May 25 2019, Shawn Landden wrote: > It would be nice if when pushing to a checked out repo you could get > up git to still push the commits, just not update the branch's HEAD. How would this proposed feature differ from what receive.denyCurrentBranch=false does now? You have a commit X

receive.denyCurrentBranch that allows pushing data, just not changing branch

2019-05-25 Thread Shawn Landden
It would be nice if when pushing to a checked out repo you could get up git to still push the commits, just not update the branch's HEAD. -Shawn Landden