@@ -7,6 +7,8 @@ UI, Workflows & Features
7
7
* Many Porcelain commands that internally use the merge machinery
8
8
were taught to consistently honor the diff.algorithm configuration.
9
9
10
+ * A few descriptions in "git show-ref -h" have been clarified.
11
+
10
12
11
13
Performance, Internal Implementation, Development Support etc.
12
14
--------------------------------------------------------------
@@ -17,6 +19,9 @@ Performance, Internal Implementation, Development Support etc.
17
19
* A CI job that use clang-format to check coding style issues in new
18
20
code has been added.
19
21
22
+ * The reviewing guidelines document now explicitly encourages people
23
+ to give positive reviews and how.
24
+
20
25
21
26
Fixes since v2.46
22
27
-----------------
@@ -36,6 +41,11 @@ Fixes since v2.46
36
41
* It has been documented that we avoid "VAR=VAL shell_func" and why.
37
42
(merge 728a1962cd jc/doc-one-shot-export-with-shell-func later to maint).
38
43
44
+ * "git rebase --help" referred to "offset" (the difference between
45
+ the location a change was taken from and the change gets replaced)
46
+ incorrectly and called it "fuzz", which has been corrected.
47
+ (merge 70058db385 jc/doc-rebase-fuzz-vs-offset-fix later to maint).
48
+
39
49
* Other code cleanup, docfix, build fix, etc.
40
50
(merge 8db8786fc2 jt/doc-post-receive-hook-update later to maint).
41
51
(merge 1c473dd6af tn/doc-commit-fix later to maint).
0 commit comments