-
- Downloads
Merge branch 'tt/bisect-in-c'
More code in "git bisect" has been rewritten in C. * tt/bisect-in-c: bisect--helper: `bisect_start` shell function partially in C bisect--helper: `get_terms` & `bisect_terms` shell function in C bisect--helper: `bisect_next_check` shell function in C bisect--helper: `check_and_set_terms` shell function in C wrapper: move is_empty_file() and rename it as is_empty_or_missing_file() bisect--helper: `bisect_write` shell function in C bisect--helper: `bisect_reset` shell function in C
No related branches found
No related tags found
Showing
- builtin/am.c 2 additions, 18 deletionsbuiltin/am.c
- builtin/bisect--helper.c 559 additions, 4 deletionsbuiltin/bisect--helper.c
- cache.h 3 additions, 0 deletionscache.h
- git-bisect.sh 17 additions, 297 deletionsgit-bisect.sh
- t/t6030-bisect-porcelain.sh 1 addition, 1 deletiont/t6030-bisect-porcelain.sh
- wrapper.c 13 additions, 0 deletionswrapper.c
Please register or sign in to comment