Commit Briefs

227f81a406 Omar Polo

remove gotwebd todo entries that are done


16efe7a78b Omar Polo

remove 'bind interface removal' TODO item


e2766b2cfe Omar Polo

gotwebd TODO: category grouping support



51b56d129f James Cook

remove 'got merge -M' todo item


179f9db092 James Cook

Implement fast-forward merges.

Split part of got_worktree_merge_prepare into a new function, got_worktree_merge_write_refs, since that part doesn't make sense in the fast-forward case. ok stsp@


664d62f9f2 Omar Polo

remove items done in gotwebd and gotadmin


f2e547bc13 Stefan Sperling

add a gotd todo item


ee6d235534 Stefan Sperling

trim trailing whitespace in TODO file


9292340069 Stefan Sperling

update TODO list



80be18be44 Stefan Sperling

fix bad wording used in previous commit



0c049f812e Stefan Sperling

add a TODO item for gotadmin pack command


3d1fb67a11 Omar Polo

typo



575fac0e51 Omar Polo

yet another gotwebd TODO

writing everything down to avoid forgetting stuff...


ea8724388e Omar Polo

one more TODO for gotwebd


e1ecf949b9 Omar Polo

add a few TODOs for got patch and gotwebd



26a981724a Stefan Sperling

add an idea for 'got fetch' to the todo list


d6669aa729 Stefan Sperling

update todo list


c48f94a406 Stefan Sperling

fix histedit -m on a commit which only changes filemode bits

The commit was being miscategorized as a no-op change and dropped. Now the commit is retained and its log message is updated as expected. ok op, jamsek



711bec03cb Stefan Sperling

add TODO item for a histedit -m bug I have run into