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
of his patch series. In this new version test cases for single-quote
85
85
characters as digit separators and the `<=>` generalized comparison
86
-
operator were moved to a new commit, before the commits supporting
86
+
operator were moved to a new commit before the commits supporting
87
87
these features.
88
88
89
-
Later-on, Johannes noticed that the single-quote character as digit
90
-
separator is problematic and requires a more sophisticated
91
-
implementation. For example, as implemented the character literal
92
-
`'.'` would be split into `'.` and `'.` The support for digit separator
93
-
was eventually reverted.
89
+
Lateron, Johannes [noticed](https://lore.kernel.org/git/[email protected]/)
90
+
that the single-quote character as digit separator is problematic
91
+
and requires a more sophisticated implementation. For example, as
92
+
implemented the character literal `'.'` would be split into `'.`
93
+
and `'`. The support for digit separator was eventually reverted.
94
94
95
95
This patch series was then merged into the master branch, so that
96
96
Git 2.34 that was recently released has better support for C++ in
@@ -145,7 +145,7 @@ __Various__
145
145
by Julia Schmidt on Dev Class.
146
146
*[Require pull requests without requiring reviews](https://github.blog/changelog/2021-11-10-require-pull-requests-without-requiring-reviews/) on GitHub.
147
147
*[Deprecating Atlassian account password for Bitbucket API and Git activity](https://bitbucket.org/blog/deprecating-atlassian-account-password-for-bitbucket-api-and-git-activity)
148
-
(for Git over HTTPS), on Bitbucket.
148
+
(for Git over HTTPS) on Bitbucket.
149
149
150
150
__Light reading__
151
151
@@ -162,7 +162,7 @@ __Light reading__
162
162
*[Oh My Git!](https://ohmygit.org/) game by bleeptrack and blinry
163
163
was mentioned in [Git Rev News Edition #72 (February 27th, 2021)](https://git.github.io/rev_news/2021/02/27/edition-72/).
164
164
* The “[Advanced Git](https://css-tricks.com/cherry-picking-commits-in-git/)” series
165
-
by Tobias Günther on CSS-Tricks, courtesy of Git Tower git client,
165
+
by Tobias Günther on CSS-Tricks, courtesy of the Tower Git client,
166
166
(mentioned in [Git Rev News #80](https://git.github.io/rev_news/2021/10/30/edition-80/)),
167
167
continues:
168
168
*[Better Collaboration With Pull Requests](https://css-tricks.com/better-collaboration-with-pull-requests/)
@@ -183,7 +183,7 @@ __Light reading__
183
183
by Lee Atchison on Info World.
184
184
* You can find various arguments for and against monorepos in Git Rev News editions
185
185
[#4](https://git.github.io/rev_news/2015/06/03/edition-4/), [#9](https://git.github.io/rev_news/2015/11/11/edition-9/), [#47](https://git.github.io/rev_news/2019/01/23/edition-47/) (pros and cons), [#72](https://git.github.io/rev_news/2021/02/27/edition-72/), [#78](https://git.github.io/rev_news/2021/08/31/edition-78/),
186
-
not counting articles about improving the performance of large repositories, like monorepos usually are.
186
+
not counting articles about improving the performance of large repositories, which monorepos usually are.
187
187
*[How to do pull request reviews](https://dev.to/mage_ai/how-to-do-pull-request-reviews-mm6)
188
188
by Mage company on DEV.to.
189
189
*[Git Rebase for Preventing Merge Commits](https://dev.to/jenc/git-rebase-for-preventing-merge-commits-2len)
@@ -196,17 +196,17 @@ __Light reading__
196
196
197
197
__Git tools and sites__
198
198
199
-
*[Commitlint](https://commitlint.js.org/#/) is a tool, written in JavaScript and running on Node.js (an npm tool),
200
-
that helps your team with adhering to a commit convention.
199
+
*[`commitlint`](https://commitlint.js.org/#/) is a tool written in JavaScript and running on Node.js
200
+
(that is, an npm tool) that helps your team with adhering to a commit convention.
0 commit comments