summaryrefslogtreecommitdiff
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
parent187da0aedcd9d0a2fb34477bef41549681ba1273 (diff)
Initialize.
-rw-r--r--.topdeps1
-rw-r--r--.topmsg16
2 files changed, 17 insertions, 0 deletions
diff --git a/.topdeps b/.topdeps
new file mode 100644
index 0000000000..bfe97170e5
--- /dev/null
+++ b/.topdeps
@@ -0,0 +1 @@
+187da0aedcd9d0a2fb34477bef41549681ba1273
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
+
+---