git: update to 2.3.3

Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
Peter Wagner
2015-03-16 02:34:13 +01:00
parent ba4338d6f7
commit f3527d974e
4 changed files with 21 additions and 22 deletions
@@ -1,6 +1,6 @@
--- git-2.3.0/configure.ac.old 2015-03-08 01:19:33.675810197 -0300
+++ git-2.3.0/configure.ac 2015-03-08 01:27:10.688033125 -0300
@@ -844,7 +844,8 @@
--- a/configure.ac
+++ b/configure.ac
@@ -844,7 +844,8 @@ AC_RUN_IFELSE(
FILE *f = fopen(".", "r");
return f && fread(&c, 1, 1, f)]])],
[ac_cv_fread_reads_directories=no],
@@ -10,7 +10,7 @@
])
if test $ac_cv_fread_reads_directories = yes; then
FREAD_READS_DIRECTORIES=UnfortunatelyYes
@@ -878,7 +879,8 @@
@@ -878,7 +879,8 @@ AC_RUN_IFELSE(
if (snprintf(buf, 3, "%s", "12345") != 5
|| strcmp(buf, "12")) return 1]])],
[ac_cv_snprintf_returns_bogus=no],
@@ -20,7 +20,7 @@
])
if test $ac_cv_snprintf_returns_bogus = yes; then
SNPRINTF_RETURNS_BOGUS=UnfortunatelyYes
@@ -901,7 +903,8 @@
@@ -901,7 +903,8 @@ yippeeyeswehaveit
#endif
]),
[ac_cv_sane_mode_bits=yes],