diff options
-rw-r--r-- | .topdeps | 1 | ||||
-rw-r--r-- | .topmsg | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/.topdeps b/.topdeps new file mode 100644 index 0000000..17c6c67 --- /dev/null +++ b/.topdeps @@ -0,0 +1 @@ +640cfa0a4af3dc399bff496fd94081a99dbbcdd2 @@ -0,0 +1,14 @@ +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 |