git: add recipe for 2.17.0 but mark it as untested. (#2417)

This commit is contained in:
fbrosson
2018-04-03 10:54:48 +00:00
committed by GitHub
parent 781bc98591
commit 57a9c2f7cf
2 changed files with 14 additions and 14 deletions

View File

@@ -77,10 +77,10 @@ Subject: Ensure config-directory exists before using it.
diff --git a/config.c b/config.c
index c38401a..329727d 100644
index b0c20e6..859d92b 100644
--- a/config.c
+++ b/config.c
@@ -2453,6 +2453,7 @@ int git_config_set_multivar_in_file_gently(const char *config_filename,
@@ -2485,6 +2485,7 @@ int git_config_set_multivar_in_file_gently(const char *config_filename,
int ret;
struct lock_file lock = LOCK_INIT;
char *filename_buf = NULL;
@@ -88,7 +88,7 @@ index c38401a..329727d 100644
char *contents = NULL;
size_t contents_sz;
@@ -2466,6 +2467,12 @@ int git_config_set_multivar_in_file_gently(const char *config_filename,
@@ -2498,6 +2499,12 @@ int git_config_set_multivar_in_file_gently(const char *config_filename,
if (!config_filename)
config_filename = filename_buf = git_pathdup("config");
@@ -102,7 +102,7 @@ index c38401a..329727d 100644
* The lock serves a purpose in addition to locking: the new
* contents of .git/config will be written into it.
--
2.14.2
2.16.3
From 66ce1d4e8611573bde7ae110d015c45cc5529adf Mon Sep 17 00:00:00 2001
@@ -112,7 +112,6 @@ Subject: Move credential cache to the config directory.
Do not clutter the home dir.
diff --git a/credential-cache.c b/credential-cache.c
index 1cccc3a..076f6fa 100644
--- a/credential-cache.c
@@ -137,10 +136,10 @@ Subject: builtin: config: use xdg_config even if it does not exist
diff --git a/builtin/config.c b/builtin/config.c
index d13daee..2342d34 100644
index 01169dd..5378d33 100644
--- a/builtin/config.c
+++ b/builtin/config.c
@@ -508,22 +508,11 @@ int cmd_config(int argc, const char **argv, const char *prefix)
@@ -523,22 +523,11 @@ int cmd_config(int argc, const char **argv, const char *prefix)
char *user_config = expand_user_path("~/.gitconfig", 0);
char *xdg_config = xdg_config_home("config");
@@ -168,5 +167,5 @@ index d13daee..2342d34 100644
}
else if (use_system_config)
--
2.15.1
2.16.3