5 years ago 0f6d741505 Stefan Sperling
implement got revert -R
5 years ago 486b107b8f Stefan Sperling
might be a good idea to have something like git checkout -p
5 years ago 285e7af7c6 Stefan Sperling
add 'got stage' to TODO list
5 years ago 26107ee6a3 Stefan Sperling
remove redundant TODO item
5 years ago 4de3c71b4d Stefan Sperling
TODO: move 'got' items to 'got' section where they belong
5 years ago 37dcdc0958 Stefan Sperling
TODO: add author, date, and logmsg for fb4d85023675bc7da402da96b2bb84fd12905dbf
5 years ago cf8cd63e6a Stefan Sperling
add 'got revert -R' to TODO list
5 years ago 678cbce557 Stefan Sperling
allow aborting search in 'tog log' with backspace key
5 years ago 6fcd089d7c Stefan Sperling
add TODO item for tog
5 years ago 073e575f1b Stefan Sperling
add a TODO item for histedit
5 years ago dd88155e48 Stefan Sperling
disambiguate abbreviated object IDs based on object type
5 years ago 45f2ef4ca8 Stefan Sperling
add a todo item for abbreviated object IDs
5 years ago d01904d4bb Stefan Sperling
add 'r' command to tog log view
5 years ago d6117e780b Stefan Sperling
diff thread in tog will probably not be needed
5 years ago b07cf8c30f Stefan Sperling
add usr.bin/diff todo item
5 years ago 5a5bf2acb9 Stefan Sperling
update todo items for tog
5 years ago 17ed46186c Stefan Sperling
allow removing multiple paths at once for 'got rm'
5 years ago 7915fa67c3 Stefan Sperling
got-read-pack memory usage is looking good now
5 years ago a3da3b618b Stefan Sperling
document an idea which might speed up processing of deltas
5 years ago d1078c40c0 Stefan Sperling
add a TODO item
5 years ago a3df2849ff Stefan Sperling
fix bug reproduced by xfail test 'test_commit_added_subdirs'
5 years ago 32e06003d3 Stefan Sperling
add another TODO item
5 years ago a351b7ff43 Stefan Sperling
add a tog TODO item
5 years ago 03df25b334 Stefan Sperling
disallow directories with 'got add'; add a TODO item for them
5 years ago 723c305ce4 joshua stein
make adding files already in the file-index not a fatal error