Highlights from Git 2.52 - GitHub Blog

https://github.blog/open-source/git/highlights-from-git-2-52/

20 points · 2 comments · view on lemmy.world

2 Comments

QuazarOmega@lemy.lol · 14 pts · 292d

The core functionality behind git last-modified was written by GitHub over many years (originally called blame-tree in GitHub’s fork of Git), and is what has powered our tree-level blame since 2012. Earlier this year, we shared those patches with engineers at GitLab, who tidied up years of development into a reviewable series of patches which landed in this release.

The free software ethos at its finest, this is enough to make a grown man cry 🥹

A_norny_mousse@feddit.org · 13 pts · 292d

PSA

git the FLOSS software is completely independent of github, the MS-owned web platform.
git was originally written by Linus Torvalds and can be selfhosted easily without additional software. Or be used locally.