@@ -9,7 +9,7 @@ navbar: false
99
1010## Git Rev News: Edition 69 (November 27th, 2020)
1111
12- Welcome to the 69th edition of [ Git Rev News] ( https://git.github.io/rev_news/rev_news/ ) ,
12+ Welcome to the 69th edition of [ Git Rev News] ( https://git.github.io/rev_news/ ) ,
1313a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to
1414subscribe, see the [ About Git Rev News page] ( https://git.github.io/rev_news/rev_news/ ) on [ git.github.io] ( http://git.github.io ) .
1515
@@ -31,7 +31,7 @@ This edition covers what happened during the month of October 2020.
3131 in this case Bash or POSIX shell programs.
3232
3333 As explained in [ the documentation] ( https://git-scm.com/docs/gitattributes#_defining_a_custom_hunk_header ) ,
34- diffs contains sections called hunks that look like:
34+ diffs contain sections called hunks that look like:
3535
3636```
3737 @@ -k,l +n,m @@ TEXT
@@ -48,7 +48,7 @@ This edition covers what happened during the month of October 2020.
4848 userdiff mechanism to provide a regex (regular expression) that can
4949 be used to do that.
5050
51- Another role of the userdiff mechanism is to prodive a regex to
51+ Another role of the userdiff mechanism is to provide a regex to
5252[ customize word diffs] ( https://git-scm.com/docs/gitattributes#_customizing_word_diff ) .
5353
5454 Victor's patch then mainly consisted in adding regexes for Bash and
@@ -85,8 +85,8 @@ This edition covers what happened during the month of October 2020.
8585 after fixing a typo in the commit message.
8686
8787 The patch was later merged to the ` next ` and then ` master ` branches,
88- so Git should soon better support shell scripts, while it has been
89- itself developed for a long time using shell scripts.
88+ so Git should soon support shell scripts in a better way , while it
89+ itself has been developed for a long time using shell scripts.
9090
9191<!-- -
9292### Support
@@ -119,7 +119,7 @@ This edition covers what happened during the month of October 2020.
119119 Git [ "unpack trees"] ( https://github.com/git/git/blob/master/unpack-trees.c )
120120 to keep the index, working directory and HEAD consistent, but also how
121121[ ` fork ` and ` exec ` ] ( https://en.wikipedia.org/wiki/Fork%E2%80%93exec )
122- calls work and especially how to debug such spawned process using GDB
122+ calls work and especially how to debug such spawned processes using GDB
123123 and LLDB.
124124
125125* What are you doing on the Git project these days, and why?
@@ -263,7 +263,7 @@ __Git tools and sites__
263263 two-way sync between notebooks and source code, and tools for merge/conflict
264264 resolution with notebooks in a human readable format. It is set-up out of the box
265265 for integration with GitHub Pages and GitHub Actions.
266- Compare with [ nbdime] ( http://nbdime.readthedocs.io/en/latest/ ) – - a tool for
266+ Compare with [ nbdime] ( http://nbdime.readthedocs.io/en/latest/ ) - - a tool for
267267 diffing and merging of Jupyter Notebooks, mentioned in [ Git Rev News #37 ] ( https://git.github.io/rev_news/2018/03/21/edition-37/ ) ,
268268 and [ jupytext] ( https://github.com/mwouts/jupytext ) -- a plugin for Jupyter
269269 that can save Jupyter notebooks as Markdown documents, or Julia, Python or R scripts,
0 commit comments