Skip to content

Commit 6e99b07

Browse files
committed
Tiny fixes part 2, includes reverting one of my late-night commas.
1 parent 956b68b commit 6e99b07

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎rev_news/drafts/edition-55.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This edition covers what happened during the month of August 2019.
4949
blog or to review other people's submissions.
5050

5151
Jeff King, who manages the git-scm.com web site, suggested hosting it
52-
at the same place, using blog.git-scm.com, which Emily accepted.
52+
at the same place using blog.git-scm.com, which Emily accepted.
5353

5454
Following the Virtual Git Contributor Summit
5555
[a repository](https://gitlab.com/git-scm/blog/)
@@ -119,7 +119,7 @@ This edition covers what happened during the month of August 2019.
119119

120120
* What is your favorite Git-related tool/library, outside of Git itself?
121121

122-
Probably the high number of tiny .bashrc aliases I've got for the
122+
Probably the high number of tiny `.bashrc` aliases I've got for the
123123
Git CLI. My work would be much slower without quick aliases for
124124
`git grep`, `git format-patch`, and so on. Or, I suppose related to the
125125
Git project (but not the Git tool), I learned to use mutt for
@@ -161,19 +161,19 @@ This edition covers what happened during the month of August 2019.
161161

162162
__Various__
163163
*[Highlights from Git 2.23](https://github.blog/2019-08-16-highlights-from-git-2-23/)
164-
on GitHub blog (by Taylor Blau).
164+
on GitHub blog by Taylor Blau.
165165
* There is an informal [Git standup on IRC](https://public-inbox.org/git/[email protected]/t/#u)
166166
on #git-devel on irc.freenode.net every two weeks;
167167
you can find dates in [Git Events](https://calendar.google.com/calendar/embed?src=nk8ph2kh4p5tgfcctb8i7dm6d4%40group.calendar.google.com) calendar ([.ics](https://calendar.google.com/calendar/ical/nk8ph2kh4p5tgfcctb8i7dm6d4%40group.calendar.google.com/public/basic.ics));
168-
Logs are at <https://j.mp/gitdevlog>.
168+
logs are at <https://j.mp/gitdevlog>.
169169
*[Sunsetting Mercurial support in Bitbucket](https://bitbucket.org/blog/sunsetting-mercurial-support-in-bitbucket)
170170

171171
__Light reading__
172172
*[“They Didn’t Teach Us This”: A Crash Course for Your First Job in Software](https://stackoverflow.blog/2019/09/05/they-didnt-teach-us-this-a-crash-course-for-your-first-job-in-software/) by Max Pekarsky,
173173
which includes Git Workflow section.
174174
*[First Steps Contributing to Git](https://matheustavares.gitlab.io/posts/first-steps-contributing-to-git) by Matheus Tavares.
175175
*[Maintaining the kernel's web of trust [LWN.net]](https://lwn.net/Articles/798230/) by Jonathan Corbet;
176-
one of proposed solutions is [pgpkeys.git](https://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git) repository to hold GPG keys for kernel developers.
176+
one of the proposed solutions is [pgpkeys.git](https://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git) repository to hold GPG keys for kernel developers.
177177
*[Defragmenting the kernel development process [LWN.net]](https://lwn.net/Articles/799134/)
178178
article by Jonathan Corbet, including section about version control
179179
and Git. It mentions and references [Change IDs for kernel patches [LWN.net]](https://lwn.net/Articles/797613/).

0 commit comments

Comments
(0)