|
|
|
|
|
by paulddraper
775 days ago
|
|
But a rebased commit can also have arbitrary changes! --- P.S. Any commit can have any change. Or no change. A "commit" is a version...a message, a tree, some metadata, and 0 or more parents. In fact it's not even a change/diff/patchset per se. Though will often compare it against its assigned parents. If it has multiple parents, you'd have to choose which to compare. If it has zero parents, you can't compare against any parents. |
|
Git log only shows one tree not parallel trees from the merge.