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.
153
153
Are there other places in this file where ` skip_prefix() ` would be
154
154
more readable than ` starts_with() ` ?</s > ** taken**
155
155
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
157
157
` strchr() ` and then with ` strlen() ` , and rewrite these sites using
158
- ` strchrnul() ` when appropriate.
158
+ ` strchrnul() ` when appropriate.</ s > ** taken **
159
159
160
160
12 . <s >Currently in order to disallow the ` --[no]-xxx ` form of a
161
161
command-line option, we have to initialize the option's full
@@ -177,8 +177,8 @@ too ambitious and not get it done.
177
177
15 . Rewrite ` fsck.c:fsck_commit() ` to use ` starts_with() ` and/or
178
178
` skip_prefix() ` .
179
179
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 **
182
182
183
183
17 . Find one or more bugs, inefficiencies, or unconventional code
184
184
patterns in ` builtin/apply.c:fuzzy_matchlines() ` and fix them.
You can’t perform that action at this time.
0 commit comments