Commit Briefs

Omar Polo

free fileindex entry upon add_entry() failure

Very unlikely (an occurrence of it would mean that got produced an invalid fileindex) and harmless anyway since we would just terminate, but a leak is still a leak. ok stsp@


Stefan Sperling

grammar fix for parse.y error message


Stefan Sperling

reject overlapping protected branch vs. tag namespaces

ok op@


Omar Polo

gotd.conf: free STRINGS in all code paths

ok stsp@


Stefan Sperling

update TODO list



Stefan Sperling

add support for protecting references against 'got send -f' to gotd

ok op@


Omar Polo

unfold line


Omar Polo

template: fix processing of "{" at end of line

add a regress for this case.


Omar Polo

fix crash in got log due to NULL-deref in got_object_blob_close

Reported by Mikhail (thanks!), ok jamsek


Mark Jamsek

tog: resume blame and diff search from the first line

In diff and blame views, if the user scrolls up during a search, resume search from the first displayed line--not the current match. This makes sense in these views as the "cursor" or current line is the first line. Patch by Mikhail. ok op@


Omar Polo

gotwebd: don't special case BLOB, BLOBRAW and RSS

shuffle some code to handle all the page types in the switch. ok tracey@


Stefan Sperling

avoid gitwrapper printing a warning when /etc/gotd.conf does not exist

gotd still requires the config file, of course, but gitwrapper must treat is as optional and remain silent if the file cannot be found.


Omar Polo

gitwrapper: execl() directly without fork()ing

Since we're going to unconditionally execute gotsh or git-*-pack, don't bother fork()ing and having the main process to wait(2), just execle()! ok stsp@


Omar Polo

fmt