| | @@ -8,10 +8,11 @@ |
| 8 | 8 | <li> Branch name |
| 9 | 9 | <li> Tag name |
| 10 | 10 | <li> Timestamp: <i>YYYY-MM-DD HH:MM:SS</i> |
| 11 | 11 | <li> <i>tag-name</i> <big><b>:</b></big> <i>timestamp</i> |
| 12 | 12 | <li> <b>root <big>:</big></b> <i>branchname</i> |
| 13 | +<li> <b>start <big>:</big></b> <i>branchname</i> |
| 13 | 14 | <li> <b>merge-in <big>:</big></b> <i>branchname</i> |
| 14 | 15 | <li> Special names: |
| 15 | 16 | <ul> |
| 16 | 17 | <li> <b>tip</b> |
| 17 | 18 | <li> <b>current</b> |
| | @@ -234,10 +235,13 @@ |
| 234 | 235 | the most recent merge-in point for that branch. |
| 235 | 236 | The resulting diff will then show only the changes in |
| 236 | 237 | the branch itself, omitting |
| 237 | 238 | any changes that have already been merged in from the parent branch. |
| 238 | 239 | |
| 240 | +<a id="start"></a> |
| 241 | +The prefix "<tt>start:</tt>" gives the first check-in of the named branch. |
| 242 | + |
| 239 | 243 | |
| 240 | 244 | <h2 id="special">Special Tags</h2> |
| 241 | 245 | |
| 242 | 246 | The tag "tip" means the most recent check-in. The "tip" tag is practically |
| 243 | 247 | equivalent to the timestamp "9999-12-31". |
| | @@ -290,12 +294,13 @@ |
| 290 | 294 | |
| 291 | 295 | # Exact matches on [#special | the special names] |
| 292 | 296 | # [#timestamps | Timestamps], with preference to ISO8601 forms |
| 293 | 297 | # [#tagpfx | tag:TAGNAME] |
| 294 | 298 | # [#root | root:BRANCH] |
| 299 | + # [#start | start:BRANCH] |
| 295 | 300 | # [#merge-in | merge-in:BRANCH] |
| 296 | 301 | # [#tag-ts | TAGNAME:timestamp] |
| 297 | 302 | # Full artifact hash or hash prefix. |
| 298 | 303 | # Any other type of symbolic name that Fossil extracts from |
| 299 | 304 | artifacts. |
| 300 | 305 | |
| 301 | 306 | <div style="height:50em" id="this-space-intentionally-left-blank"></div> |
| 302 | 307 | |