summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-11-27 21:31:41 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-11-27 21:31:41 -0500
commit9907fb3cc9e73dade56913e4c82ec7ea6214206b (patch)
tree1100e12b122a1fc4486e439e1826955fbb6da250 /README
parentb3e25ac5a3ea9340b8cbf5062d34f1ebeb3cbc2f (diff)
add some documentation files
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..b305105
--- /dev/null
+++ b/README
@@ -0,0 +1,9 @@
+This is a minimal fork of Arch's `devtools'.
+
+It is a fork in that bugs are fixed and features added.
+ This happens on the "complete" branch. Most development should happen here,
+ and it should be able to be merged back into devtools.
+It is minimal in that it doesn't include most of what is in devtools.
+ This happens on the "master" branch.
+
+a sample .git/config file is included to make it easy to merge from devtools.