Commits


fix potential type mismatches between format specifiers and arguments Cast printf arguments of type time_t and off_t to long long to match the %lld format specifier on platforms where this might not be the case. In parse.y, switch the number variable to long long because all its interactions are with that type anyway. ok millert stsp


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


remove unused #includes from the new got-read-gotconfig/parse.y ok tracey


add got.conf(5) configuration file ok tracey