Skip to content

Commit 5f8f708

Browse files
committed
The third batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 39ba2e8 commit 5f8f708

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Documentation/RelNotes/2.49.0.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,30 @@ Fixes since v2.48
4848
diagnosed as an error, which has been corrected.
4949
(merge ca7158076f jt/fsck-skiplist-parse-fix later to maint).
5050

51+
* Extended SHA-1 expression parser did not work well when a branch
52+
with an unusual name (e.g. "foo{bar") is involved.
53+
(merge 191f0c8db2 en/object-name-with-funny-refname-fix later to maint).
54+
55+
* The meson build procedure looked for the 'version-def.h' file in a
56+
wrong directory, which has been corrected.
57+
(merge 4771501c0a tc/meson-use-our-version-def-h later to maint).
58+
59+
* The meson build procedure for Documentation/technical/ hierarchy was
60+
missing necessary dependencies, which has been corrected.
61+
(merge 1dca492edd sj/meson-doc-technical-dependency-fix later to maint).
62+
63+
* The "instaweb" bound only to local IP address without "--local" and
64+
to all addresses with "--local", which was the other way around, when
65+
using Python's http.server class, which has been corrected.
66+
(merge 76baf97fa1 ak/instaweb-python-port-binding-fix later to maint).
67+
68+
* Document that it is insecure to use Personal Access Tokens, which
69+
some hosting providers take as username/password, embedded in URLs.
70+
(merge a90ff409f0 mh/doc-credential-helpers-with-pat later to maint).
71+
5172
* Other code cleanup, docfix, build fix, etc.
5273
(merge ddb5287894 jk/t7407-use-test-grep later to maint).
5374
(merge 21e1b44865 aj/difftool-config-doc-fix later to maint).
5475
(merge 6a63995335 mh/gitattr-doc-markup-fix later to maint).
5576
(merge 43850dcf9c sk/unit-test-hash later to maint).
77+
(merge 4ad47d2de3 jc/cli-doc-option-and-config later to maint).

0 commit comments

Comments
 (0)