Rename project to actions-sync

This commit is contained in:
Anthony Sterling
2020-07-02 19:36:10 +01:00
commit f7954c5ebf
1249 changed files with 376757 additions and 0 deletions

12
test/fixtures/repo.git/config vendored Normal file
View File

@@ -0,0 +1,12 @@
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
[receive]
denyCurrentBranch = false
[remote "origin"]
url = git://localhost:9419/org/repo
fetch = +refs/heads/*:refs/remotes/origin/*