@@ -148,7 +148,7 @@ __Various__
148148
149149* [ Highlights from Git 2.48] ( https://github.blog/open-source/git/highlights-from-git-2-48/ )
150150 by Taylor Blau on GitHub Blog, about
151- faster SHA-1 computations for checksums, adding ` --remerge-diff ` option to ` git range-diff ` command,
151+ faster SHA-1 computations for checksums, adding option ` --remerge-diff ` to the ` git range-diff ` command,
152152 memory-leak-free tests, introducing the Meson build system, and more.
153153* [ What’s new in Git 2.48.0?] ( https://about.gitlab.com/blog/2025/01/10/whats-new-in-git-2-48-0/ )
154154 by Christian Couder on GitLab Blog, about
@@ -158,8 +158,8 @@ __Various__
158158 the 'ref-filter' subsystem optimizations, and more.
159159* [ Git security vulnerabilities announced] ( https://github.blog/open-source/git/git-security-vulnerabilities-announced-5/ )
160160 by Taylor Blau on GitHub Blog:
161- CVE-2024 -50349 (ANSI escape sequences in hostname, and prompt for interactive credentials),
162- CVE-2024 -52006 (specially-crafted repository URL, and credential helpers).
161+ [ CVE-2024 -50349] ( https://nvd.nist.gov/vuln/detail/CVE-2024-50349 ) (ANSI escape sequences in hostname and prompt for interactive credentials) and
162+ [ CVE-2024 -52006] ( https://nvd.nist.gov/vuln/detail/CVE-2024-52006 ) (specially-crafted repository URL and credential helpers).
163163 * See also [ Clone2Leak: Your Git Credentials Belong To Us] ( https://flatt.tech/research/posts/clone2leak-your-git-credentials-belong-to-us/ )
164164 by RyotaK (@ryotkak ), a security engineer at GMO Flatt Security Inc.
165165* Adam Johnson’s book “Boost Your Git DX”
@@ -215,13 +215,13 @@ __Light reading__
215215 [ How to split off an older copy of a file while preserving git line history] ( https://devblogs.microsoft.com/oldnewthing/20230728-00/?p=108498 )
216216 appeared in [ Edition #104 ] ( https://git.github.io/rev_news/2023/10/31/edition-104/ ) .
217217* [ Edit commit message with git reword (` git commit --fixup:reword=<commit> ` )] ( https://www.brandonpugh.com/til/git/edit-commit-message-with-reword/ )
218- in Brandon Pugh's TILs: Today I learned... (2024)
218+ in Brandon Pugh's TILs: Today I learned... (2024).
219219* [ How I use git worktrees] ( https://notes.billmill.org/blog/2024/03/How_I_use_git_worktrees.html )
220220 (with the help of custom [ worktree] ( https://github.com/llimllib/personal_code/blob/daab9eb1/homedir/.local/bin/worktree#L1 ) script)
221221 by Bill Mill on their blog (2024).
222222 * See also [ How I Use Git Worktrees] ( https://matklad.github.io/2024/07/25/git-worktrees.html )
223223 by Alex Kladov (matklad) on his GitHub Pages-based blog,
224- mentioned in [ Git Rev News Edition #113 ] ( https://git.github.io/rev_news/2024/07/31/edition-113/ )
224+ mentioned in [ Git Rev News Edition #113 ] ( https://git.github.io/rev_news/2024/07/31/edition-113/ ) .
225225* [ Git Trailers] ( https://alchemists.io/articles/git_trailers ) by Brooke Kuhlmann
226226 was mentioned in [ Git Rev News Edition #108 ] ( https://git.github.io/rev_news/2024/02/29/edition-108/ ) ,
227227 but was since then updated.
0 commit comments