Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-11-09 01:21:26 +0300
committerTaylor Blau <me@ttaylorr.com>2022-11-09 01:21:26 +0300
commitf5b4f3de54284f694922c9ef7383f0e04a05f59e (patch)
treedfeb6449bdf738cd9df1fe7cee5ab21ec0d8dea1
parent58b659f92b25267976ae36dbe1e7cb129f8f5311 (diff)
parent319605f8f00e402f3ea758a02c63534ff800a711 (diff)
Sync with 'master'
-rw-r--r--Documentation/RelNotes/2.39.0.txt20
-rw-r--r--Documentation/git-ls-files.txt4
2 files changed, 22 insertions, 2 deletions
diff --git a/Documentation/RelNotes/2.39.0.txt b/Documentation/RelNotes/2.39.0.txt
index 7096f07689b..f21f9494757 100644
--- a/Documentation/RelNotes/2.39.0.txt
+++ b/Documentation/RelNotes/2.39.0.txt
@@ -29,6 +29,9 @@ UI, Workflows & Features
existing bugs in the internal patch-id logic that did not match
what "git patch-id" produces have been corrected.
+ * Enable gc.cruftpacks by default for those who opt into
+ feature.experimental setting.
+
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
@@ -84,6 +87,17 @@ Performance, Internal Implementation, Development Support etc.
* Make sure generated dependency file is stably sorted to help
developers debugging their build issues.
+ * The glossary entries for "commit-graph file" and "reachability
+ bitmap" have been added.
+
+ * Various tests exercising the transfer.credentialsInUrl
+ configuration are taught to avoid making requests which require
+ resolving localhost to reduce CI-flakiness.
+
+ * A redundant diagnostic message is dropped from test_path_is_missing().
+
+ * Simplify the run-command API.
+
Fixes since v2.38
-----------------
@@ -219,6 +233,12 @@ Fixes since v2.38
configuration are taught to avoid making requests which require
resolving localhost to reduce CI-flakiness.
+ * The adjust_shared_perm() helper function learned to refrain from
+ setting the "g+s" bit on directories when it is not necessary.
+
+ * "git archive" mistakenly complained twice about a missing
+ executable, which has been corrected.
+
* Other code cleanup, docfix, build fix, etc.
(merge 413bc6d20a ds/cmd-main-reorder later to maint).
(merge 8d2863e4ed nw/t1002-cleanup later to maint).
diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt
index d7986419c25..440043cdb8e 100644
--- a/Documentation/git-ls-files.txt
+++ b/Documentation/git-ls-files.txt
@@ -10,8 +10,8 @@ SYNOPSIS
--------
[verse]
'git ls-files' [-z] [-t] [-v] [-f]
- [-c|--cached] [-d|--deleted] [-o|--others] [-i|--|ignored]
- [-s|--stage] [-u|--unmerged] [-k|--|killed] [-m|--modified]
+ [-c|--cached] [-d|--deleted] [-o|--others] [-i|--ignored]
+ [-s|--stage] [-u|--unmerged] [-k|--killed] [-m|--modified]
[--directory [--no-empty-directory]] [--eol]
[--deduplicate]
[-x <pattern>|--exclude=<pattern>]