Skip to content

Commit 2c2ccec

Browse files
committed
TO-DROP
This avoids merge conflicts with `dscho/add-p`; we will resolve them afterwards. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent ba0e395 commit 2c2ccec

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

commit.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,9 @@ extern int delayed_reachability_test(struct shallow_info *si, int c);
284284
extern void prune_shallow(unsigned options);
285285
extern struct trace_key trace_shallow;
286286

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);
291290

292291
struct commit_extra_header {
293292
struct commit_extra_header *next;

t/README

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -379,14 +379,6 @@ the --no-sparse command-line argument.
379379
GIT_TEST_PRELOAD_INDEX=<boolean> exercises the preload-index code path
380380
by overriding the minimum number of cache entries required per thread.
381381

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-
390382
GIT_TEST_INDEX_THREADS=<n> enables exercising the multi-threaded loading
391383
of the index for the whole test suite by bypassing the default number of
392384
cache entries and thread minimums. Setting this to 1 will make the

0 commit comments

Comments
 (0)