diff options
| author | Michael Forney <mforney@mforney.org> | 2020-10-19 17:43:14 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-10-19 18:29:34 -0700 |
| commit | f0f4b6dc3de71c50b6e06a180e3d95f4111d13f0 (patch) | |
| tree | c3c28151a5171646eb0357c50d485880e1efe334 /pkg/git/patch/0001-Enable-add.interactive.usebuiltin-by-default.patch | |
| parent | 6e75fa7ed5a29422dab43a01cddd86e4b55bebcd (diff) | |
git: Update to 2.29.0
Installation of links in git-core is now optional via
SKIP_DASHED_BUILT_INS, so we choose to skip them as well.
Diffstat (limited to 'pkg/git/patch/0001-Enable-add.interactive.usebuiltin-by-default.patch')
| -rw-r--r-- | pkg/git/patch/0001-Enable-add.interactive.usebuiltin-by-default.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/pkg/git/patch/0001-Enable-add.interactive.usebuiltin-by-default.patch b/pkg/git/patch/0001-Enable-add.interactive.usebuiltin-by-default.patch new file mode 100644 index 00000000..b81b5135 --- /dev/null +++ b/pkg/git/patch/0001-Enable-add.interactive.usebuiltin-by-default.patch @@ -0,0 +1,24 @@ +From 998329082e2fa9452c817fe6be6bcc908c13e8a7 Mon Sep 17 00:00:00 2001 +From: Michael Forney <mforney@mforney.org> +Date: Sat, 27 Jun 2020 01:09:58 -0700 +Subject: [PATCH] Enable add.interactive.usebuiltin by default + +--- + builtin/add.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/builtin/add.c b/builtin/add.c +index a825887c50..737ef23492 100644 +--- a/builtin/add.c ++++ b/builtin/add.c +@@ -194,6 +194,7 @@ int run_add_interactive(const char *revision, const char *patch_mode, + + if (use_builtin_add_i < 0) { + int experimental; ++ use_builtin_add_i = 1; + if (!git_config_get_bool("add.interactive.usebuiltin", + &use_builtin_add_i)) + ; /* ok */ +-- +2.28.0 + |
