@@ -263,7 +263,7 @@ _Editor's note: Just like in our previous edition, we return with another
263
263
__ Various__
264
264
+ [ Highlights from Git 2.47] ( https://github.blog/open-source/git/highlights-from-git-2-47/ )
265
265
by Taylor Blau on GitHub Blog. Those include features like incremental multi-pack indexes,
266
- ` %(is-base:) ` atom for ` git for-each-ref ` ,
266
+ ` %(is-base:) ` atom for ` git for-each-ref ` ,
267
267
“[ Platform Support Policy] ( https://github.com/git/git/blob/v2.47.0/Documentation/technical/platform-support.txt ) ” document,
268
268
` git mergetool ` directly supporting Visual Studio Code merge tool, and others.
269
269
+ [ What's new in Git 2.47.0?] ( https://about.gitlab.com/blog/2024/10/07/whats-new-in-git-2-47-0/ )
@@ -286,7 +286,7 @@ __Light reading__
286
286
by Munem Prionto on DEV\. to - more as a way of learning Git by the way of managing
287
287
a TODO list, rather than for practical reasons.
288
288
+ Contrast with [ Using Git to Manage Todos] (https://jezenthomas.com/2015/10/using-git-to-manage-todos/
289
- by Jezen Thomas (2015), mentioned in [ Git Rev News Edition #] ( https://git.github.io/rev_news/2015/11/11/edition-9/ ) ,
289
+ by Jezen Thomas (2015), mentioned in [ Git Rev News Edition #9 ] ( https://git.github.io/rev_news/2015/11/11/edition-9/ ) ,
290
290
which is about using Git to help manage TODO or FIXME comments in the codebase
291
291
(assuming that for example your IDE does not have plugin for managing TODOs).
292
292
+ One can also consider using a CLI tool that stores data in plain text files
@@ -309,9 +309,9 @@ __Scientific papers__
309
309
An Empirical Study of Its Performance"_ ,
310
310
[ arXiv:2409.13590] ( (https://arxiv.org/abs/2409.13590) ) ,
311
311
with dataset at < https://doi.org/10.5281/zenodo.13618978 > (but no source code).
312
- + based on a prior study:
312
+ + based on a prior study:
313
313
Nugroho, et al.: _ "How different are different diff algorithms in Git?:
314
- Use --histogram for code changes"_ (2019),
314
+ Use --histogram for code changes"_ (2019),
315
315
< https://doi.org/10.1007/s10664-019-09772-z >
316
316
317
317
__ Git tools and sites__
0 commit comments