Commit Briefs

Thomas Adam

grammar fix for parse.y error message


Thomas Adam

reject overlapping protected branch vs. tag namespaces

ok op@


Thomas Adam

gotd.conf: free STRINGS in all code paths

ok stsp@


Thomas Adam

update TODO list


Thomas Adam

gotd.conf: fix memleak in `protect' error path and disallow dups too

ok stsp@



Thomas Adam

unfold line


Thomas Adam

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

add a regress for this case.


Thomas Adam

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

Reported by Mikhail (thanks!), ok jamsek


Thomas Adam

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@


Thomas Adam

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

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


Thomas Adam

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.


Thomas Adam

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@


Thomas Adam

fmt



Thomas Adam

require gotsh to exist if the repository is listed in gotd.conf

ok op@


Thomas Adam

some formatting fixes for gitwrapper.1

- new sentence, new line - use Pa where needed - move ENVIRONMENT before FILES


Thomas Adam

add gitwrapper(1)

ok op@, tracey@ earlier version


Thomas Adam

fix an off-by-one in got_serve_parse_command() canonpath allocation

ok op@, tracey@



Thomas Adam

portable: template: allow for YACC

As with the main got project, allow for template to use the YACC environment variable -- either directly, or indirectly if set via ./configure in the main got project.


Thomas Adam

portable: fix getopt check

Rather than always asserting our version of getopt(2), only do so if it lacks certain features. Some of the configure.ac changes have come from openssh-portable.



Thomas Adam

portable: set next version


Thomas Adam

portable: release 0.86 (tags/0.86)