@@ -292,12 +292,12 @@ This edition covers what happened during the month of November 2021.
292
292
## Other News
293
293
294
294
__ 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.
295
297
296
298
297
299
__ Light reading__
298
300
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.
301
301
* [ Stochastic bisection in Git] ( https://lwn.net/Articles/877964/ )
302
302
by Jonathan Corbet on LWN.net. The patches in question were
303
303
[ proposed for inclusion in Git
] ( https://lore.kernel.org/git/[email protected] /t/#u )
@@ -340,7 +340,7 @@ __Light reading__
340
340
by Tim Sehn on DoltHub Blog. [ Dolt] ( https://www.doltdb.com/ ) and [ DoltHub] ((https://www.dolthub.com/ )
341
341
were mentioned in [ Git Rev News Edition #62 ] ( https://git.github.io/rev_news/2020/04/23/edition-62/ ) .
342
342
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** :
344
344
* [ Liquibase] ( https://www.liquibase.com/ ) ,
345
345
mentioned in [ Git Rev News #60 ] ( https://git.github.io/rev_news/2020/02/19/edition-60/ ) ,
346
346
* [ Redgate Deploy] ( https://www.red-gate.com/products/redgate-deploy/ ) ,
@@ -389,10 +389,10 @@ __Light reading__
389
389
* storing database in Git:
390
390
* [ SQLite] ( https://sqlite.org ) where databases are files,
391
391
* [ gitSQL] ( https://github.com/gitsql ) exporting flat file SQL statements of objects from the database to store in the Git repository
392
-
393
392
394
393
395
394
__ Git tools and sites__
395
+
396
396
* [ BBChop] ( https://github.com/Ealdwulf/BBChop ) is a tool in Python by Ealdwulf Wuffinga
397
397
implementing a bisection algorithm which works on intermittent bugs (experimental code).
398
398
BBChop is based on [ Bayesian Search Theory] ( https://en.wikipedia.org/wiki/Bayesian_search_theory ) .
0 commit comments