[tor-commits] [tor/master] Move all git maintenance scripts to separate directory
asn at torproject.org
asn at torproject.org
Wed Mar 13 14:08:02 UTC 2019
commit 888bb9508b7a89550d3b2d33236073fc14868a98
Author: rl1987 <rl1987 at sdf.lonestar.org>
Date: Wed Mar 6 19:45:58 2019 +0200
Move all git maintenance scripts to separate directory
---
scripts/{maint => git}/git-merge-forward.sh | 0
scripts/{maint => git}/git-pull-all.sh | 0
scripts/{maint => git}/git-push-all.sh | 0
scripts/{maint => git}/post-merge.git-hook | 0
scripts/{maint => git}/pre-commit.git-hook | 0
scripts/{maint => git}/pre-push.git-hook | 0
6 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/scripts/maint/git-merge-forward.sh b/scripts/git/git-merge-forward.sh
similarity index 100%
rename from scripts/maint/git-merge-forward.sh
rename to scripts/git/git-merge-forward.sh
diff --git a/scripts/maint/git-pull-all.sh b/scripts/git/git-pull-all.sh
similarity index 100%
rename from scripts/maint/git-pull-all.sh
rename to scripts/git/git-pull-all.sh
diff --git a/scripts/maint/git-push-all.sh b/scripts/git/git-push-all.sh
similarity index 100%
rename from scripts/maint/git-push-all.sh
rename to scripts/git/git-push-all.sh
diff --git a/scripts/maint/post-merge.git-hook b/scripts/git/post-merge.git-hook
similarity index 100%
rename from scripts/maint/post-merge.git-hook
rename to scripts/git/post-merge.git-hook
diff --git a/scripts/maint/pre-commit.git-hook b/scripts/git/pre-commit.git-hook
similarity index 100%
rename from scripts/maint/pre-commit.git-hook
rename to scripts/git/pre-commit.git-hook
diff --git a/scripts/maint/pre-push.git-hook b/scripts/git/pre-push.git-hook
similarity index 100%
rename from scripts/maint/pre-push.git-hook
rename to scripts/git/pre-push.git-hook
More information about the tor-commits
mailing list