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-55.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ This edition covers what happened during the month of August 2019.
49
49
blog or to review other people's submissions.
50
50
51
51
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.
53
53
54
54
Following the Virtual Git Contributor Summit
55
55
[a repository](https://gitlab.com/git-scm/blog/)
@@ -119,7 +119,7 @@ This edition covers what happened during the month of August 2019.
119
119
120
120
* What is your favorite Git-related tool/library, outside of Git itself?
121
121
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
123
123
Git CLI. My work would be much slower without quick aliases for
124
124
`git grep`, `git format-patch`, and so on. Or, I suppose related to the
125
125
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.
161
161
162
162
__Various__
163
163
*[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.
165
165
* There is an informal [Git standup on IRC](https://public-inbox.org/git/[email protected]/t/#u)
166
166
on #git-devel on irc.freenode.net every two weeks;
167
167
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>.
169
169
*[Sunsetting Mercurial support in Bitbucket](https://bitbucket.org/blog/sunsetting-mercurial-support-in-bitbucket)
170
170
171
171
__Light reading__
172
172
*[“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,
173
173
which includes Git Workflow section.
174
174
*[First Steps Contributing to Git](https://matheustavares.gitlab.io/posts/first-steps-contributing-to-git) by Matheus Tavares.
175
175
*[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.
177
177
*[Defragmenting the kernel development process [LWN.net]](https://lwn.net/Articles/799134/)
178
178
article by Jonathan Corbet, including section about version control
179
179
and Git. It mentions and references [Change IDs for kernel patches [LWN.net]](https://lwn.net/Articles/797613/).
0 commit comments