Changes between Version 2 and Version 3 of commit-identifiers
- Timestamp:
- Oct 2, 2020, 9:31:09 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
commit-identifiers
v2 v3 17 17 A commit identifier on a branch is the number of commits since that branch diverged from the default branch, like so: 18 18 19 {{{ 19 20 —— o ————————— o 20 21 / | | … … 26 27 | | | | 27 28 100@main 101@main 102@main 103@main 29 }}} 28 30 29 31 Under this architecture, commits have multiple valid identifiers. For example, 101.1@branch-a could also be referred to as 101.1@branch-b. Commit identifiers can even be negative (since they just describe a commit's relationship with the default branch), so 101.-1@branch-a would refer to 100@main.