Commit Briefs

fd7a136d02 Stefan Sperling

remove duplicate check in if-statement


11495e0417 Stefan Sperling

tweak 'got rebase' conflict error message


778a73c202 Stefan Sperling

fix wrong command listed in man page text



1ee397ad2d Stefan Sperling

allow error return from got_worktree_checkout_cb()




877a927c9c Stefan Sperling

fix typo in comments



69185643da Stefan Sperling

remove unused variable in commit_worktree()



1675efa342 Stefan Sperling

fix double-free introduced during refactoring





ca355955e0 Stefan Sperling

oops, sync fileindex again after aborting rebase



a3a2faf267 Stefan Sperling

use checkout_files() helper in got_worktree_rebase_abort()


711d9cd95d Stefan Sperling

eliminate a pointless goto in worktree.c





fb399478ba Stefan Sperling

plug fileindex_path memory leaks


5ade8233f4 Stefan Sperling

eliminate potential got_fileindex_free(NULL) calls