@@ -9,7 +9,7 @@ navbar: false
9
9
10
10
## Git Rev News: Edition 69 (November 27th, 2020)
11
11
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/ ) ,
13
13
a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to
14
14
subscribe, see the [ About Git Rev News page] ( https://git.github.io/rev_news/rev_news/ ) on [ git.github.io] ( http://git.github.io ) .
15
15
@@ -31,7 +31,7 @@ This edition covers what happened during the month of October 2020.
31
31
in this case Bash or POSIX shell programs.
32
32
33
33
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:
35
35
36
36
```
37
37
@@ -k,l +n,m @@ TEXT
@@ -48,7 +48,7 @@ This edition covers what happened during the month of October 2020.
48
48
userdiff mechanism to provide a regex (regular expression) that can
49
49
be used to do that.
50
50
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
52
52
[ customize word diffs] ( https://git-scm.com/docs/gitattributes#_customizing_word_diff ) .
53
53
54
54
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.
85
85
after fixing a typo in the commit message.
86
86
87
87
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.
90
90
91
91
<!-- -
92
92
### Support
@@ -119,7 +119,7 @@ This edition covers what happened during the month of October 2020.
119
119
Git [ "unpack trees"] ( https://github.com/git/git/blob/master/unpack-trees.c )
120
120
to keep the index, working directory and HEAD consistent, but also how
121
121
[ ` 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
123
123
and LLDB.
124
124
125
125
* What are you doing on the Git project these days, and why?
@@ -263,7 +263,7 @@ __Git tools and sites__
263
263
two-way sync between notebooks and source code, and tools for merge/conflict
264
264
resolution with notebooks in a human readable format. It is set-up out of the box
265
265
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
267
267
diffing and merging of Jupyter Notebooks, mentioned in [ Git Rev News #37 ] ( https://git.github.io/rev_news/2018/03/21/edition-37/ ) ,
268
268
and [ jupytext] ( https://github.com/mwouts/jupytext ) -- a plugin for Jupyter
269
269
that can save Jupyter notebooks as Markdown documents, or Julia, Python or R scripts,
0 commit comments