5 years ago aaa0878e4d Stefan Sperling
add got_pathset API which manages a tree of paths
5 years ago 11624658e6 Stefan Sperling
remove unused definition of nitems()
5 years ago 8419a39663 Stefan Sperling
add another todo item for tog
5 years ago 54f77e21e4 Stefan Sperling
add a TODO file
5 years ago 52a3df9bad Stefan Sperling
remove some unnecessary verification from update tests
5 years ago e1ed7f7744 Stefan Sperling
must use safe iteration over file index entries
5 years ago 5cc266baad Stefan Sperling
make 'got update' remove directories in a checkout with path prefix
5 years ago 1f46d0af75 Stefan Sperling
rename misleadinly named field in struct collect_missing_entry_args
5 years ago 82d71325af Stefan Sperling
improve wording of a comment in tree_checkout()
5 years ago f5c49f8237 Stefan Sperling
make 'got update' remove empty directories
5 years ago 4b0bb32784 Stefan Sperling
document got_repo_get_path() and got_repo_get_path_git_dir()
5 years ago 6e9da951cc Stefan Sperling
make got_repo_get_path_git_dir() return const char *
5 years ago 7839bc15b2 Stefan Sperling
make got_repo_get_path() return const char *
5 years ago 3e9926ea00 Stefan Sperling
fix diffing of blamed commit in 'tog blame'
5 years ago f12d0dbe46 Stefan Sperling
whitespace
5 years ago eea47b7eab Stefan Sperling
apply unveil(2) to worktree tests
5 years ago c89f2770dd Stefan Sperling
apply unveil(2) to delta tests
5 years ago cb44a3e566 Stefan Sperling
apply unveil(2) to repository tests
5 years ago 9220560796 Stefan Sperling
plug leaks in error path of tog blame
5 years ago d188b9a6a4 Stefan Sperling
apply unveil(2) to 'tog tree'
5 years ago 8e94dd5baf Stefan Sperling
apply unveil(2) to 'tog blame'
5 years ago eb6600df99 Stefan Sperling
apply unveil(2) to 'tog diff'
5 years ago c2db672433 Stefan Sperling
apply unveil(2) to 'tog log'
5 years ago 0f8d269b44 Stefan Sperling
apply unveil(2) to 'got tree'
5 years ago 36e2fb6662 Stefan Sperling
apply unveil(2) to 'got blame'