From 9996ded8f6dbc46c4ee1f3a60373d2fdf953ca0c Mon Sep 17 00:00:00 2001 From: samonon Date: Sun, 22 Feb 2026 16:20:02 +0300 Subject: [PATCH 1/2] fix broken links --- SoC-2014-Ideas.md | 2 +- SoC-2014-Org-Application.md | 2 +- SoC-2015-Ideas.md | 2 +- SoC-2015-Org-Application.md | 2 +- _posts/2015-03-25-edition-1.markdown | 5 ++--- _posts/2015-09-09-edition-7.markdown | 2 +- _posts/2016-06-15-edition-16.markdown | 2 +- _posts/2017-06-14-edition-28.markdown | 2 +- _posts/2019-11-20-edition-57.markdown | 2 +- _posts/2023-12-31-edition-106.markdown | 4 ++-- _posts/2024-10-31-edition-116.markdown | 2 +- rev_news/archive.md | 2 +- rev_news/edition-1.md | 5 ++--- 13 files changed, 16 insertions(+), 18 deletions(-) diff --git a/SoC-2014-Ideas.md b/SoC-2014-Ideas.md index 51353423f5..a8d2d840ad 100644 --- a/SoC-2014-Ideas.md +++ b/SoC-2014-Ideas.md @@ -11,7 +11,7 @@ This is the idea page for Summer of Code 2014 for Git and libgit2. It is strongly recommended that students who want to apply to the Git project for the Summer of Code 2014 complete a tiny, code-related "microproject" as part of their application. Please refer to our -[guidelines and suggestions for microprojects](https://git.github.io/SoC-2014-Microprojects.html) +[guidelines and suggestions for microprojects](https://git.github.io/SoC-2014-Microprojects/) for more information. Completing a microproject is not a strict requirement, but we will definitely give more attention to applicants who do so. Doing a microproject will also help get you started in diff --git a/SoC-2014-Org-Application.md b/SoC-2014-Org-Application.md index 7f5fa5704b..f1b9f65a26 100644 --- a/SoC-2014-Org-Application.md +++ b/SoC-2014-Org-Application.md @@ -35,7 +35,7 @@ GPLv2 ## Ideas list - + ## Mailing list diff --git a/SoC-2015-Ideas.md b/SoC-2015-Ideas.md index 2248169e81..512f81e4a6 100644 --- a/SoC-2015-Ideas.md +++ b/SoC-2015-Ideas.md @@ -11,7 +11,7 @@ This is the idea page for Summer of Code 2015 for Git and libgit2. It is required that students who want to apply to the Git project for the Summer of Code 2015 complete a tiny, code-related "microproject" as part of their application. Please refer to our -[guidelines and suggestions for microprojects](https://git.github.io/SoC-2015-Microprojects.html) +[guidelines and suggestions for microprojects](https://git.github.io/SoC-2015-Microprojects/) for more information. Completing a microproject is not only an important way for us to get experience with applicants, but it will also help applicants become familiar with Git's development and submission diff --git a/SoC-2015-Org-Application.md b/SoC-2015-Org-Application.md index 15793a97f7..edb9ee7cb3 100644 --- a/SoC-2015-Org-Application.md +++ b/SoC-2015-Org-Application.md @@ -35,7 +35,7 @@ GPLv2 ## Ideas list - + ## Mailing list diff --git a/_posts/2015-03-25-edition-1.markdown b/_posts/2015-03-25-edition-1.markdown index 5cd110ad5c..3bb63e38f7 100644 --- a/_posts/2015-03-25-edition-1.markdown +++ b/_posts/2015-03-25-edition-1.markdown @@ -54,8 +54,7 @@ Paul Tan, who will probably apply to be a [Google Summer of Code Git this year, anticipated the start of the GSoC and sent a patch to rewrite git-pull.sh as a built-in. -Indeed as stated in [the GSoC idea -page](https://git.github.io/SoC-2015-Ideas.html): +Indeed as stated in [the GSoC idea page](https://git.github.io/SoC-2015-Ideas/): > Many components of Git are still in the form of shell and Perl @@ -117,7 +116,7 @@ Dongcan Jiang, who will also probably apply to be a GSoC student for Git this year, sent a patch to prevent `git log` from being used with both the `--graph` and the `--no-walk` option. He sent this patch because the Git community asks potential students to work on a -[microproject](https://git.github.io/SoC-2015-Microprojects.html) to +[microproject](https://git.github.io/SoC-2015-Microprojects/) to make sure that they can work properly with the community. Eric Sunshine made some good general suggestions that are often made diff --git a/_posts/2015-09-09-edition-7.markdown b/_posts/2015-09-09-edition-7.markdown index 9024c85aa4..2f570cbc07 100644 --- a/_posts/2015-09-09-edition-7.markdown +++ b/_posts/2015-09-09-edition-7.markdown @@ -123,7 +123,7 @@ effect if it breaks is. Reading the students proposals and resume is rarely sufficient to really evaluate their skills, which makes the risk particularly hard to evaluate. Since 2014, we've been using -[microprojects](https://git.github.io/SoC-2015-Microprojects.html) to +[microprojects](https://git.github.io/SoC-2015-Microprojects/) to select students. This turned out to be very efficient, both at identifying good (or bad) applicants, but also at giving students a glimpse of what "contributing to Git" means. Student get an idea of diff --git a/_posts/2016-06-15-edition-16.markdown b/_posts/2016-06-15-edition-16.markdown index 313647cdbe..eaee2ce34f 100644 --- a/_posts/2016-06-15-edition-16.markdown +++ b/_posts/2016-06-15-edition-16.markdown @@ -109,7 +109,7 @@ names "clean-from-fs" and "smudge-to-fs" have been suggested for them. ### Support -* [https://public-inbox.org/git/nhlqd4%24ekr%241%40ger.gmane.org/](Odd Difference Between Windows Git and Standard Git) +* [Odd Difference Between Windows Git and Standard Git](https://public-inbox.org/git/nhlqd4%24ekr%241%40ger.gmane.org/) Jon Forrest sent an email about a `git status` behavior he sees on Windows, which is different than on Linux on a repository that is diff --git a/_posts/2017-06-14-edition-28.markdown b/_posts/2017-06-14-edition-28.markdown index 9e5dbacf22..d8ba205a54 100644 --- a/_posts/2017-06-14-edition-28.markdown +++ b/_posts/2017-06-14-edition-28.markdown @@ -294,7 +294,7 @@ the job done. * [Git v2.13.1](https://github.com/git/git/blob/v2.13.1/Documentation/RelNotes/2.13.1.txt) * [Git for Windows v2.13.1](https://github.com/git-for-windows/git/releases/tag/v2.13.1.windows.1) -* [What's new in Deveo 3.19](blog.deveo.com/whats-new-in-deveo-3-19/) (git hosting site) +* [What's new in Deveo 3.19](https://blog.deveo.com/whats-new-in-deveo-3-19/) (git hosting site) * [Git Tower 1.1.0 for Windows Release Notes](https://www.git-tower.com/windows/release-notes#1.1.0) (proprietary multiplatform Git GUI) * [Portable GitHub system "GitPrep 2.6" is released](http://blogs.perl.org/users/yuki_kimoto/2017/06/portable-github-system-gitprep-26-is-released---wiki-system-is-added-you-can-write-documentation.html) (opensource git hosting software, in Perl) * [JGit / EGit release 4.7.1.201706071930-r](http://dev.eclipse.org/mhonarc/lists/jgit-dev/msg03360.html) diff --git a/_posts/2019-11-20-edition-57.markdown b/_posts/2019-11-20-edition-57.markdown index 00ec0d1073..07596edb1a 100644 --- a/_posts/2019-11-20-edition-57.markdown +++ b/_posts/2019-11-20-edition-57.markdown @@ -23,7 +23,7 @@ This edition covers what happened during the month of October 2019. Pratyush Yadav, a new maintainer for git-gui, asked about whether it is a better idea to use GitHub for development instead of email - (after [discussion with Dscho](public-inbox.org/git/nycvar.QRO.7.76.6.1910061054470.46@tvgsbejvaqbjf.bet/)), + (after [discussion with Dscho](https://public-inbox.org/git/nycvar.QRO.7.76.6.1910061054470.46@tvgsbejvaqbjf.bet/)), stating arguments in favor and against of moving to GitHub. There were some voices for the idea, and some against, describing additional advantages and disadvantages. One idea was to use diff --git a/_posts/2023-12-31-edition-106.markdown b/_posts/2023-12-31-edition-106.markdown index 2235b148fc..a91d99b910 100644 --- a/_posts/2023-12-31-edition-106.markdown +++ b/_posts/2023-12-31-edition-106.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 106th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of November and December 2023. @@ -371,7 +371,7 @@ __Git tools and sites__ so it can safely run unassisted, for example on PRs. Written in Rust. + Mentioned in [Perl Advent Calendar 2023 - Elves Versus Typos](https://perladvent.org/2023/2023-12-21.html). + [dat](https://github.com/dat-ecosystem/dat) is a tool for peer-to-peer sharing - & live synchronization of files via command line. Part of the [dat-ecosystem](dat-ecosystem.org). + & live synchronization of files via command line. Part of the [dat-ecosystem](https://dat-ecosystem.org). You can use the `dat` command line tool to share files with version control, back up data to servers, browse remote files on demand, and automate long-term data preservation. Written in JavaScript for running with Node.js. diff --git a/_posts/2024-10-31-edition-116.markdown b/_posts/2024-10-31-edition-116.markdown index b681baabaa..e4dfb0d2e0 100644 --- a/_posts/2024-10-31-edition-116.markdown +++ b/_posts/2024-10-31-edition-116.markdown @@ -322,7 +322,7 @@ __Easy watching__ __Scientific papers__ + Tsukasa Yagi, Shinpei Hayashi: _"Toward Interactive Optimization of Source Code Differences: An Empirical Study of Its Performance"_, - [arXiv:2409.13590]((https://arxiv.org/abs/2409.13590)), + [arXiv:2409.13590](https://arxiv.org/abs/2409.13590), with dataset at (but no source code). + It is based on a prior study: Nugroho, et al.: _"How different are different diff algorithms in Git?: diff --git a/rev_news/archive.md b/rev_news/archive.md index be8a2074ca..6a889690d1 100644 --- a/rev_news/archive.md +++ b/rev_news/archive.md @@ -5,7 +5,7 @@ title: Git Rev News Archive # Archive -Here you can see all the previous editions. See [About Git Rev News](https://git.github.io/about/) for ways you can subscribe. +Here you can see all the previous editions. See [About Git Rev News](https://git.github.io/rev_news/rev_news/) for ways you can subscribe.
    {% for post in site.posts %} diff --git a/rev_news/edition-1.md b/rev_news/edition-1.md index 6770979ab8..ecc486f645 100644 --- a/rev_news/edition-1.md +++ b/rev_news/edition-1.md @@ -53,8 +53,7 @@ Paul Tan, who will probably apply to be a [Google Summer of Code Git this year, anticipated the start of the GSoC and sent a patch to rewrite git-pull.sh as a built-in. -Indeed as stated in [the GSoC idea -page](https://git.github.io/SoC-2015-Ideas.html): +Indeed as stated in [the GSoC idea page](https://git.github.io/SoC-2015-Ideas/): ``` Many components of Git are still in the form of shell and Perl @@ -122,7 +121,7 @@ Dongcan Jiang, who will also probably apply to be a GSoC student for Git this year, sent a patch to prevent `git log` from being used with both the `--graph` and the `--no-walk` option. He sent this patch because the Git community asks potential students to work on a -[microproject](https://git.github.io/SoC-2015-Microprojects.html) to +[microproject](https://git.github.io/SoC-2015-Microprojects/) to make sure that they can work properly with the community. Eric Sunshine made some good general suggestions that are often made From 4650ea8fecbf85af55d155f3ace80b4a3fd0548b Mon Sep 17 00:00:00 2001 From: samonon Date: Sun, 22 Feb 2026 16:36:08 +0300 Subject: [PATCH 2/2] Replaced http -> https in links to git.github.io --- GSoC-Participants.md | 2 +- _posts/2016-07-20-edition-17.markdown | 2 +- _posts/2016-08-17-edition-18.markdown | 2 +- _posts/2016-09-14-edition-19.markdown | 2 +- _posts/2016-10-19-edition-20.markdown | 2 +- _posts/2016-11-16-edition-21.markdown | 2 +- _posts/2016-12-14-edition-22.markdown | 2 +- _posts/2017-01-25-edition-23.markdown | 2 +- _posts/2017-02-22-edition-24.markdown | 2 +- _posts/2017-03-15-edition-25.markdown | 2 +- _posts/2017-04-19-edition-26.markdown | 2 +- _posts/2017-05-17-edition-27.markdown | 2 +- _posts/2017-06-14-edition-28.markdown | 2 +- _posts/2017-07-19-edition-29.markdown | 2 +- _posts/2017-08-16-edition-30.markdown | 2 +- _posts/2017-09-20-edition-31.markdown | 2 +- _posts/2017-10-11-edition-32.markdown | 2 +- _posts/2017-11-22-edition-33.markdown | 2 +- _posts/2017-12-20-edition-34.markdown | 2 +- _posts/2018-01-17-edition-35.markdown | 2 +- _posts/2018-02-21-edition-36.markdown | 2 +- _posts/2018-03-21-edition-37.markdown | 2 +- _posts/2018-04-18-edition-38.markdown | 2 +- _posts/2018-05-16-edition-39.markdown | 2 +- _posts/2018-06-20-edition-40.markdown | 2 +- _posts/2018-07-18-edition-41.markdown | 2 +- _posts/2018-08-22-edition-42.markdown | 2 +- _posts/2018-09-19-edition-43.markdown | 2 +- _posts/2018-11-21-edition-45.markdown | 2 +- _posts/2019-01-23-edition-47.markdown | 2 +- _posts/2019-02-27-edition-48.markdown | 2 +- _posts/2019-03-20-edition-49.markdown | 2 +- _posts/2019-04-26-edition-50.markdown | 2 +- _posts/2019-05-22-edition-51.markdown | 2 +- _posts/2019-06-28-edition-52.markdown | 2 +- _posts/2019-07-24-edition-53.markdown | 2 +- _posts/2019-08-21-edition-54.markdown | 2 +- _posts/2019-09-25-edition-55.markdown | 2 +- _posts/2019-10-26-edition-56.markdown | 2 +- _posts/2019-11-20-edition-57.markdown | 2 +- _posts/2019-12-26-edition-58.markdown | 2 +- _posts/2020-01-22-edition-59.markdown | 2 +- _posts/2020-02-19-edition-60.markdown | 2 +- _posts/2020-03-25-edition-61.markdown | 2 +- _posts/2020-04-23-edition-62.markdown | 2 +- _posts/2020-05-28-edition-63.markdown | 2 +- _posts/2020-06-25-edition-64.markdown | 2 +- _posts/2020-07-30-edition-65.markdown | 2 +- _posts/2020-08-27-edition-66.markdown | 2 +- _posts/2020-09-24-edition-67.markdown | 2 +- _posts/2020-10-30-edition-68.markdown | 2 +- _posts/2020-11-27-edition-69.markdown | 2 +- _posts/2020-12-26-edition-70.markdown | 2 +- _posts/2021-01-28-edition-71.markdown | 2 +- _posts/2021-02-27-edition-72.markdown | 2 +- _posts/2021-03-27-edition-73.markdown | 2 +- _posts/2021-04-30-edition-74.markdown | 2 +- _posts/2021-05-27-edition-75.markdown | 2 +- _posts/2021-06-27-edition-76.markdown | 2 +- _posts/2021-07-31-edition-77.markdown | 2 +- _posts/2021-08-31-edition-78.markdown | 2 +- _posts/2021-09-30-edition-79.markdown | 2 +- _posts/2021-10-31-edition-80.markdown | 2 +- _posts/2021-11-29-edition-81.markdown | 2 +- _posts/2021-12-31-edition-82.markdown | 2 +- _posts/2022-01-31-edition-83.markdown | 2 +- _posts/2022-02-28-edition-84.markdown | 2 +- _posts/2022-03-31-edition-85.markdown | 2 +- _posts/2022-04-30-edition-86.markdown | 2 +- _posts/2022-05-26-edition-87.markdown | 2 +- _posts/2022-06-30-edition-88.markdown | 2 +- _posts/2022-07-31-edition-89.markdown | 2 +- _posts/2022-08-31-edition-90.markdown | 2 +- _posts/2022-09-30-edition-91.markdown | 2 +- _posts/2022-10-31-edition-92.markdown | 4 ++-- _posts/2022-11-30-edition-93.markdown | 2 +- _posts/2022-12-31-edition-94.markdown | 2 +- _posts/2023-01-31-edition-95.markdown | 2 +- _posts/2023-02-28-edition-96.markdown | 2 +- _posts/2023-03-31-edition-97.markdown | 2 +- _posts/2023-04-30-edition-98.markdown | 2 +- _posts/2023-05-31-edition-99.markdown | 2 +- _posts/2023-06-30-edition-100.markdown | 2 +- _posts/2023-07-31-edition-101.markdown | 2 +- _posts/2023-08-31-edition-102.markdown | 2 +- _posts/2023-09-30-edition-103.markdown | 2 +- _posts/2023-10-31-edition-104.markdown | 2 +- _posts/2023-11-30-edition-105.markdown | 2 +- _posts/2024-01-31-edition-107.markdown | 2 +- _posts/2024-02-29-edition-108.markdown | 2 +- _posts/2024-03-31-edition-109.markdown | 2 +- _posts/2024-04-30-edition-110.markdown | 2 +- _posts/2024-05-31-edition-111.markdown | 2 +- _posts/2024-06-30-edition-112.markdown | 2 +- _posts/2024-07-31-edition-113.markdown | 2 +- _posts/2024-08-31-edition-114.markdown | 2 +- _posts/2024-09-30-edition-115.markdown | 2 +- _posts/2024-10-31-edition-116.markdown | 2 +- _posts/2024-11-30-edition-117.markdown | 2 +- _posts/2024-12-31-edition-118.markdown | 2 +- _posts/2025-01-31-edition-119.markdown | 2 +- _posts/2025-02-28-edition-120.markdown | 2 +- _posts/2025-03-31-edition-121.markdown | 2 +- _posts/2025-04-30-edition-122.markdown | 2 +- _posts/2025-05-31-edition-123.markdown | 2 +- _posts/2025-06-30-edition-124.markdown | 2 +- _posts/2025-07-31-edition-125.markdown | 2 +- _posts/2025-08-31-edition-126.markdown | 2 +- _posts/2025-09-30-edition-127.markdown | 2 +- _posts/2025-10-31-edition-128.markdown | 2 +- _posts/2025-11-30-edition-129.markdown | 2 +- _posts/2025-12-31-edition-130.markdown | 2 +- _posts/2026-01-31-edition-131.markdown | 2 +- rev_news/drafts/edition-132.md | 2 +- 114 files changed, 115 insertions(+), 115 deletions(-) diff --git a/GSoC-Participants.md b/GSoC-Participants.md index 5eea0f1297..a92e8cdb17 100644 --- a/GSoC-Participants.md +++ b/GSoC-Participants.md @@ -78,7 +78,7 @@ to Git via GSoC. ### 2019 1. Rohit Ashiwal [ [project](https://summerofcode.withgoogle.com/archive/2019/projects/5390155215536128) ] [ [final report](https://web.archive.org/web/20210727190950/https://rashiwal.me/2019/final-report/) ] [ [blog](https://web.archive.org/web/20210515085551/https://rashiwal.me/) ] -2. Matheus Tavares [ [project](https://summerofcode.withgoogle.com/archive/2019/projects/4787791739748352) ] [ [final report](https://matheustavares.gitlab.io/posts/gsoc-final-report) ] [ [blog](https://matheustavares.gitlab.io/tags/git/) ] [ [retrsopective interview](http://git.github.io/rev_news/2020/10/30/edition-68/#developer-spotlight-matheus-tavares-bernardino) ] +2. Matheus Tavares [ [project](https://summerofcode.withgoogle.com/archive/2019/projects/4787791739748352) ] [ [final report](https://matheustavares.gitlab.io/posts/gsoc-final-report) ] [ [blog](https://matheustavares.gitlab.io/tags/git/) ] [ [retrsopective interview](https://git.github.io/rev_news/2020/10/30/edition-68/#developer-spotlight-matheus-tavares-bernardino) ] #### References diff --git a/_posts/2016-07-20-edition-17.markdown b/_posts/2016-07-20-edition-17.markdown index c74e9aac1a..93e014325e 100644 --- a/_posts/2016-07-20-edition-17.markdown +++ b/_posts/2016-07-20-edition-17.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 17th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of June 2016. diff --git a/_posts/2016-08-17-edition-18.markdown b/_posts/2016-08-17-edition-18.markdown index a62b4aed3c..294e2746b0 100644 --- a/_posts/2016-08-17-edition-18.markdown +++ b/_posts/2016-08-17-edition-18.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 18th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of July 2016. diff --git a/_posts/2016-09-14-edition-19.markdown b/_posts/2016-09-14-edition-19.markdown index 0b8d706d21..ed1ca07f65 100644 --- a/_posts/2016-09-14-edition-19.markdown +++ b/_posts/2016-09-14-edition-19.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 19th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of August 2016. diff --git a/_posts/2016-10-19-edition-20.markdown b/_posts/2016-10-19-edition-20.markdown index 86ee316871..08184a15e6 100644 --- a/_posts/2016-10-19-edition-20.markdown +++ b/_posts/2016-10-19-edition-20.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 20th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of September 2016. diff --git a/_posts/2016-11-16-edition-21.markdown b/_posts/2016-11-16-edition-21.markdown index c64d90b3be..d62df9c32d 100644 --- a/_posts/2016-11-16-edition-21.markdown +++ b/_posts/2016-11-16-edition-21.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 21st edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of October 2016. diff --git a/_posts/2016-12-14-edition-22.markdown b/_posts/2016-12-14-edition-22.markdown index dfd9324171..9c8e32f098 100644 --- a/_posts/2016-12-14-edition-22.markdown +++ b/_posts/2016-12-14-edition-22.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 22nd edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of November 2016. diff --git a/_posts/2017-01-25-edition-23.markdown b/_posts/2017-01-25-edition-23.markdown index 04ad7e4985..49ddaeebb0 100644 --- a/_posts/2017-01-25-edition-23.markdown +++ b/_posts/2017-01-25-edition-23.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 23rd edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of December 2016. diff --git a/_posts/2017-02-22-edition-24.markdown b/_posts/2017-02-22-edition-24.markdown index 05266ed31a..a2a5335dbe 100644 --- a/_posts/2017-02-22-edition-24.markdown +++ b/_posts/2017-02-22-edition-24.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 24th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of January 2017 and the [Git Merge 2017](http://git-merge.com/) conference which happened in Brussels on February 2nd and 3rd 2017. diff --git a/_posts/2017-03-15-edition-25.markdown b/_posts/2017-03-15-edition-25.markdown index aeec26602c..b5cfcbd3ec 100644 --- a/_posts/2017-03-15-edition-25.markdown +++ b/_posts/2017-03-15-edition-25.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 25th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of February 2017. diff --git a/_posts/2017-04-19-edition-26.markdown b/_posts/2017-04-19-edition-26.markdown index d82d6efe7d..2d3ab124ca 100644 --- a/_posts/2017-04-19-edition-26.markdown +++ b/_posts/2017-04-19-edition-26.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 26th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of March 2017. diff --git a/_posts/2017-05-17-edition-27.markdown b/_posts/2017-05-17-edition-27.markdown index 711e14bc9c..d7d7443f7d 100644 --- a/_posts/2017-05-17-edition-27.markdown +++ b/_posts/2017-05-17-edition-27.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 27th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of April 2017. diff --git a/_posts/2017-06-14-edition-28.markdown b/_posts/2017-06-14-edition-28.markdown index d8ba205a54..90eaf1a9ed 100644 --- a/_posts/2017-06-14-edition-28.markdown +++ b/_posts/2017-06-14-edition-28.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 28th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of May 2017. diff --git a/_posts/2017-07-19-edition-29.markdown b/_posts/2017-07-19-edition-29.markdown index 6cf2fe8ccf..1997064a3e 100644 --- a/_posts/2017-07-19-edition-29.markdown +++ b/_posts/2017-07-19-edition-29.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 29th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of June 2017. diff --git a/_posts/2017-08-16-edition-30.markdown b/_posts/2017-08-16-edition-30.markdown index 3c77956744..06de58a0e0 100644 --- a/_posts/2017-08-16-edition-30.markdown +++ b/_posts/2017-08-16-edition-30.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 30th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of July 2017. diff --git a/_posts/2017-09-20-edition-31.markdown b/_posts/2017-09-20-edition-31.markdown index 6e3ee11aa1..ddfc097b89 100644 --- a/_posts/2017-09-20-edition-31.markdown +++ b/_posts/2017-09-20-edition-31.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 31st edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of August 2017. diff --git a/_posts/2017-10-11-edition-32.markdown b/_posts/2017-10-11-edition-32.markdown index 2ec0779e31..8a43c70ef3 100644 --- a/_posts/2017-10-11-edition-32.markdown +++ b/_posts/2017-10-11-edition-32.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 32nd edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of September 2017. diff --git a/_posts/2017-11-22-edition-33.markdown b/_posts/2017-11-22-edition-33.markdown index 080eb06e4c..b76d2c15d9 100644 --- a/_posts/2017-11-22-edition-33.markdown +++ b/_posts/2017-11-22-edition-33.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 33rd edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of October 2017. diff --git a/_posts/2017-12-20-edition-34.markdown b/_posts/2017-12-20-edition-34.markdown index acff8d432d..dea6c3e0eb 100644 --- a/_posts/2017-12-20-edition-34.markdown +++ b/_posts/2017-12-20-edition-34.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 34th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of November 2017. diff --git a/_posts/2018-01-17-edition-35.markdown b/_posts/2018-01-17-edition-35.markdown index 843930b342..904449c506 100644 --- a/_posts/2018-01-17-edition-35.markdown +++ b/_posts/2018-01-17-edition-35.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 35th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of December 2017. diff --git a/_posts/2018-02-21-edition-36.markdown b/_posts/2018-02-21-edition-36.markdown index 4ec122f78d..b6fcc29fae 100644 --- a/_posts/2018-02-21-edition-36.markdown +++ b/_posts/2018-02-21-edition-36.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 36th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of January 2018. diff --git a/_posts/2018-03-21-edition-37.markdown b/_posts/2018-03-21-edition-37.markdown index 4b59ec3333..f9b0a5c500 100644 --- a/_posts/2018-03-21-edition-37.markdown +++ b/_posts/2018-03-21-edition-37.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 37th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened from the month of February 2018 up to the [Git Merge](https://git-merge.com/) conference on March 7th and 8th 2018. diff --git a/_posts/2018-04-18-edition-38.markdown b/_posts/2018-04-18-edition-38.markdown index 8289698a52..c458bfb7ce 100644 --- a/_posts/2018-04-18-edition-38.markdown +++ b/_posts/2018-04-18-edition-38.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 38th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of March 2018. diff --git a/_posts/2018-05-16-edition-39.markdown b/_posts/2018-05-16-edition-39.markdown index 194bf450bc..58aced04f1 100644 --- a/_posts/2018-05-16-edition-39.markdown +++ b/_posts/2018-05-16-edition-39.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 39th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of April 2018. diff --git a/_posts/2018-06-20-edition-40.markdown b/_posts/2018-06-20-edition-40.markdown index 0c6e7870a7..630679fe3e 100644 --- a/_posts/2018-06-20-edition-40.markdown +++ b/_posts/2018-06-20-edition-40.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 40th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of May 2018. diff --git a/_posts/2018-07-18-edition-41.markdown b/_posts/2018-07-18-edition-41.markdown index a06aecaefa..7138286550 100644 --- a/_posts/2018-07-18-edition-41.markdown +++ b/_posts/2018-07-18-edition-41.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 41st edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of June 2018. diff --git a/_posts/2018-08-22-edition-42.markdown b/_posts/2018-08-22-edition-42.markdown index a1c955e740..c315014eb5 100644 --- a/_posts/2018-08-22-edition-42.markdown +++ b/_posts/2018-08-22-edition-42.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 42nd edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of July 2018. diff --git a/_posts/2018-09-19-edition-43.markdown b/_posts/2018-09-19-edition-43.markdown index 812a14084a..26e5b696f1 100644 --- a/_posts/2018-09-19-edition-43.markdown +++ b/_posts/2018-09-19-edition-43.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 43rd edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of August 2018. diff --git a/_posts/2018-11-21-edition-45.markdown b/_posts/2018-11-21-edition-45.markdown index 5d3511867d..25da19831c 100644 --- a/_posts/2018-11-21-edition-45.markdown +++ b/_posts/2018-11-21-edition-45.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 45th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of October 2018. diff --git a/_posts/2019-01-23-edition-47.markdown b/_posts/2019-01-23-edition-47.markdown index e9bb1a5311..0fb0a0d6e8 100644 --- a/_posts/2019-01-23-edition-47.markdown +++ b/_posts/2019-01-23-edition-47.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 47th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of December 2018. diff --git a/_posts/2019-02-27-edition-48.markdown b/_posts/2019-02-27-edition-48.markdown index 2664d6283c..db94b66820 100644 --- a/_posts/2019-02-27-edition-48.markdown +++ b/_posts/2019-02-27-edition-48.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 48th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of January 2019. It also covers the Git Contributor Summit and the Git diff --git a/_posts/2019-03-20-edition-49.markdown b/_posts/2019-03-20-edition-49.markdown index 9f04d58a23..9e2b909b6e 100644 --- a/_posts/2019-03-20-edition-49.markdown +++ b/_posts/2019-03-20-edition-49.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 49th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of February 2019. diff --git a/_posts/2019-04-26-edition-50.markdown b/_posts/2019-04-26-edition-50.markdown index 6d6a9d1770..7789596485 100644 --- a/_posts/2019-04-26-edition-50.markdown +++ b/_posts/2019-04-26-edition-50.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 50th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of March 2019. diff --git a/_posts/2019-05-22-edition-51.markdown b/_posts/2019-05-22-edition-51.markdown index f71f817321..465621e2f1 100644 --- a/_posts/2019-05-22-edition-51.markdown +++ b/_posts/2019-05-22-edition-51.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 51st edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of April 2019. diff --git a/_posts/2019-06-28-edition-52.markdown b/_posts/2019-06-28-edition-52.markdown index 9b9c4679a8..8915ccd5d0 100644 --- a/_posts/2019-06-28-edition-52.markdown +++ b/_posts/2019-06-28-edition-52.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 52nd edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of May 2019. diff --git a/_posts/2019-07-24-edition-53.markdown b/_posts/2019-07-24-edition-53.markdown index b88fb4edf4..3596a37475 100644 --- a/_posts/2019-07-24-edition-53.markdown +++ b/_posts/2019-07-24-edition-53.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 53rd edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of June 2019. diff --git a/_posts/2019-08-21-edition-54.markdown b/_posts/2019-08-21-edition-54.markdown index 200afb794b..a4e665fadc 100644 --- a/_posts/2019-08-21-edition-54.markdown +++ b/_posts/2019-08-21-edition-54.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 54th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of July 2019. diff --git a/_posts/2019-09-25-edition-55.markdown b/_posts/2019-09-25-edition-55.markdown index 85212083a7..ed939cf82f 100644 --- a/_posts/2019-09-25-edition-55.markdown +++ b/_posts/2019-09-25-edition-55.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 55th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of August 2019. diff --git a/_posts/2019-10-26-edition-56.markdown b/_posts/2019-10-26-edition-56.markdown index b264aad42b..566f0ea546 100644 --- a/_posts/2019-10-26-edition-56.markdown +++ b/_posts/2019-10-26-edition-56.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 56th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of September 2019. diff --git a/_posts/2019-11-20-edition-57.markdown b/_posts/2019-11-20-edition-57.markdown index 07596edb1a..6e0b7fe8c8 100644 --- a/_posts/2019-11-20-edition-57.markdown +++ b/_posts/2019-11-20-edition-57.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 57th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of October 2019. diff --git a/_posts/2019-12-26-edition-58.markdown b/_posts/2019-12-26-edition-58.markdown index 2a5fb06024..fb22a4c802 100644 --- a/_posts/2019-12-26-edition-58.markdown +++ b/_posts/2019-12-26-edition-58.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 58th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of November 2019. diff --git a/_posts/2020-01-22-edition-59.markdown b/_posts/2020-01-22-edition-59.markdown index 1f3261834e..6513790b0c 100644 --- a/_posts/2020-01-22-edition-59.markdown +++ b/_posts/2020-01-22-edition-59.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 59th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened around the month of December 2019. diff --git a/_posts/2020-02-19-edition-60.markdown b/_posts/2020-02-19-edition-60.markdown index 427b4572cd..0b75ec2c0e 100644 --- a/_posts/2020-02-19-edition-60.markdown +++ b/_posts/2020-02-19-edition-60.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 60th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of January 2020. diff --git a/_posts/2020-03-25-edition-61.markdown b/_posts/2020-03-25-edition-61.markdown index 56fe237b82..e25f2d0470 100644 --- a/_posts/2020-03-25-edition-61.markdown +++ b/_posts/2020-03-25-edition-61.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 61st edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of February 2020. diff --git a/_posts/2020-04-23-edition-62.markdown b/_posts/2020-04-23-edition-62.markdown index 7f175ca09d..3477f49137 100644 --- a/_posts/2020-04-23-edition-62.markdown +++ b/_posts/2020-04-23-edition-62.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 62nd edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of March 2020. diff --git a/_posts/2020-05-28-edition-63.markdown b/_posts/2020-05-28-edition-63.markdown index 530f28fd7a..bdc95d112a 100644 --- a/_posts/2020-05-28-edition-63.markdown +++ b/_posts/2020-05-28-edition-63.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 63rd edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of April 2020. diff --git a/_posts/2020-06-25-edition-64.markdown b/_posts/2020-06-25-edition-64.markdown index 78b793b6be..dedee2cde4 100644 --- a/_posts/2020-06-25-edition-64.markdown +++ b/_posts/2020-06-25-edition-64.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 64th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of May 2020. diff --git a/_posts/2020-07-30-edition-65.markdown b/_posts/2020-07-30-edition-65.markdown index e6dff85c03..a3960eb5e6 100644 --- a/_posts/2020-07-30-edition-65.markdown +++ b/_posts/2020-07-30-edition-65.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 65th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of June 2020. diff --git a/_posts/2020-08-27-edition-66.markdown b/_posts/2020-08-27-edition-66.markdown index 8321d1fe7e..f5687fc5df 100644 --- a/_posts/2020-08-27-edition-66.markdown +++ b/_posts/2020-08-27-edition-66.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 66th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of July 2020. diff --git a/_posts/2020-09-24-edition-67.markdown b/_posts/2020-09-24-edition-67.markdown index 53bbd75aaf..2a3b98de9d 100644 --- a/_posts/2020-09-24-edition-67.markdown +++ b/_posts/2020-09-24-edition-67.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 67th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of August 2020. diff --git a/_posts/2020-10-30-edition-68.markdown b/_posts/2020-10-30-edition-68.markdown index d490ea7430..f6488f813d 100644 --- a/_posts/2020-10-30-edition-68.markdown +++ b/_posts/2020-10-30-edition-68.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 68th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of September 2020. diff --git a/_posts/2020-11-27-edition-69.markdown b/_posts/2020-11-27-edition-69.markdown index 0f24efed13..3705cad6ac 100644 --- a/_posts/2020-11-27-edition-69.markdown +++ b/_posts/2020-11-27-edition-69.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 69th edition of [Git Rev News](https://git.github.io/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see the [About Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see the [About Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of October 2020. diff --git a/_posts/2020-12-26-edition-70.markdown b/_posts/2020-12-26-edition-70.markdown index e54fc97b59..05da64b08e 100644 --- a/_posts/2020-12-26-edition-70.markdown +++ b/_posts/2020-12-26-edition-70.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 70th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of November 2020. diff --git a/_posts/2021-01-28-edition-71.markdown b/_posts/2021-01-28-edition-71.markdown index 83a72180bd..c042f19f1d 100644 --- a/_posts/2021-01-28-edition-71.markdown +++ b/_posts/2021-01-28-edition-71.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 71st edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of December 2020. diff --git a/_posts/2021-02-27-edition-72.markdown b/_posts/2021-02-27-edition-72.markdown index dd18754924..76a6dc4619 100644 --- a/_posts/2021-02-27-edition-72.markdown +++ b/_posts/2021-02-27-edition-72.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 72nd edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of January 2021. diff --git a/_posts/2021-03-27-edition-73.markdown b/_posts/2021-03-27-edition-73.markdown index 15d73ded85..c72995bf93 100644 --- a/_posts/2021-03-27-edition-73.markdown +++ b/_posts/2021-03-27-edition-73.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 73rd edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of February 2021. diff --git a/_posts/2021-04-30-edition-74.markdown b/_posts/2021-04-30-edition-74.markdown index 5a29fad595..386c0a9e89 100644 --- a/_posts/2021-04-30-edition-74.markdown +++ b/_posts/2021-04-30-edition-74.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 74th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of March 2021. diff --git a/_posts/2021-05-27-edition-75.markdown b/_posts/2021-05-27-edition-75.markdown index 0363b8c86f..97123481b8 100644 --- a/_posts/2021-05-27-edition-75.markdown +++ b/_posts/2021-05-27-edition-75.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 75th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of April 2021. diff --git a/_posts/2021-06-27-edition-76.markdown b/_posts/2021-06-27-edition-76.markdown index 2840f499f1..132be8d5c7 100644 --- a/_posts/2021-06-27-edition-76.markdown +++ b/_posts/2021-06-27-edition-76.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 76th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of May 2021. diff --git a/_posts/2021-07-31-edition-77.markdown b/_posts/2021-07-31-edition-77.markdown index 2abe05e7c9..08f225cb42 100644 --- a/_posts/2021-07-31-edition-77.markdown +++ b/_posts/2021-07-31-edition-77.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 77th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of June 2021. diff --git a/_posts/2021-08-31-edition-78.markdown b/_posts/2021-08-31-edition-78.markdown index b93893d3ef..9c493dea15 100644 --- a/_posts/2021-08-31-edition-78.markdown +++ b/_posts/2021-08-31-edition-78.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 78th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of July 2021. diff --git a/_posts/2021-09-30-edition-79.markdown b/_posts/2021-09-30-edition-79.markdown index 963a646513..780016aa3b 100644 --- a/_posts/2021-09-30-edition-79.markdown +++ b/_posts/2021-09-30-edition-79.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 79th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of August 2021. diff --git a/_posts/2021-10-31-edition-80.markdown b/_posts/2021-10-31-edition-80.markdown index b5848f076f..121348d514 100644 --- a/_posts/2021-10-31-edition-80.markdown +++ b/_posts/2021-10-31-edition-80.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 80th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of September 2021. diff --git a/_posts/2021-11-29-edition-81.markdown b/_posts/2021-11-29-edition-81.markdown index dc962836aa..527816152b 100644 --- a/_posts/2021-11-29-edition-81.markdown +++ b/_posts/2021-11-29-edition-81.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 81st edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of October 2021. diff --git a/_posts/2021-12-31-edition-82.markdown b/_posts/2021-12-31-edition-82.markdown index 8b3ccf25da..cd0eb55515 100644 --- a/_posts/2021-12-31-edition-82.markdown +++ b/_posts/2021-12-31-edition-82.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 82nd edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of November 2021. diff --git a/_posts/2022-01-31-edition-83.markdown b/_posts/2022-01-31-edition-83.markdown index 7496aa43e0..69ea4f0bf1 100644 --- a/_posts/2022-01-31-edition-83.markdown +++ b/_posts/2022-01-31-edition-83.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 83rd edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of December 2021. diff --git a/_posts/2022-02-28-edition-84.markdown b/_posts/2022-02-28-edition-84.markdown index b9e157f541..33ba3f19e1 100644 --- a/_posts/2022-02-28-edition-84.markdown +++ b/_posts/2022-02-28-edition-84.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 84th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of January 2022. diff --git a/_posts/2022-03-31-edition-85.markdown b/_posts/2022-03-31-edition-85.markdown index 12a59674d0..45f9a8ba71 100644 --- a/_posts/2022-03-31-edition-85.markdown +++ b/_posts/2022-03-31-edition-85.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 85th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of February 2022. diff --git a/_posts/2022-04-30-edition-86.markdown b/_posts/2022-04-30-edition-86.markdown index 35f730c94c..2cf48c5662 100644 --- a/_posts/2022-04-30-edition-86.markdown +++ b/_posts/2022-04-30-edition-86.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 86th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of March 2022. diff --git a/_posts/2022-05-26-edition-87.markdown b/_posts/2022-05-26-edition-87.markdown index f86825a5cb..aa2fbb3eec 100644 --- a/_posts/2022-05-26-edition-87.markdown +++ b/_posts/2022-05-26-edition-87.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 87th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of April and May 2022. diff --git a/_posts/2022-06-30-edition-88.markdown b/_posts/2022-06-30-edition-88.markdown index 57e4d6400a..02bd0c8371 100644 --- a/_posts/2022-06-30-edition-88.markdown +++ b/_posts/2022-06-30-edition-88.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 88th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of May and June 2022. diff --git a/_posts/2022-07-31-edition-89.markdown b/_posts/2022-07-31-edition-89.markdown index 964d74a118..6350ced9db 100644 --- a/_posts/2022-07-31-edition-89.markdown +++ b/_posts/2022-07-31-edition-89.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 89th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of July 2022. diff --git a/_posts/2022-08-31-edition-90.markdown b/_posts/2022-08-31-edition-90.markdown index f88aaf775c..fb0a5a4b4b 100644 --- a/_posts/2022-08-31-edition-90.markdown +++ b/_posts/2022-08-31-edition-90.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 90th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of July 2022. diff --git a/_posts/2022-09-30-edition-91.markdown b/_posts/2022-09-30-edition-91.markdown index 428e1f0249..cf6539b650 100644 --- a/_posts/2022-09-30-edition-91.markdown +++ b/_posts/2022-09-30-edition-91.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 91st edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of September 2022. diff --git a/_posts/2022-10-31-edition-92.markdown b/_posts/2022-10-31-edition-92.markdown index f5225a7ada..67a7f7dd02 100644 --- a/_posts/2022-10-31-edition-92.markdown +++ b/_posts/2022-10-31-edition-92.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 92nd edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of October 2022. @@ -230,7 +230,7 @@ __Git tools and sites__ + [`nb`](https://xwmx.github.io/nb/) is a command line and local web note-taking, bookmarking, archiving, and knowledge base application with Git-backed versioning and syncing. -+ The [Git Reference](http://git.github.io/git-reference/) site is meant to be a ++ The [Git Reference](https://git.github.io/git-reference/) site is meant to be a quick reference for learning and remembering the most important and commonly used Git commands, but it can also be used as a tutorial. Every page will also link to more in-depth Git documentation. diff --git a/_posts/2022-11-30-edition-93.markdown b/_posts/2022-11-30-edition-93.markdown index 9693619325..63ea171a03 100644 --- a/_posts/2022-11-30-edition-93.markdown +++ b/_posts/2022-11-30-edition-93.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 93rd edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the month of October 2022. diff --git a/_posts/2022-12-31-edition-94.markdown b/_posts/2022-12-31-edition-94.markdown index 954d4fb89f..9c4db23732 100644 --- a/_posts/2022-12-31-edition-94.markdown +++ b/_posts/2022-12-31-edition-94.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 94th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of November 2022 and December 2022. diff --git a/_posts/2023-01-31-edition-95.markdown b/_posts/2023-01-31-edition-95.markdown index 6b5445f4b1..4d197137dd 100644 --- a/_posts/2023-01-31-edition-95.markdown +++ b/_posts/2023-01-31-edition-95.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 95th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of December 2022 and January 2023. diff --git a/_posts/2023-02-28-edition-96.markdown b/_posts/2023-02-28-edition-96.markdown index 74f8994cfb..c605c8c807 100644 --- a/_posts/2023-02-28-edition-96.markdown +++ b/_posts/2023-02-28-edition-96.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 96th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of January and February 2023. diff --git a/_posts/2023-03-31-edition-97.markdown b/_posts/2023-03-31-edition-97.markdown index 892c4a56e1..9f9b425cc8 100644 --- a/_posts/2023-03-31-edition-97.markdown +++ b/_posts/2023-03-31-edition-97.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 97th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of February 2023 and March 2023. diff --git a/_posts/2023-04-30-edition-98.markdown b/_posts/2023-04-30-edition-98.markdown index bdf3369e97..140b3e1414 100644 --- a/_posts/2023-04-30-edition-98.markdown +++ b/_posts/2023-04-30-edition-98.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 98th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of March 2023 and April 2023. diff --git a/_posts/2023-05-31-edition-99.markdown b/_posts/2023-05-31-edition-99.markdown index 0d53081ce5..0018a66c7c 100644 --- a/_posts/2023-05-31-edition-99.markdown +++ b/_posts/2023-05-31-edition-99.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 99th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of April 2023 and May 2023. diff --git a/_posts/2023-06-30-edition-100.markdown b/_posts/2023-06-30-edition-100.markdown index a80cec71b4..8199d715e9 100644 --- a/_posts/2023-06-30-edition-100.markdown +++ b/_posts/2023-06-30-edition-100.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 100th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of May 2023 and June 2023. diff --git a/_posts/2023-07-31-edition-101.markdown b/_posts/2023-07-31-edition-101.markdown index 8270665220..d84090d31b 100644 --- a/_posts/2023-07-31-edition-101.markdown +++ b/_posts/2023-07-31-edition-101.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 101st edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of June 2023 and July 2023. diff --git a/_posts/2023-08-31-edition-102.markdown b/_posts/2023-08-31-edition-102.markdown index 9990a64576..0707e67669 100644 --- a/_posts/2023-08-31-edition-102.markdown +++ b/_posts/2023-08-31-edition-102.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 102nd edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of July 2023 and August 2023. diff --git a/_posts/2023-09-30-edition-103.markdown b/_posts/2023-09-30-edition-103.markdown index bc4a44083f..ca90ddcecb 100644 --- a/_posts/2023-09-30-edition-103.markdown +++ b/_posts/2023-09-30-edition-103.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 103rd edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of August 2023 and September 2023. diff --git a/_posts/2023-10-31-edition-104.markdown b/_posts/2023-10-31-edition-104.markdown index 3da7ae02d1..9959491f79 100644 --- a/_posts/2023-10-31-edition-104.markdown +++ b/_posts/2023-10-31-edition-104.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 104th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of September 2023 and October 2023. diff --git a/_posts/2023-11-30-edition-105.markdown b/_posts/2023-11-30-edition-105.markdown index 75a0c12e09..ca22847a31 100644 --- a/_posts/2023-11-30-edition-105.markdown +++ b/_posts/2023-11-30-edition-105.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 105th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of October 2023 and November 2023. diff --git a/_posts/2024-01-31-edition-107.markdown b/_posts/2024-01-31-edition-107.markdown index 4948ef3ea6..a491b1ca4a 100644 --- a/_posts/2024-01-31-edition-107.markdown +++ b/_posts/2024-01-31-edition-107.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 107th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of December 2023 and January 2024. diff --git a/_posts/2024-02-29-edition-108.markdown b/_posts/2024-02-29-edition-108.markdown index 1c53358778..6ab0b98399 100644 --- a/_posts/2024-02-29-edition-108.markdown +++ b/_posts/2024-02-29-edition-108.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 108th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of January and February 2024. diff --git a/_posts/2024-03-31-edition-109.markdown b/_posts/2024-03-31-edition-109.markdown index 04d9699f09..204081fdf1 100644 --- a/_posts/2024-03-31-edition-109.markdown +++ b/_posts/2024-03-31-edition-109.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 109th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of February and March 2024. diff --git a/_posts/2024-04-30-edition-110.markdown b/_posts/2024-04-30-edition-110.markdown index 4c9dbca6de..fecc2120ed 100644 --- a/_posts/2024-04-30-edition-110.markdown +++ b/_posts/2024-04-30-edition-110.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 110th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of March and April 2024. diff --git a/_posts/2024-05-31-edition-111.markdown b/_posts/2024-05-31-edition-111.markdown index 887c4a6eeb..bcf1f13251 100644 --- a/_posts/2024-05-31-edition-111.markdown +++ b/_posts/2024-05-31-edition-111.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 111th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of April and May 2024. diff --git a/_posts/2024-06-30-edition-112.markdown b/_posts/2024-06-30-edition-112.markdown index 6e490ec0dd..b7d8bdcece 100644 --- a/_posts/2024-06-30-edition-112.markdown +++ b/_posts/2024-06-30-edition-112.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 112th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of May and June 2024. diff --git a/_posts/2024-07-31-edition-113.markdown b/_posts/2024-07-31-edition-113.markdown index 629b7a3192..b2845b2098 100644 --- a/_posts/2024-07-31-edition-113.markdown +++ b/_posts/2024-07-31-edition-113.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 113th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of June and July 2024. diff --git a/_posts/2024-08-31-edition-114.markdown b/_posts/2024-08-31-edition-114.markdown index 8f81a8674a..a6dd8ac7f1 100644 --- a/_posts/2024-08-31-edition-114.markdown +++ b/_posts/2024-08-31-edition-114.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 114th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of July and August 2024. diff --git a/_posts/2024-09-30-edition-115.markdown b/_posts/2024-09-30-edition-115.markdown index 4e4af1c8ba..b1d7fba87c 100644 --- a/_posts/2024-09-30-edition-115.markdown +++ b/_posts/2024-09-30-edition-115.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 115th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of August and September 2024. diff --git a/_posts/2024-10-31-edition-116.markdown b/_posts/2024-10-31-edition-116.markdown index e4dfb0d2e0..d32904ea5e 100644 --- a/_posts/2024-10-31-edition-116.markdown +++ b/_posts/2024-10-31-edition-116.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 116th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of September and October 2024. diff --git a/_posts/2024-11-30-edition-117.markdown b/_posts/2024-11-30-edition-117.markdown index ffa294b1ba..339c2010f4 100644 --- a/_posts/2024-11-30-edition-117.markdown +++ b/_posts/2024-11-30-edition-117.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 117th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of October and November 2024. diff --git a/_posts/2024-12-31-edition-118.markdown b/_posts/2024-12-31-edition-118.markdown index b7deb451ab..d0e657914f 100644 --- a/_posts/2024-12-31-edition-118.markdown +++ b/_posts/2024-12-31-edition-118.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 118th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of November and December 2024. diff --git a/_posts/2025-01-31-edition-119.markdown b/_posts/2025-01-31-edition-119.markdown index 3e38e4eaaf..1237e9b804 100644 --- a/_posts/2025-01-31-edition-119.markdown +++ b/_posts/2025-01-31-edition-119.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 119th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of December 2024 and January 2025. diff --git a/_posts/2025-02-28-edition-120.markdown b/_posts/2025-02-28-edition-120.markdown index 8ad9194cd9..bd98b1bbc6 100644 --- a/_posts/2025-02-28-edition-120.markdown +++ b/_posts/2025-02-28-edition-120.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 120th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of January and February 2025. diff --git a/_posts/2025-03-31-edition-121.markdown b/_posts/2025-03-31-edition-121.markdown index ce754e0639..b01f0f903a 100644 --- a/_posts/2025-03-31-edition-121.markdown +++ b/_posts/2025-03-31-edition-121.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 121st edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of February and March 2025. diff --git a/_posts/2025-04-30-edition-122.markdown b/_posts/2025-04-30-edition-122.markdown index 98ace10847..f2c4027688 100644 --- a/_posts/2025-04-30-edition-122.markdown +++ b/_posts/2025-04-30-edition-122.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 122nd edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of March and April 2025. diff --git a/_posts/2025-05-31-edition-123.markdown b/_posts/2025-05-31-edition-123.markdown index 96e3cd14cc..3f38199ff6 100644 --- a/_posts/2025-05-31-edition-123.markdown +++ b/_posts/2025-05-31-edition-123.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 123rd edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of April and May 2025. diff --git a/_posts/2025-06-30-edition-124.markdown b/_posts/2025-06-30-edition-124.markdown index 3c89f84733..d72a4820b4 100644 --- a/_posts/2025-06-30-edition-124.markdown +++ b/_posts/2025-06-30-edition-124.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 124th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of May and June 2025. diff --git a/_posts/2025-07-31-edition-125.markdown b/_posts/2025-07-31-edition-125.markdown index 063e936ee8..b63ee5d2c8 100644 --- a/_posts/2025-07-31-edition-125.markdown +++ b/_posts/2025-07-31-edition-125.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 125th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of June and July 2025. diff --git a/_posts/2025-08-31-edition-126.markdown b/_posts/2025-08-31-edition-126.markdown index bb1f32be1d..2dbfa90320 100644 --- a/_posts/2025-08-31-edition-126.markdown +++ b/_posts/2025-08-31-edition-126.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 126th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of July and August 2025. diff --git a/_posts/2025-09-30-edition-127.markdown b/_posts/2025-09-30-edition-127.markdown index bf5ec5474c..6cff400eed 100644 --- a/_posts/2025-09-30-edition-127.markdown +++ b/_posts/2025-09-30-edition-127.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 127th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of August and September 2025. diff --git a/_posts/2025-10-31-edition-128.markdown b/_posts/2025-10-31-edition-128.markdown index 40be28f553..77bfb6678c 100644 --- a/_posts/2025-10-31-edition-128.markdown +++ b/_posts/2025-10-31-edition-128.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 128th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of September and October 2025. diff --git a/_posts/2025-11-30-edition-129.markdown b/_posts/2025-11-30-edition-129.markdown index 404db4a3c1..12f681d8c0 100644 --- a/_posts/2025-11-30-edition-129.markdown +++ b/_posts/2025-11-30-edition-129.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 129th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of October and November 2025. diff --git a/_posts/2025-12-31-edition-130.markdown b/_posts/2025-12-31-edition-130.markdown index be359cd2d5..f857dc28f9 100755 --- a/_posts/2025-12-31-edition-130.markdown +++ b/_posts/2025-12-31-edition-130.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 130th edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of November and December 2025. diff --git a/_posts/2026-01-31-edition-131.markdown b/_posts/2026-01-31-edition-131.markdown index 6906e8045c..ba208dcde7 100644 --- a/_posts/2026-01-31-edition-131.markdown +++ b/_posts/2026-01-31-edition-131.markdown @@ -11,7 +11,7 @@ navbar: false Welcome to the 131st edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of December 2025 and January 2026. diff --git a/rev_news/drafts/edition-132.md b/rev_news/drafts/edition-132.md index b838c73c1d..ac38c05a19 100644 --- a/rev_news/drafts/edition-132.md +++ b/rev_news/drafts/edition-132.md @@ -11,7 +11,7 @@ navbar: false Welcome to the 132nd edition of [Git Rev News](https://git.github.io/rev_news/rev_news/), a digest of all things Git. For our goals, the archives, the way we work, and how to contribute or to -subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](http://git.github.io). +subscribe, see [the Git Rev News page](https://git.github.io/rev_news/rev_news/) on [git.github.io](https://git.github.io). This edition covers what happened during the months of January and February 2026.