Skip to content

Commit df01627

Browse files
committed
Supplied my usual tiny typo and phrasing fixes.
1 parent 92690c2 commit df01627

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

‎rev_news/drafts/edition-62.md‎

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -55,21 +55,21 @@ This edition covers what happened during the month of March 2020.
5555

5656
[Magit](https://magit.vc/) is a popular Emacs interface to Git, and
5757
the [auto-revert mode](https://magit.vc/manual/magit/Automatic-Reverting-of-File_002dVisiting-Buffers.html)
58-
lets Emacs revert file that have changed on disk when a Git command
58+
lets Emacs revert files that have changed on disk when a Git command
5959
has been run outside of Emacs.
6060

6161
Jean-Noël had bisected the issue to a commit that was improving the
62-
error message that Git gave when it dies because a path it is passed
63-
is outside the repository. This commit though didn't consider the
62+
error message which Git issues when it dies due to processing a path
63+
outside the repository. This commit though didn't consider the
6464
case of a bare repo which triggered the segfault.
6565

6666
Jonathan Nieder replied that the bug was fixed by another commit by
6767
Emily Shaffer that had not yet made it to the master branch. He
6868
asked Junio Hamano, the Git maintainer, if the commit could be
69-
fast-tracked and Emily if she could add a test to the commit.
69+
fast-tracked, and Emily if she could add a test to her commit.
7070

71-
Junio replied that he agreed that a few tests should be added and
72-
that there a few days left before v2.26.0-rc2 to add them. The next
71+
Junio replied suggesting that a few tests should be added, and that
72+
there were a few days left before v2.26.0-rc2 to add them. The next
7373
day though Junio replied to himself with a patch adding the tests
7474
and asking for comments.
7575

@@ -86,7 +86,7 @@ This edition covers what happened during the month of March 2020.
8686
is expecting `cd .git && git ls-files ..` to show the entire working
8787
tree.
8888

89-
Kyle Meyer replied to Junio that internally Magit's call that
89+
Kyle Meyer replied to Junio that internally Magit's call which
9090
triggered the bug is running `git ls-files` from `.git` to ask
9191
whether the file used to edit a commit message is actually tracked,
9292
as it makes no distinction between files in .git and in the working
@@ -200,7 +200,7 @@ This edition covers what happened during the month of March 2020.
200200

201201
If I pick one thing to *fix* rather than remove without worrying about
202202
backwards compatibility, it would be git-cvsimport. That thing is
203-
very badly broken; the engine it uses misplaces branch joins. The git
203+
very badly broken; the engine it uses misplaces branch joins. The Git
204204
devs know it's broken but have stuck to it because of an
205205
incremental-conversion feature that I think is effectively
206206
useless. They should scrap it and rewrite the CVS import procedure to
@@ -240,47 +240,47 @@ __Various__
240240
*[Peff interviewed Junio](https://github.blog/2020-04-07-celebrating-15-years-of-git-an-interview-with-git-maintainer-junio-hamano/)
241241
on the GitHub Blog to celebrate Git’s 15th anniversary.
242242
An interview with Git creator Linus Torvalds on Git's 10th anniversary [can be found](https://www.linux.com/news/10-years-git-interview-git-creator-linus-torvalds/)
243-
in [Git Rev News #2 (April 15th, 2015)](https://git.github.io/rev_news/2015/04/05/edition-2/)
243+
in [Git Rev News #2 (April 15th, 2015)](https://git.github.io/rev_news/2015/04/05/edition-2/).
244244
*[Git credential helper vulnerability announced](https://github.blog/2020-04-14-git-credential-helper-vulnerability-announced/)
245-
by Taylor Blau on GitHub Blog -- upgrade to 2.26.1.
246-
*[GitHub sharply slashes plan pricing, offers core features for free to all](https://arstechnica.com/gadgets/2020/04/github-sharply-slashes-plan-pricing-offers-core-features-for-free-to-all/)
245+
by Taylor Blau on GitHub Blog -- please upgrade to 2.26.1.
246+
*[GitHub sharply slashes plan pricing, offers core features for free to all](https://arstechnica.com/gadgets/2020/04/github-sharply-slashes-plan-pricing-offers-core-features-for-free-to-all/).
247247

248248
__Light reading__
249249

250250
*[GitLab: Our ultimate guide to Git](https://about.gitlab.com/blog/2020/04/20/ultimate-git-guide/).
251-
Tagline: "Open source pioneer Git is 15 years old. Here is our guide to making the most of it.
251+
Tagline: "Open source pioneer Git is 15 years old. Here is our guide to making the most of it."
252252
*[15 years of Git: How to get started or learn something new](https://opensource.com/article/20/4/get-started-git)
253-
by Seth Kenlon (Red Hat) on OpenSource.com
253+
by Seth Kenlon (Red Hat) on [Opensource.com](https://opensource.com).
254254
*[4 Git scripts I can't live without](https://opensource.com/article/20/4/git-extras)
255-
by Vince Power on OpenSource.com. The scripts can be found in [git-extras](https://github.com/tj/git-extras) project.
255+
by Vince Power on Opensource.com. The scripts can be found in the[git-extras](https://github.com/tj/git-extras) project.
256256
*[Optimizing Git For Ryzen CPUs (1.5x Faster)](https://docs.keydb.dev/blog/2020/04/08/blog-post/),
257-
utilizing Intel's SHA-NI instruction set to speed up SHA-1, by John Sully
258-
*[Create web tutorials with Reveal.js and Git](https://opensource.com/article/20/4/create-web-tutorial-git) by Eric D. Schabell (Red Hat)
257+
utilizing Intel's SHA-NI instruction set to speed up SHA-1, by John Sully.
258+
*[Create web tutorials with Reveal.js and Git](https://opensource.com/article/20/4/create-web-tutorial-git) by Eric D. Schabell (Red Hat).
259259
*[Using a self-rewriting README powered by GitHub Actions to track TILs (Today I Learneds)](https://simonwillison.net/2020/Apr/20/self-rewriting-readme/)
260-
by Simon Willison
260+
by Simon Willison.
261261
*[GitOps - A Security Perspective (Part 1)](https://dev.to/alcide/gitops-a-security-perspective-part-1-16ci)
262262
by Gadi Naor of Alcide. [GitOps](https://www.gitops.tech/) is a paradigm that puts Git
263263
at the heart of building and operating cloud native applications
264264
by using Git as the single source of truth.
265265
*[Computer Science Visualized: Useful Git Commands](https://dev.to/lydiahallie/cs-visualized-useful-git-commands-37p1)
266-
by Lydia Hallie
266+
by Lydia Hallie.
267267
*[How To Make Life Easier When Using Git](https://www.smashingmagazine.com/make-life-easier-when-using-git/)
268-
by Shane Hudson
268+
by Shane Hudson.
269269
*[A Beginner’s Guide to Git — What is a Changelog and How to Generate it](https://www.freecodecamp.org/news/a-beginners-guide-to-git-what-is-a-changelog-and-how-to-generate-it/)
270-
by Gaël Thomas
270+
by Gaël Thomas.
271271
*[Setting Up Git Identities](https://www.micah.soy/posts/setting-up-git-identities/) by Micah Henning,
272-
with use of Git alias to switch identities
272+
with use of a Git alias to switch identities.
273273
*[Maintaining Different Git Identities](https://dev.to/maxlmator/maintaining-different-git-identities)
274-
by Max Kleucker (2018), with help of Git's "[Conditional Includes](https://git-scm.com/docs/git-config#_conditional_includes)"
274+
by Max Kleucker (2018), with help of Git's "[conditional includes](https://git-scm.com/docs/git-config#_conditional_includes)".
275275

276276
__Git tools and sites__
277277

278-
*[Git Extras](https://github.com/tj/git-extras): shell Git utilities for repo summary, repl, changelog population, author commit percentages and more, by TJ Holowaychuk
279-
*[Ovid / git-workflow](https://github.com/Ovid/git-workflow) contains a simplified subset of the git tools used by [All Around the World](https://allaroundtheworld.fr/) organization
278+
*[Git Extras](https://github.com/tj/git-extras): shell Git utilities for repo summary, repl, changelog population, author commit percentages and more, by TJ Holowaychuk.
279+
*[Ovid / git-workflow](https://github.com/Ovid/git-workflow) contains a simplified subset of the git tools used by [All Around the World](https://allaroundtheworld.fr/) organization.
280280
*[Dolt](https://github.com/liquidata-inc/dolt) is Git for data, versioning tables: a database with branches.
281281
[DoltHub](https://www.dolthub.com/) is a place on the internet to share Dolt repositories.
282282
*[GitFiend](https://gitfiend.com/) by Toby Suggate is a new Git client for Windows, Mac and Linux,
283-
deliberately not trying to follow in the footsteps of other Git clients
283+
deliberately not trying to follow in the footsteps of other Git clients.
284284

285285

286286
## Credits

0 commit comments

Comments
(0)