Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up ref name rules (#6437) #6439

Merged
merged 1 commit into from
Mar 26, 2019

Commits on Mar 26, 2019

  1. Clean up ref name rules (go-gitea#6437)

    * Clean up ref name rules
    
    Clean up checks on reference names to better conform to the guideline
    here: https://git-scm.com/docs/git-check-ref-format
    
    This fixes half of go-gitea#6321
    
    * Update branch create integration test
    
    According to: https://git-scm.com/docs/git-check-ref-format
    
    And: git check-ref-format "master/feature=test1"
    
    This is a valid branch name and we should not be testing for it to fail.
    mrsdizzie committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    ebe0d20 View commit details
    Browse the repository at this point in the history