@@ -292,12 +292,12 @@ This edition covers what happened during the month of November 2021.
292292## Other News
293293
294294__ Various__
295+ * [ Google Summer of Code (GSoC) 2022] ( https://opensource.googleblog.com/2021/11/expanding-google-summer-of-code-in-2022.html )
296+ is expanding to everyone 18 years or older, to different project sizes and to flexible timelines.
295297
296298
297299__ Light reading__
298300
299- * [ GSoC 2022] ( https://opensource.googleblog.com/2021/11/expanding-google-summer-of-code-in-2022.html )
300- is expanding to everyone 18 years or older, to different project sizes and to flexible timelines.
301301* [ Stochastic bisection in Git] ( https://lwn.net/Articles/877964/ )
302302 by Jonathan Corbet on LWN.net. The patches in question were
303303[ proposed for inclusion in Git
] ( https://lore.kernel.org/git/[email protected] /t/#u ) @@ -340,7 +340,7 @@ __Light reading__
340340 by Tim Sehn on DoltHub Blog. [ Dolt] ( https://www.doltdb.com/ ) and [ DoltHub] ((https://www.dolthub.com/ )
341341 were mentioned in [ Git Rev News Edition #62 ] ( https://git.github.io/rev_news/2020/04/23/edition-62/ ) .
342342 Those blog posts talk about different ways databases and version control can connect:
343- * version controlling database schema, aka ** database migrations** :
343+ * version controlling database schema, aka ** database migrations** :
344344* [ Liquibase] ( https://www.liquibase.com/ ) ,
345345 mentioned in [ Git Rev News #60 ] ( https://git.github.io/rev_news/2020/02/19/edition-60/ ) ,
346346* [ Redgate Deploy] ( https://www.red-gate.com/products/redgate-deploy/ ) ,
@@ -389,10 +389,10 @@ __Light reading__
389389* storing database in Git:
390390* [ SQLite] ( https://sqlite.org ) where databases are files,
391391* [ gitSQL] ( https://github.com/gitsql ) exporting flat file SQL statements of objects from the database to store in the Git repository
392-
393392
394393
395394__ Git tools and sites__
395+
396396* [ BBChop] ( https://github.com/Ealdwulf/BBChop ) is a tool in Python by Ealdwulf Wuffinga
397397 implementing a bisection algorithm which works on intermittent bugs (experimental code).
398398 BBChop is based on [ Bayesian Search Theory] ( https://en.wikipedia.org/wiki/Bayesian_search_theory ) .
0 commit comments