Skip to content

Commit 30d9ab9

Browse files
dschoGit for Windows Build Agent
authored andcommitted
TO-RESOLVE
This reflects the merge conflict resolutions with `dscho/add-p` on top of `pu`. Once the conflicting patch series make it to `master`, Git for Windows' `master` will need to take these merge conflict resolutions in a more permanent way. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 8bc81bc commit 30d9ab9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

commit.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,8 @@ int delayed_reachability_test(struct shallow_info *si, int c);
295295
void prune_shallow(unsigned options);
296296
extern struct trace_key trace_shallow;
297297

298-
int interactive_add(int argc, const char **argv, const char *prefix, int patch);
298+
int interactive_add(int argc, const char **argv, const char *prefix,
299+
const char *patch_mode);
299300
int run_add_interactive(const char *revision, const char *patch_mode,
300301
const struct pathspec *pathspec);
301302

t/README

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,10 @@ the --no-sparse command-line argument.
384384
GIT_TEST_PRELOAD_INDEX=<boolean> exercises the preload-index code path
385385
by overriding the minimum number of cache entries required per thread.
386386

387+
GIT_TEST_ADD_I_USE_BUILTIN=<boolean>, when true, enables the
388+
builtin version of git add -i. See 'add.interactive.useBuiltin' in
389+
git-config(1).
390+
387391
GIT_TEST_INDEX_THREADS=<n> enables exercising the multi-threaded loading
388392
of the index for the whole test suite by bypassing the default number of
389393
cache entries and thread minimums. Setting this to 1 will make the

0 commit comments

Comments
 (0)