summaryrefslogtreecommitdiff
path: root/.topmsg
diff options
context:
space:
mode:
Diffstat (limited to '.topmsg')
-rw-r--r--.topmsg16
1 files changed, 16 insertions, 0 deletions
diff --git a/.topmsg b/.topmsg
new file mode 100644
index 0000000000..dd6634c886
--- /dev/null
+++ b/.topmsg
@@ -0,0 +1,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
+
+---