mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 12:46:07 +10:00
Don't show "Add README" link in an empty repository if user doesn't have access to push Reporter users would see this before even though they didn't have access to push:  It's not complete accurate to include the push command-line instructions, but users may still want the instructions to clone. After:  Closes #3094 See merge request !1626