Commit Briefs

Omar Polo

gotwebd: refactor gotweb_load_got_path

- don't special case ".got": if it's a work-tree gotwebd will just fail soon enough. Suggested by stsp@ - avoid an strdup. - drop `opened' to make it easier to follow what's going on. ok stsp@


Stefan Sperling

make gotwebd cache open repository handles in struct server

ok op@


Omar Polo

indent


Omar Polo

gotwebd: plug two memory leak and drop unneeded ternary

ok tracey@



Mark Jamsek

tog: remove gcc ternary if extension

ok stsp@


Stefan Sperling

add a gotwebd todo item


Stefan Sperling

remove gotwebd TODO items that are done



Omar Polo

wrap overlong line in diff.sh


Omar Polo

fix NULL deref in the object cache debug code; ok stsp@

it's not in code compiled by default as it's under GOT_OBJ_CACHE_DEBUG.