summaryrefslogtreecommitdiff
path: root/lib/gitlab/git_ref_validator.rb
Commit message (Expand)AuthorAgeFilesLines
* Gracefully handle references with null bytesStan Hu2018-11-261-1/+5
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
* Use rugged to validate ref nameAhmad Hassan2018-07-191-4/+4
* Prevent branches or tags from starting with invalid characters (e.g. -, .)valid-branch-name-dash-bugJacob Schatz2017-10-051-1/+1
* More Gitaly annotationsJacob Vosmaer2017-07-131-0/+2
* Strip reference prefixes on branch creationMatthieu Tardy2017-01-091-0/+3
* Replace all usages of `git` command with configurable binary pathrs-git-bin-pathRobert Speicher2015-11-031-1/+1
* fix system silent callValery Sizov2014-11-061-1/+1
* Revert "Revert "Don't output to stdout from lib non-interactive methods""Valery Sizov2014-11-061-1/+2
* Revert "Don't output to stdout from lib non-interactive methods"Valery Sizov2014-11-061-2/+1
* Don't output to stdout from lib non-interactive methodsCiro Santilli2014-11-051-1/+2
* Validate branch-names and references in WebUI, APIRobert Schilling2014-09-031-0/+11