Commits
- Commit:
cd2a3010322415cd187fe81189a32e49cac09672
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a todo item for 'got rebase'; prompted by a question from tb@
- Commit:
e016e61067cb2f0b9e60bd6127aff65dc1f977ec
- From:
- Omar Polo <op@omarpolo.com>
- Date:
work around thin bundles in regress and add a TODO
git bundle hardcodes --thin when using an exclude base and doesn't
provide a way to disable it. Somehow, currently, it decides to use
a thin pack only in sha256 and not in sha1. For now however, change
that test to use gotadmin dump instead to generate an incremental
bundle.
We'll have to support in some ways the thin packs to be completely
compatible with git bundles, so add a TODO.
discussed with stsp.
- Commit:
6dec0e61f236705f6aee5257ea0e2598b8554a96
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a rebase todo item
- Commit:
0fa332b53c81ad34f6e60bad94ce41e14d0bffab
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove http client support from TODO list
- Commit:
9ea071aa8277616ed7e94d4f369ea6988a8aacfd
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
mark gotd http-notifications todo item as done
- Commit:
6cd04c7054a96d0025d9a12fc17c8ffbc5085925
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove outdated TOOD item and tweak test accordingly
The default deny policy is working as expected according to newly added
regression test. Tweak this test to use an implicit read-only rule,
rather than an explicit one, as stated in the TODO item.
- Commit:
38e11cc05b40eb2d4fe81868dccdf2c59494efa4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a utf8 todo item
- Commit:
daac4478f74fe96633ad055e02d74c781b34270c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
update gotd TODO list; email notifications have been implemented
- Commit:
227f81a40643e9c82bb019336421e17e914d015a
- From:
- Omar Polo <op@omarpolo.com>
- Date:
remove gotwebd todo entries that are done
- Commit:
16efe7a78beaaca9c3c68128c40e6e9eec120a2d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
remove 'bind interface removal' TODO item
- Commit:
e2766b2cfe846879e3e4de660bc7e7af350a384b
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd TODO: category grouping support
- Commit:
6c9ac7298bef21a113492d75f7f7208f0e6fb808
- From:
- Omar Polo <op@omarpolo.com>
- Date:
TODO: gotwebd should reply with 404 on some kind of errors
- Commit:
51b56d129f9e0504bdf70209c1011a5b077742a6
- From:
- James Cook <falsifian@falsifian.org>
- Date:
remove 'got merge -M' todo item
- Commit:
179f9db092046395efaa1dc9e767a1ec109e1174
- From:
- James Cook <falsifian@falsifian.org>
- Date:
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@
- Commit:
664d62f9f2469ee2bc583ab0bbc90e56bf2d560e
- From:
- Omar Polo <op@omarpolo.com>
- Date:
remove items done in gotwebd and gotadmin
- Commit:
f2e547bc13d05b5421166896fb342d178fa7dc1f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a gotd todo item
- Commit:
ee6d2355344d621c46cfa45e9186e1d98704337d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
trim trailing whitespace in TODO file
- Commit:
929234006979da71dc10709a538d7e94eafbe88a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
update TODO list
- Commit:
e2bd307e144cf6a7c5a878d68e04bd8c744153ea
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
merge TODO wording tweak: 'got rebase' says "forwarding", not "fast-forwarding"
- Commit:
80be18be44c18ed586311d60524d01633b94cf6f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix bad wording used in previous commit
- Commit:
1756e377b0f3d32399f9bb06d235b261190cbf2f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a TODO item for 'got merge' based on IRC discussion with James Cook
- Commit:
0c049f812e8c3be4dff1796adb9f6d66ca01832b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a TODO item for gotadmin pack command
- Commit:
3d1fb67a1151cce4753ae85f6b011032e39eb435
- From:
- Omar Polo <op@omarpolo.com>
- Date:
typo
- Commit:
ac8bf7dc9ad71b20ffe81ce80b7df061c710ffa7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a TODO item regarding missing client-side pack content verification
- Commit:
575fac0e51cf92038e551641f8bf57a67fa18d72
- From:
- Omar Polo <op@omarpolo.com>
- Date:
yet another gotwebd TODO
writing everything down to avoid forgetting stuff...