Commits


portable: add FreeBSD support This adds the capability to compile got-portable on FreeBSD.


portable: initial Linux compilation This commit modifies the GoT main branch to be able to compile it under linux.


add "branch" keyword to got.conf which specifies a list of branches to fetch ok tracey


allow NULL pointer argument for got_free_gotconfig()


add per-worktree got.conf(5) file in the .got directory; ok millert