@@ -7,6 +7,8 @@ UI, Workflows & Features
77 * Many Porcelain commands that internally use the merge machinery
88 were taught to consistently honor the diff.algorithm configuration.
99
10+ * A few descriptions in "git show-ref -h" have been clarified.
11+
1012
1113Performance, Internal Implementation, Development Support etc.
1214--------------------------------------------------------------
@@ -17,6 +19,9 @@ Performance, Internal Implementation, Development Support etc.
1719 * A CI job that use clang-format to check coding style issues in new
1820 code has been added.
1921
22+ * The reviewing guidelines document now explicitly encourages people
23+ to give positive reviews and how.
24+
2025
2126Fixes since v2.46
2227-----------------
@@ -36,6 +41,11 @@ Fixes since v2.46
3641 * It has been documented that we avoid "VAR=VAL shell_func" and why.
3742 (merge 728a1962cd jc/doc-one-shot-export-with-shell-func later to maint).
3843
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+
3949 * Other code cleanup, docfix, build fix, etc.
4050 (merge 8db8786fc2 jt/doc-post-receive-hook-update later to maint).
4151 (merge 1c473dd6af tn/doc-commit-fix later to maint).
0 commit comments