Commit Briefs

0ebf8283cd Stefan Sperling

initial 'got histedit' implementation


d0710d08dc Stefan Sperling

make got_worktree_resolve_path() handle non-existent paths



fd7a136d02 Stefan Sperling

remove duplicate check in if-statement



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