mattia / pagure

Forked from pagure 3 years ago
Clone

d95ea09 Warn users when a project does not support direct push

Authored and Committed by pingou 6 years ago
    Warn users when a project does not support direct push
    
    Projects enforcing contributions via pull-request do not support direct
    push to their git repo (which is reflected in the gitolite.conf ACLs for
    this project).
    
    Fixes https://pagure.io/pagure/issue/2773
    
    Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>