Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move agit dependcy (#19998) | Lunny Xiao | 2022-06-17 | 1 | -2/+13 |
| | |||||
* | Fix spelling mistake in ProcReceive (#19853) | zeripath | 2022-06-01 | 1 | -1/+1 |
| | | | | | There was a spelling mistake in the ProcReceive handler. This PR fixes this. | ||||
* | Clean-up HookPreReceive and restore functionality for pushing non-standard ↵ | zeripath | 2021-09-16 | 1 | -0/+34 |
refs (#16705) * Clean-up HookPreReceive and restore functionality for pushing non-standard refs There was an inadvertent breaking change in #15629 meaning that notes refs and other git extension refs will be automatically rejected. Further following #14295 and #15629 the pre-recieve hook code is untenably long and too complex. This PR refactors the hook code and removes the incorrect forced rejection of non-standard refs. Fix #16688 Signed-off-by: Andrew Thornton <art27@cantab.net> |