summaryrefslogtreecommitdiff
path: root/.topmsg
blob: dd6634c886582cc345cb80bdd86517f63bc3a059 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Subject: Baseline for our topic branches.

---

This need not strictly be a TopGit branch, but it is for easy synchronization
between different machines.

As the baseline is merged into the topic branches, it is forward-only.

To advance it:

    $ echo [SHA1] > .topdeps
    $ git commit -m Advance. -- .topdeps
    $ tg update

---