Commit 09a9c1f
committed
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 CFile tree
6 files changed
+595
-320
lines changed- builtin
- t
6 files changed
+595
-320
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 37 | | |
54 | 38 | | |
55 | 39 | | |
| |||
1220 | 1204 | | |
1221 | 1205 | | |
1222 | 1206 | | |
1223 | | - | |
| 1207 | + | |
1224 | 1208 | | |
1225 | 1209 | | |
1226 | 1210 | | |
| |||
1803 | 1787 | | |
1804 | 1788 | | |
1805 | 1789 | | |
1806 | | - | |
| 1790 | + | |
1807 | 1791 | | |
1808 | 1792 | | |
1809 | 1793 | | |
| |||
0 commit comments