fix NULL dereference in 'got clone' if server sends an empty pack file
[got-portable.git] / TODO
blobcb4ecc3cec077c6ce89e4d713041cbcf45779d11
1 got:
2 - Teach 'got merge' to merge changes into an arbitrary subdirectory
3   of the work tree. This would be nice for merging vendor branches.
4   Say you have a branch 'llvm-12' which intially contains a 12.0
5   release tree as published by the LLVM project, added to the repository
6   with a command such as 'got import -b llvm-12'. On the main branch we
7   would want to merge files from the llvm-12 branch into /usr/src/gnu/llvm
8   instead of the root directory checked out at /usr/src.
9   The next LLVM release 12.1 would later be committed onto the llvm-12
10   branch and then merged into main at /usr/src/gnu/llvm in the same way.
12 libexec:
13 - add http(s) transport with libtls in dial.c, speaking Git's HTTP protocol
14   via got-fetch-pack or a new helper
16 tog:
17 - implement horizonal scrolling in all views
18 - implement horizonal split view mode
19 - implement 'limit' for 'tog log' (like search but display matched commits only)
20 - allow moving to prev/next blamed line in diff view if opened from blame view,
21   similar to how the diff view can switch commits if opened from log view
23 gotweb:
24 - tracey has a gotwebd thingy in progress somewhere
26 gotd:
27 - needs to be designed and implemented