From 40b6f5b91142a2893422479122704dd7ba91fe99 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 2 Jun 2018 13:30:53 +0200 Subject: [PATCH] Move to vcs/ in preparation for merge into new dotfiles repository --- .gitignore => vcs/.gitignore | 0 Makefile => vcs/Makefile | 0 {bin => vcs/bin}/tig.pl | 0 cvsrc.in => vcs/cvsrc.in | 0 gitattributes => vcs/gitattributes | 0 gitconfig.in => vcs/gitconfig.in | 0 hgrc => vcs/hgrc | 0 setup.sh => vcs/setup.sh | 0 {t => vcs/t}/expected-empty.txt | 0 {t => vcs/t}/expected-nonspaces.txt | 0 {t => vcs/t}/expected-word-nonword.txt | 0 {t => vcs/t}/expected-words-nonword.txt | 0 {t => vcs/t}/expected-words-nonwords-spaces.txt | 0 {t => vcs/t}/expected-words-nonwords.txt | 0 {t => vcs/t}/expected-words-nonwordspaces-spaces.txt | 0 {t => vcs/t}/expected-words-nonwordspaces.txt | 0 {t => vcs/t}/test.sh | 0 tigrc => vcs/tigrc | 0 tigrc.old => vcs/tigrc.old | 0 19 files changed, 0 insertions(+), 0 deletions(-) rename .gitignore => vcs/.gitignore (100%) rename Makefile => vcs/Makefile (100%) rename {bin => vcs/bin}/tig.pl (100%) rename cvsrc.in => vcs/cvsrc.in (100%) rename gitattributes => vcs/gitattributes (100%) rename gitconfig.in => vcs/gitconfig.in (100%) rename hgrc => vcs/hgrc (100%) rename setup.sh => vcs/setup.sh (100%) rename {t => vcs/t}/expected-empty.txt (100%) rename {t => vcs/t}/expected-nonspaces.txt (100%) rename {t => vcs/t}/expected-word-nonword.txt (100%) rename {t => vcs/t}/expected-words-nonword.txt (100%) rename {t => vcs/t}/expected-words-nonwords-spaces.txt (100%) rename {t => vcs/t}/expected-words-nonwords.txt (100%) rename {t => vcs/t}/expected-words-nonwordspaces-spaces.txt (100%) rename {t => vcs/t}/expected-words-nonwordspaces.txt (100%) rename {t => vcs/t}/test.sh (100%) rename tigrc => vcs/tigrc (100%) rename tigrc.old => vcs/tigrc.old (100%) 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 -- 2.43.2