File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -284,10 +284,9 @@ extern int delayed_reachability_test(struct shallow_info *si, int c);
284
284
extern void prune_shallow (unsigned options );
285
285
extern struct trace_key trace_shallow ;
286
286
287
- extern int interactive_add (int argc , const char * * argv , const char * prefix ,
288
- const char * patch_mode );
289
- extern int run_add_interactive (const char * revision , const char * patch_mode ,
290
- const struct pathspec * pathspec );
287
+ int interactive_add (int argc , const char * * argv , const char * prefix , int patch );
288
+ int run_add_interactive (const char * revision , const char * patch_mode ,
289
+ const struct pathspec * pathspec );
291
290
292
291
struct commit_extra_header {
293
292
struct commit_extra_header * next ;
Original file line number Diff line number Diff line change @@ -379,14 +379,6 @@ the --no-sparse command-line argument.
379
379
GIT_TEST_PRELOAD_INDEX=<boolean> exercises the preload-index code path
380
380
by overriding the minimum number of cache entries required per thread.
381
381
382
- GIT_TEST_REBASE_USE_BUILTIN=<boolean>, when false, disables the
383
- builtin version of git-rebase. See 'rebase.useBuiltin' in
384
- git-config(1).
385
-
386
- GIT_TEST_ADD_I_USE_BUILTIN=<boolean>, when true, enables the
387
- builtin version of git add -i. See 'add.interactive.useBuiltin' in
388
- git-config(1).
389
-
390
382
GIT_TEST_INDEX_THREADS=<n> enables exercising the multi-threaded loading
391
383
of the index for the whole test suite by bypassing the default number of
392
384
cache entries and thread minimums. Setting this to 1 will make the
You can’t perform that action at this time.
0 commit comments