|
|
|
|
|
by cyphar
3482 days ago
|
|
Patches in git are generated on-the-fly. This is actually one of the critical things that made git so much better than conventional version control systems at the time -- it doesn't need to track diffs (which means it doesn't have to handle the infinite fractal of problems that spiral out of rebasing diffs). It can just compute them when it needs them. Think of git like a snapshotting filesystem that has a VC interface added on top. |
|