@@ -30,6 +30,14 @@ UI, Workflows & Features
30
30
is a valid and sensible thing to update a branch at a remote
31
31
repository, rather than reconciling with merge/rebase.
32
32
33
+ * "git blame --contents=file" has been taught to work in a bare
34
+ repository.
35
+
36
+ * "git branch -f X" to repoint the branch X said that X was "checked
37
+ out" in another worktree, even when branch X was not and instead
38
+ being bisected or rebased. The message was reworded to say the
39
+ branch was "in use".
40
+
33
41
34
42
Performance, Internal Implementation, Development Support etc.
35
43
@@ -73,6 +81,17 @@ Performance, Internal Implementation, Development Support etc.
73
81
* "git branch --list --format=<format>" and friends are taught
74
82
a new "%(describe)" placeholder.
75
83
84
+ * Clarify how to choose the starting point for a new topic in
85
+ developer guidance document.
86
+
87
+ * The implementation of "get_sha1_hex()" that reads a hexadecimal
88
+ string that spells a full object name has been extended to cope
89
+ with any hash function used in the repository, but the "sha1" in
90
+ its name survived. Rename it to get_hash_hex(), a name that is
91
+ more consistent within its friends like get_hash_hex_algop().
92
+
93
+ * Command line parser fix, and a small parse-options API update.
94
+
76
95
77
96
Fixes since v2.41
78
97
-----------------
@@ -229,6 +248,10 @@ Fixes since v2.41
229
248
such a malformed todo file.
230
249
(merge 9645a087c2 ah/sequencer-rewrite-todo-fix later to maint).
231
250
251
+ * Rewrite the description of giving a custom command to the
252
+ submodule.<name>.update configuration variable.
253
+ (merge 7cebc5bd78 pv/doc-submodule-update-settings later to maint).
254
+
232
255
* Other code cleanup, docfix, build fix, etc.
233
256
(merge 51f9d2e563 sa/doc-ls-remote later to maint).
234
257
(merge c6d26a9dda jk/format-patch-message-id-unleak later to maint).
0 commit comments