Commit Briefs


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


d56b34ca68 Stefan Sperling

just return 0 instead of EXIT_SUCCESS


5147ab5665 Stefan Sperling

prevent a NULL deref in gw_get_commits()


5ddf007962 Stefan Sperling

ensure that the result of gw_init_header() is always freed


470cd82696 Stefan Sperling

plug memory leaks on error in gw_tag()


42281175e0 Stefan Sperling

plug memory leaks on error in gw_tree()


0e00e8f4e2 Stefan Sperling

plug memory leaks on error in gw_briefs()


18da997892 Stefan Sperling

plug memory leaks on error in gw_commits()