Commit Briefs

Stefan Sperling

add a utf8 todo item







James Cook

remove 'got merge -M' todo item


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@



Stefan Sperling

add a gotd todo item


Stefan Sperling

trim trailing whitespace in TODO file


Stefan Sperling

update TODO list



Stefan Sperling

fix bad wording used in previous commit



Stefan Sperling

add a TODO item for gotadmin pack command


Omar Polo

typo



Omar Polo

yet another gotwebd TODO

writing everything down to avoid forgetting stuff...


Omar Polo

one more TODO for gotwebd




Stefan Sperling

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


Stefan Sperling

update todo list


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