You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rev_news/drafts/edition-117.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ This edition covers what happened during the months of October and November 2024
101
101
* How did you initially become interested in contributing to Git,
102
102
and what motivated you to choose it as your GSoC project?
103
103
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
105
105
been my primary OS for the majority of my college years. And during
106
106
those times I felt Git was the most impactful project enabling the vastly
107
107
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
185
185
itself?
186
186
187
187
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.
189
189
190
190
* What is your toolbox for interacting with the mailing list and for
191
191
development of Git?
192
192
193
193
I use [aerc](https://aerc-mail.org/) and `send-email`/`format-patch`
194
194
for email interactions. And for development, I use [Neovim](https://neovim.io/)
195
195
and [clangd LSP](https://gist.github.com/Strus/042a92a00070a943053006bf46912ae9)
196
-
with `GENERATE_COMPILATION_DATABASE` build flag.
196
+
with the `GENERATE_COMPILATION_DATABASE` build flag.
197
197
198
198
* How do you envision your own involvement with Git or other open
199
199
source projects in the future?
@@ -248,15 +248,15 @@ __Light reading__
248
248
and to the new experimental [`git survey`](https://github.com/microsoft/git/pull/667) command
249
249
(that for now is present in Microsoft's fork of Git),
250
250
+[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
252
252
when using public forges.
253
253
+ References [Anyone can Access Deleted and Private Repository Data on GitHub](https://trufflesecurity.com/blog/anyone-can-access-deleted-and-private-repo-data-github)
254
254
blog post by Truffle Security, mentioned in [Git Rev News Edition #113](https://git.github.io/rev_news/2024/07/31/edition-113/).
255
255
+ See also [Demystifying GitHub Private Forks - The Hidden Danger of Cached View](https://blog.gitguardian.com/demystifying-github-cached-views-the-hidden-danger/)
256
256
by Guillaume Valadon on GitGuardian Blog.
257
257
+[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).
260
260
Written by Benji Encalada Mora on their blog
261
261
(with a comment of "This may be overkill, but it works on my machine").
262
262
+[When to rewrite Git history?](https://drewdeponte.com/blog/when-to-rewrite-git-history/)
@@ -301,7 +301,7 @@ __Git tools and sites__
301
301
Written in TypeScript, under MIT license.
302
302
+ For an explanation of the "monorepo" concept see
303
303
[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
0 commit comments