Commits


document the new search feature in tog's diff view


handle commit briefs branch display in gw_briefs instead of gw_summary


improve gw_blame querystring checking. remove XXX comments, since repo_file is now checked before dumping blob


improve gw_blob querystring checking


check required querystring commit exists for gw_tags


rename commit to commit_id in gw_trans and fix setting gw_trans->commit_id from gw_index leave comment explaining this


initialize author and committer to prevent double free on error


where we can, use a single open repo object to reduce opening and closing a repo


further simplify objects carries around in struct gw_header


simplify getting commit header info and open and close in scope discussed at length with stsp


add a test which ensures that 'got rebase' trims empty dirs from disk


simplify gw_get_repo_age() and close several resource leaks


no need to dup refname in gw_output_repo_heads()


check for any symbolic refs and skip them, not just HEAD


refname in gw_get_repo_age() doesn't need to be duplicated; simplify