@@ -39,15 +39,15 @@ This edition covers what happened during the months of October and November 2025
3939 reported an error, too.
4040
4141 Johannes Sixt suggested using ` git apply --3way ` to apply the
42- patch. He was interested not only on the success or failure of the
43- command, but also on the end result of applying the patch. Was that
42+ patch. He was interested not only in the success or failure of the
43+ command, but also in the end result of applying the patch. Was that
4444 end result similar to the result of ` git cherry-pick ` or
4545 different?
4646
4747 Bhavik reported back that indeed ` git apply --3way ` succeeded and
48- produced the same end result as ` git cherry-pick ` . Even if it looked
48+ produced the same end result as ` git cherry-pick ` . Even though it looked
4949 like ` git cherry-pick ` worked as expected, that still seemed a
50- strange behavior though .
50+ strange behavior.
5151
5252 Johannes Sixt replied that a merge strategy is used by both
5353` git cherry-pick ` and ` git apply --3way ` . Unlike a simple patch
@@ -304,8 +304,8 @@ __Various__
304304- [ A Shared Vision for the Future of DVC] ( https://dvc.org/blog/a-shared-vision-for-the-future-of-dvc/ )
305305 by Dmitry Petrov on DVC Blog.
306306- See also [“Data Management” section of Awesome MLOps](https://github.com/kelvins/awesome-mlops#data-management),
307- mentioned in [Git Rev News Edition #116](https://git.github.io/rev_news/2024/10/31/edition-116/),
308- in which edition you can also find references to DVC and lakeFS,
307+ mentioned in [Git Rev News Edition #116](https://git.github.io/rev_news/2024/10/31/edition-116/).
308+ That edition also includes references to DVC and lakeFS,
309309 and other similar tools (though the list there is missing
310310 [Meltano](https://meltano.com/) (first mentioned in [Git Rev News Edition #42](https://git.github.io/rev_news/2018/08/22/edition-42/)) and
311311 [Pachyderm](https://www.pachyderm.com/) (first mentioned in [Git Rev News Edition #49](https://git.github.io/rev_news/2019/03/20/edition-49/)).
@@ -382,7 +382,7 @@ __Light reading__
382382- [ Mistakes I see engineers making in their code reviews] ( https://www.seangoedecke.com/good-code-reviews/ )
383383 by Sean Goedecke on his blog.
384384- [ Testable Dotfiles Management With Chezmoi] ( https://shunk031.me/post/testable-dotfiles-management-with-chezmoi/ )
385- by Shunsuke Kitada (北田 俊輔 ), Ph.D. on shunk031\. me.
385+ by Shunsuke Kitada (北田俊輔 ), Ph.D. on shunk031\. me.
386386- [ Backing up my repositories to self-hosted Gitea] ( https://blog.kulman.sk/self-hosted-gitea-backup/ )
387387 by Igor Kulman on his personal blog.
388388- [ Gitea] ( https://about.gitea.com/ ) is a Go-based software forge,
@@ -431,7 +431,7 @@ __Git tools and sites__
431431- [ Spelungit] ( https://github.com/haacked/spelungit ) is a Model Context Protocol (MCP) server
432432 for exploring Git commit history using semantic search.
433433 With this tool you can search through commits with natural language commands
434- like "Search Git history to find out why was this class added? ",
434+ like "Search Git history to find out why this class was added",
435435 or "search_commits(query="authentication login changes", limit=5)".
436436 Uses Microsoft's all-MiniLM-L6-v2 embedding model via [ sentence-transformers] ( https://www.sbert.net/ ) ,
437437 or deterministic hash-based embeddings when sentence-transformers is unavailable.
@@ -459,7 +459,7 @@ __Git tools and sites__
459459- [ dunk] ( https://github.com/darrenburns/dunk ) is a tool
460460 to provide prettier Git diffs in the terminal
461461 by piping ` git diff ` output into it (` git diff | dunk ` or ` git diff | dunk | less -R ` ).
462- In its very early stages of development.
462+ In very early stages of development.
463463 Written in Python, under MIT License.
464464- See also [ git-delta] ( https://dandavison.github.io/delta/ ) ,
465465 a syntax-highlighting pager for `git`, `diff`, `grep`, and `git blame` output.
@@ -543,7 +543,7 @@ __Git tools and sites__
543543 by small organizations and individuals.
544544 Under AGPL 3.0 license.
545545- [ git-embigenner] ( https://github.com/veqqq/git-embigenner )
546- is a very simple shell script to cheat a highscore on GitHub,
546+ is a very simple shell script to cheat a high score on GitHub,
547547 which will spam commits to populate your profile's contribution graph.
548548- Compare with [ Git Draw] ( https://github.com/ben174/git-draw ) ,
549549 a Chrome extension which will allow you to freely draw on your GitHub heatmap,
0 commit comments