Skip to content

Commit a04affc

Browse files
committed
rn-138: fix other encoding issue introduced by d49e061
1 parent 67e8806 commit a04affc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

rev_news/drafts/edition-138.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ __Light reading__
351351
by Alcides Fonseca on his blog, which reminds that you can have local master repository,
352352
and that you can do peer-to-peer pushes and fetches.
353353
+ [Git at any scale](https://cursor.com/blog/git-at-any-scale)
354-
by Vicent MartĂ­ on Cursor blog.<br>
354+
by Vicent Martí on Cursor blog.<br>
355355
See also [How Cursor beat Git's scalability shortcomings](https://www.theregister.com/devops/2026/08/23/how-cursor-beat-gits-scalability-shortcomings/5291421)
356356
by Joab Jackson for The Register.
357357
+ [20× the CI traffic without getting slower: How we rebuilt Git serving at Datadog](https://www.datadoghq.com/blog/engineering/gitretriever/)
@@ -482,11 +482,11 @@ __Git tools and sites__
482482
or just pipe a diff into it like any other pager.
483483
Written in Rust, under MIT license.
484484
+ [git-knife](https://github.com/TheRealYT/git-knife) is a desktop GUI
485-
for editing Git commit metadata directly — message, author date, committer date, author name/email.
485+
for editing Git commit metadata directly message, author date, committer date, author name/email.
486486
It fills the gap between existing GUIs with some commit editing capabilities
487487
(like GitKraken, Sublime Merge, Fork, lazygit), and tools for editing a Git repository
488488
(`git-filter-repo`, `git rebase` env tricks, `git commit-tree`) without a GUI.
489-
It never reimplements Git — it shells out to the system `git` CLI
489+
It never reimplements Git it shells out to the system `git` CLI
490490
and rebuilds commits with `git commit-tree`, reusing each commit's original tree
491491
so file contents are provably never changed.
492492
Written in Rust (and TypeScript) using the Tauri application framework,

0 commit comments

Comments
 (0)