|
|
|
|
|
by chimeracoder
3024 days ago
|
|
> Given that conceptually git is just a linked list of patches, I can't imagine why they wouldn't have that history You can construct a linked list of patches for any series of commits, but git doesn't actually store patches or diffs - only raw content. |
|