Login
Roast topics
Find topics
Find it!
From:
adamj.eu
(Uncensored)
subscribe
Git: Improve diff generation with diff.algorithm=histogram - Adam Johnson
https://adamj.eu/tech/2024/01/18/git-improve-diff-histogram/
links
backlinks
Tagged with:
git
posts
Roast topics
Find topics
Roast it!
Contrary to common belief, Git doesn’t store diffs. It actually stores snapshots of whole files, heavily compressed to reduce redundancy. Then when displaying a diff is required, git diff generates it on the fly.