summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e31d1e2)
raw | patch | inline | side by side (parent: e31d1e2)
author | Avery Pennarun <apenwarr@gmail.com> | |
Wed, 4 Nov 2009 19:50:33 +0000 (14:50 -0500) | ||
committer | Avery Pennarun <apenwarr@gmail.com> | |
Wed, 4 Nov 2009 19:50:33 +0000 (14:50 -0500) |
INSTALL | [new file with mode: 0644] | patch | blob |
Makefile | patch | blob | history |
diff --git a/INSTALL b/INSTALL
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,13 @@
+
+HOW TO INSTALL git-subtree
+==========================
+
+Copy the file 'git-subtree.sh' to /usr/local/bin/git-subtree.
+
+That will make a 'git subtree' (note: space instead of dash) command
+available. See the file git-subtree.txt for more.
+
+You can also install the man page by doing:
+
+ make doc
+ cp git-subtree.1 /usr/share/man/man1/
diff --git a/Makefile b/Makefile
index bc163dd39023da94c6a518960eaaa9d3d89d7ef5..3e97c6246f1551269c30ebd2e4b8850f86bc8cda 100644 (file)
--- a/Makefile
+++ b/Makefile
default:
@echo "git-subtree doesn't need to be built."
+ @echo "Just copy it somewhere on your PATH, like /usr/local/bin."
@echo
@echo "Try: make doc"
@false