Commit Briefs

3ffacbe1f6 Tracey Emery

goto done and remove erroneous break


845785d4e4 Tracey Emery

typo


f44b1f585d Tracey Emery

enable searching in tog diff view

ok stsp





de6bdba441 Tracey Emery

prevent null folder in blame hash link


10d47faf5c Tracey Emery

add link to blame hash for blob of that commit



43bd15e5b2 Tracey Emery

whoops, add back leading slash


6a821328e5 Tracey Emery

stop compounding slashes on folder path



6753ca5515 Tracey Emery

remove blob css


b27da80170 Tracey Emery

remove html from blob output


e46f587ca8 Tracey Emery

add gw_blob to increase the usefulness of gw_tree



4bec75396a Stefan Sperling

missing error check in gw_display_index()




20f3465285 Stefan Sperling

free all the things allocated by gw_summary() in one place


f4df82f9ff Stefan Sperling

simplify error return from pledge failure in gw_summary



0b20762bef Stefan Sperling

don't use stdbool.h


4b60fecedf Stefan Sperling

call strdup("") instead of asprintf(&var, "")


88d59c3662 Stefan Sperling

remove superfluous braces around asprintf calls