summaryrefslogtreecommitdiff
path: root/.topmsg
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2011-10-23 19:46:11 +0200
committerThomas Schwinge <thomas@schwinge.name>2011-10-23 19:46:11 +0200
commit0234227d25807a330c27d549b9c17956a2f3fe35 (patch)
tree85aa67c5f4926517bf938a9bcfaa5e4de4d7b048 /.topmsg
parent187da0aedcd9d0a2fb34477bef41549681ba1273 (diff)
Initialize.
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
+
+---