Skip to content

Commit 0e2d9c7

Browse files
committed
Supplied some tiny corrections and rephrasings.
1 parent ec5acb1 commit 0e2d9c7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

rev_news/drafts/edition-117.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ This edition covers what happened during the months of October and November 2024
101101
* How did you initially become interested in contributing to Git,
102102
and what motivated you to choose it as your GSoC project?
103103

104-
Before GSoC, I was quite familiar with the Linux ecosystem and it had
104+
Before GSoC, I was quite familiar with the Linux ecosystem, and it had
105105
been my primary OS for the majority of my college years. And during
106106
those times I felt Git was the most impactful project enabling the vastly
107107
collaborative Linux Desktop Ecosystem. So, I felt like contributing
@@ -185,15 +185,15 @@ This edition covers what happened during the months of October and November 2024
185185
itself?
186186

187187
I quite frequently find myself using [`lazygit`](https://github.com/jesseduffield/lazygit)
188-
on the command line for some quick and dirty git operations.
188+
on the command line for some quick and dirty Git operations.
189189

190190
* What is your toolbox for interacting with the mailing list and for
191191
development of Git?
192192

193193
I use [aerc](https://aerc-mail.org/) and `send-email`/`format-patch`
194194
for email interactions. And for development, I use [Neovim](https://neovim.io/)
195195
and [clangd LSP](https://gist.github.com/Strus/042a92a00070a943053006bf46912ae9)
196-
with `GENERATE_COMPILATION_DATABASE` build flag.
196+
with the `GENERATE_COMPILATION_DATABASE` build flag.
197197

198198
* How do you envision your own involvement with Git or other open
199199
source projects in the future?
@@ -248,15 +248,15 @@ __Light reading__
248248
and to the new experimental [`git survey`](https://github.com/microsoft/git/pull/667) command
249249
(that for now is present in Microsoft's fork of Git),
250250
+ [Deleted your fork. Is it gone? Not really…](https://ygreky.com/2024/07/deleted-your-fork-is-it-gone-not-really/)
251-
Marta Rybczynska on Ygreky Blog. Provides some recommendations for best practices
251+
by Marta Rybczynska on Ygreky Blog. Provides some recommendations for best practices
252252
when using public forges.
253253
+ References [Anyone can Access Deleted and Private Repository Data on GitHub](https://trufflesecurity.com/blog/anyone-can-access-deleted-and-private-repo-data-github)
254254
blog post by Truffle Security, mentioned in [Git Rev News Edition #113](https://git.github.io/rev_news/2024/07/31/edition-113/).
255255
+ See also [Demystifying GitHub Private Forks - The Hidden Danger of Cached View](https://blog.gitguardian.com/demystifying-github-cached-views-the-hidden-danger/)
256256
by Guillaume Valadon on GitGuardian Blog.
257257
+ [How I configure my Git identities](https://www.benji.dog/articles/git-config/)
258-
with the help of `git config` features: `includeIf` with `gitdir:` and with `hasconfig:`,
259-
and with `~/.ssh/config` (and `insteadOf`, where needed).
258+
with the help of `git config` features: `includeIf` with `gitdir:` and `hasconfig:`,
259+
complex `~/.ssh/config` setups (and the use of `insteadOf`, where needed).
260260
Written by Benji Encalada Mora on their blog
261261
(with a comment of "This may be overkill, but it works on my machine").
262262
+ [When to rewrite Git history?](https://drewdeponte.com/blog/when-to-rewrite-git-history/)
@@ -301,7 +301,7 @@ __Git tools and sites__
301301
Written in TypeScript, under MIT license.
302302
+ For an explanation of the "monorepo" concept see
303303
[What is a Monorepo?](https://monorepo.tools/#what-is-a-monorepo)
304-
on <monorepo.tools> (this site was mentioned first in
304+
on monorepo.tools (this site was mentioned first in
305305
[Git Rev News Edition #84](https://git.github.io/rev_news/2022/02/28/edition-84/)).
306306
+ [Beachball](https://microsoft.github.io/beachball/): The Sunniest Semantic Version Bumper.
307307
Tool for automating npm publishing.
@@ -345,7 +345,7 @@ __Git tools and sites__
345345
adding them as a comment to the pull request.
346346
Available as a [GitHub app](https://github.com/marketplace/difflens)
347347
or a [VS Code Extension](https://marketplace.visualstudio.com/items?itemName=DiffLens.difflens).
348-
Proprietary tool, with 14 days free trial, and [demo](https://www.difflensapp.com/difflensDemo2_849ca26f9ee09faa084cbdcdc90b6f90f8ce8495).
348+
Proprietary tool, with 14 days free trial and [demo](https://www.difflensapp.com/difflensDemo2_849ca26f9ee09faa084cbdcdc90b6f90f8ce8495).
349349
See above for possible alternatives.
350350

351351

0 commit comments

Comments
 (0)