From: Simon Ruderich Date: Sat, 2 Jun 2018 11:30:53 +0000 (+0200) Subject: Move to vcs/ in preparation for merge into new dotfiles repository X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=40b6f5b91142a2893422479122704dd7ba91fe99 Move to vcs/ in preparation for merge into new dotfiles repository --- diff --git a/.gitignore b/vcs/.gitignore similarity index 100% rename from .gitignore rename to vcs/.gitignore diff --git a/Makefile b/vcs/Makefile similarity index 100% rename from Makefile rename to vcs/Makefile diff --git a/bin/tig.pl b/vcs/bin/tig.pl similarity index 100% rename from bin/tig.pl rename to vcs/bin/tig.pl diff --git a/cvsrc.in b/vcs/cvsrc.in similarity index 100% rename from cvsrc.in rename to vcs/cvsrc.in diff --git a/gitattributes b/vcs/gitattributes similarity index 100% rename from gitattributes rename to vcs/gitattributes diff --git a/gitconfig.in b/vcs/gitconfig.in similarity index 100% rename from gitconfig.in rename to vcs/gitconfig.in diff --git a/hgrc b/vcs/hgrc similarity index 100% rename from hgrc rename to vcs/hgrc diff --git a/setup.sh b/vcs/setup.sh similarity index 100% rename from setup.sh rename to vcs/setup.sh diff --git a/t/expected-empty.txt b/vcs/t/expected-empty.txt similarity index 100% rename from t/expected-empty.txt rename to vcs/t/expected-empty.txt diff --git a/t/expected-nonspaces.txt b/vcs/t/expected-nonspaces.txt similarity index 100% rename from t/expected-nonspaces.txt rename to vcs/t/expected-nonspaces.txt diff --git a/t/expected-word-nonword.txt b/vcs/t/expected-word-nonword.txt similarity index 100% rename from t/expected-word-nonword.txt rename to vcs/t/expected-word-nonword.txt diff --git a/t/expected-words-nonword.txt b/vcs/t/expected-words-nonword.txt similarity index 100% rename from t/expected-words-nonword.txt rename to vcs/t/expected-words-nonword.txt diff --git a/t/expected-words-nonwords-spaces.txt b/vcs/t/expected-words-nonwords-spaces.txt similarity index 100% rename from t/expected-words-nonwords-spaces.txt rename to vcs/t/expected-words-nonwords-spaces.txt diff --git a/t/expected-words-nonwords.txt b/vcs/t/expected-words-nonwords.txt similarity index 100% rename from t/expected-words-nonwords.txt rename to vcs/t/expected-words-nonwords.txt diff --git a/t/expected-words-nonwordspaces-spaces.txt b/vcs/t/expected-words-nonwordspaces-spaces.txt similarity index 100% rename from t/expected-words-nonwordspaces-spaces.txt rename to vcs/t/expected-words-nonwordspaces-spaces.txt diff --git a/t/expected-words-nonwordspaces.txt b/vcs/t/expected-words-nonwordspaces.txt similarity index 100% rename from t/expected-words-nonwordspaces.txt rename to vcs/t/expected-words-nonwordspaces.txt diff --git a/t/test.sh b/vcs/t/test.sh similarity index 100% rename from t/test.sh rename to vcs/t/test.sh diff --git a/tigrc b/vcs/tigrc similarity index 100% rename from tigrc rename to vcs/tigrc diff --git a/tigrc.old b/vcs/tigrc.old similarity index 100% rename from tigrc.old rename to vcs/tigrc.old