File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -153,9 +153,9 @@ too ambitious and not get it done.
153153 Are there other places in this file where ` skip_prefix() ` would be
154154 more readable than ` starts_with() ` ?</s > ** taken**
155155
156- 11 . Find places where we scan a string twice unnecessarily, once with
156+ 11 . < s > Find places where we scan a string twice unnecessarily, once with
157157` strchr() ` and then with ` strlen() ` , and rewrite these sites using
158- ` strchrnul() ` when appropriate.
158+ ` strchrnul() ` when appropriate.</ s > ** taken **
159159
16016012 . <s >Currently in order to disallow the ` --[no]-xxx ` form of a
161161 command-line option, we have to initialize the option's full
@@ -177,8 +177,8 @@ too ambitious and not get it done.
17717715 . Rewrite ` fsck.c:fsck_commit() ` to use ` starts_with() ` and/or
178178` skip_prefix() ` .
179179
180- 16 . Rewrite ` builtin/add.c:run_add_interactive() ` to use `struct
181- argv_array`.
180+ 16 . < s > Rewrite ` builtin/add.c:run_add_interactive() ` to use `struct
181+ argv_array`.</ s > ** taken **
182182
18318317 . Find one or more bugs, inefficiencies, or unconventional code
184184 patterns in ` builtin/apply.c:fuzzy_matchlines() ` and fix them.
You can’t perform that action at this time.
0 commit comments