From aeb2172976bd90497afb24ab670b42872fd8ce3b Mon Sep 17 00:00:00 2001 From: Motonori Iwata Date: Tue, 30 Aug 2011 12:03:46 +0900 Subject: [PATCH] create feature branch --- .gitmodules | 3 +++ .vimrc => etc/.vimrc | 0 git-now.el => etc/git-now.el | 0 update => git-now-update | 0 shFlags | 1 + 5 files changed, 4 insertions(+) create mode 100644 .gitmodules rename .vimrc => etc/.vimrc (100%) rename git-now.el => etc/git-now.el (100%) rename update => git-now-update (100%) create mode 160000 shFlags diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8566567 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "shFlags"] + path = shFlags + url = git://github.com/nvie/shFlags.git diff --git a/.vimrc b/etc/.vimrc similarity index 100% rename from .vimrc rename to etc/.vimrc diff --git a/git-now.el b/etc/git-now.el similarity index 100% rename from git-now.el rename to etc/git-now.el diff --git a/update b/git-now-update similarity index 100% rename from update rename to git-now-update diff --git a/shFlags b/shFlags new file mode 160000 index 0000000..2fb06af --- /dev/null +++ b/shFlags @@ -0,0 +1 @@ +Subproject commit 2fb06af13de884e9680f14a00c82e52a67c867f1