Poking around /usr/lib/git-core

from blog Kamal Marhubi, | ↗ original
A somewhat unknown bit of git trivia is that git rebase is implemented as a ~600 line shell script. A few months ago, I did a full-distro upgrade on my machine. I kept working while it updated, and was surprised when git add --patch failed, because I was using other git commands just fine. Even weirder, plain git add worked! The message I got...