You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Off-the-shelf governance models for small FOSS projects?](https://antonin.delpeuch.eu/posts/off-the-shelf-governance-models-for-small-foss-projects/)
174
+
by Antonin Delpeuch, about an idea for `GOVERNANCE.md` file template or generator,
175
+
as another recommended addition to `README.md`, `LICENSE`, and Code of Conduct.
by Bradley M. Kuhn of Software Freedom Conservancy on GDB Development mailing list (via GDB public-inbox instance),
181
+
about considering implementing Digital Certificate of Origin for a project (like Linux kernel and Git project do).
182
+
*[The many names of commit 55039832f98c](https://lwn.net/Articles/1005222/)
183
+
by Jonathan Corbet on LWN\.net, about difficuties finding the commit in mainline kernel repository
184
+
that corresponds to the specific commit/patch sent to stable-update mailing list,
185
+
in the presence of DRM community's wide use of cherry-picking
186
+
(without something like "change ID" that is used by Gerrit).
187
+
*[The slow death of TuxFamily](https://lwn.net/Articles/1004988/), a French free-software-hosting service,
188
+
by Joe Brockmeier on LWN\.net.
189
+
*[A Retrospective on the Source Code Control System](https://www.mrochkind.com/mrochkind/docs/SCCSretro2.pdf)
190
+
by Marc J. Rochkind (PDF).
191
+
*[Considerations for making a tree view component (in a web Git UI) accessible](https://github.blog/engineering/user-experience/considerations-for-making-a-tree-view-component-accessible/)
192
+
by Eric Bailey on GitHub Blog.
156
193
*[Commit subject case in Git history](https://benknoble.github.io/blog/2025/01/04/git-subject-case/)
157
194
analysis by D. Ben Knoble, as a blog post on his Junk Drawer site.
195
+
*[Colliding with the SHA prefix of Linux's initial Git commit](https://people.kernel.org/kees/colliding-with-the-sha-prefix-of-linuxs-initial-git-commit)
196
+
Or, how to break all the tools that parse the “Fixes:” tag,
197
+
by Kees Cook on people\.kernel\.org. Note that the 12-character prefix collision
198
+
was generated with the help of the [lucky-commit](https://github.com/not-an-aardvark/lucky-commit) project;
199
+
this tool was mentioned in [Git Rev News Edition #109](https://git.github.io/rev_news/2024/03/31/edition-109/).
200
+
* See also [Facing the Git commit-ID collision catastrophe](https://lwn.net/Articles/1001526/)
201
+
by Jonathan Corbet on LWN\.net, mentioned in [the previous edition](https://git.github.io/rev_news/2024/12/31/edition-118/).
202
+
*[How to set up your ~~own Git server~~ Gitea instance at home for your personal projects](https://www.xda-developers.com/set-up-your-own-git-server-at-home/)
203
+
by Ty Sherback on XDA Developers.
204
+
*[Gitea](https://about.gitea.com/), a Go-based software forge (fork of [Gogs](https://gogs.io/)),
205
+
was first mentioned in [Git Rev News Edition #23](https://git.github.io/rev_news/2017/01/25/edition-23/).
206
+
There is also [Forgejo](https://forgejo.org/), fork of Gitea,
207
+
mentioned in [Git Rev News Edition #114](https://git.github.io/rev_news/2024/08/31/edition-114/).
158
208
*[Is there a way to split the git history of a file or combine the histories of two files without a merge commit?](https://devblogs.microsoft.com/oldnewthing/20241218-00/?p=110655),
159
209
a short exploration by Raymond Chen on The Old New Thing, part of Microsoft Dev Blogs.
160
210
* One of other blog posts referenced in the above mentioned exploration was in Git Rev News:
0 commit comments