Changes between Version 2 and Version 3 of commit-identifiers


Ignore:
Timestamp:
Oct 2, 2020 9:31:09 AM (3 years ago)
Author:
Jonathan Bedard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • commit-identifiers

    v2 v3  
    1717        A commit identifier on a branch is the number of commits since that branch diverged from the default branch, like so:
    1818
     19{{{
    1920                                                                —— o ————————— o
    2021                                                             /          |                              |
     
    2627                      |                        |                        |                        |
    2728                100@main       101@main        102@main        103@main
     29}}}
    2830
    2931        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.