this post was submitted on 18 Nov 2025
17 points (94.7% liked)

Programming

23517 readers
262 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
top 2 comments
sorted by: hot top controversial new old
[–] QuazarOmega@lemy.lol 11 points 1 day ago

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 10 points 2 days ago* (last edited 2 days ago)

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.