]> git.cameronkatri.com Git - cgit.git/commit
Handle missing default branch and error out on invalid branch names
authorLars Hjemli <hjemli@gmail.com>
Fri, 4 Jan 2008 12:43:40 +0000 (13:43 +0100)
committerLars Hjemli <hjemli@gmail.com>
Fri, 4 Jan 2008 12:43:40 +0000 (13:43 +0100)
commitf80ff37a1706e6774ca21a3ce1fceeb17f89a37a
tree49558c7d594c054a9523f332de33112853e2c125
parent620bb3e5e4ff87da740fe7232ba74330b5f862d4
Handle missing default branch and error out on invalid branch names

When no branch is specified and the repository does not have a default branch,
use the first branch.

Also, print sensible errormessages when the repository does not contain any
branches and when invalid branchnames are specified.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
cgit.c