Skip to content

Add `Repository#bare?` method

Robert Speicher requested to merge (removed):rs-add-bare into master

Necessary to fix gitlab-org/gitlab-ce#1362

Whereas empty? will return false for a repository that once had files but no longer does, bare? will return true.

Merge request reports