Commit Briefs

998ff57f4f Stefan Sperling

make advance_branch() search the smaller id set first


9f57848c05 Stefan Sperling

remove unnecessary graph search in advance_branch()


81a966c019 Stefan Sperling

whitespace



7a62478bb7 Stefan Sperling

remove some unused cruft from commit graph



7310c1c396 Stefan Sperling

don't open tree unnecessarily in detect_changed_path()


ce95c694d0 Stefan Sperling

remove unreachable code



9b88e78ce7 Stefan Sperling

don't add duplicates to commit graph's open branches set


d2c2d78192 Stefan Sperling

fix comparison of parents content in advance_branch()


6dcdad0803 Stefan Sperling

plug memory leaks in advance_branch()


d14519756a Stefan Sperling

add custom error code for 'no such tree entry' errors





327775636a Stefan Sperling

avoid tips temp copy in fetch_commits_from_open_branches()


cb103d042c Stefan Sperling

allow got_object_idset_for_each() to return an error


1bf85b22df Stefan Sperling

stop messing with the open_branches set in add_node()


5df4932d8e Stefan Sperling

improve handling of struct got_object_qid allocations


649fc316f2 Stefan Sperling

remove a redundant call to detect_changed_path()


bfd1f6daa4 Stefan Sperling

init commit timestamp earlier in commit graph's add_node()


ccb26ccd3c Stefan Sperling

avoid a call to mktime() in commit graph's add_node()



05e1230b0e Stefan Sperling

rename got_commit_object_mini to got_mini_commit_object