diff options
author | Parabola git <git@parabola.nu> | 2014-11-29 20:00:04 +0000 |
---|---|---|
committer | Parabola git <git@parabola.nu> | 2014-11-29 20:00:04 +0000 |
commit | a69ed049ac3c5efaa7d5103e2c44d87b98cde388 (patch) | |
tree | d97a4e76ab947571bf4dad3adab4b0d9ea4c5d55 | |
parent | ce9810776709f3d84f94bcb6f98562e3a751e778 (diff) |
Update from cron
-rwxr-xr-x | parabolawiki.git/config | 2 | ||||
-rwxr-xr-x | pbot.git/config | 2 | ||||
-rwxr-xr-x | repoindex.git/config | 4 | ||||
-rw-r--r-- | repoindex.git/description | 1 | ||||
-rw-r--r-- | repoindex.git/info/exclude | 6 | ||||
-rwxr-xr-x | ~old/chroottools.git/config | 2 | ||||
-rwxr-xr-x | ~old/pbot.git/config | 2 |
7 files changed, 19 insertions, 0 deletions
diff --git a/parabolawiki.git/config b/parabolawiki.git/config index 07d359d..202d119 100755 --- a/parabolawiki.git/config +++ b/parabolawiki.git/config @@ -2,3 +2,5 @@ repositoryformatversion = 0 filemode = true bare = true +[gitweb] + owner = Luke Shumaker diff --git a/pbot.git/config b/pbot.git/config index 07d359d..1c404a2 100755 --- a/pbot.git/config +++ b/pbot.git/config @@ -2,3 +2,5 @@ repositoryformatversion = 0 filemode = true bare = true +[gitweb] + owner = Joseph Graham diff --git a/repoindex.git/config b/repoindex.git/config new file mode 100755 index 0000000..07d359d --- /dev/null +++ b/repoindex.git/config @@ -0,0 +1,4 @@ +[core] + repositoryformatversion = 0 + filemode = true + bare = true diff --git a/repoindex.git/description b/repoindex.git/description new file mode 100644 index 0000000..498b267 --- /dev/null +++ b/repoindex.git/description @@ -0,0 +1 @@ +Unnamed repository; edit this file 'description' to name the repository. diff --git a/repoindex.git/info/exclude b/repoindex.git/info/exclude new file mode 100644 index 0000000..a5196d1 --- /dev/null +++ b/repoindex.git/info/exclude @@ -0,0 +1,6 @@ +# git ls-files --others --exclude-from=.git/info/exclude +# Lines that start with '#' are comments. +# For a project mostly in C, the following would be a good set of +# exclude patterns (uncomment them if you want to use them): +# *.[oa] +# *~ diff --git a/~old/chroottools.git/config b/~old/chroottools.git/config index 55bf184..e9d521b 100755 --- a/~old/chroottools.git/config +++ b/~old/chroottools.git/config @@ -4,3 +4,5 @@ bare = true [remote "origin"] url = /mnt/nonrepo/srv/git/~old/chroottools.git +[gitweb] + owner = Luke Shumaker diff --git a/~old/pbot.git/config b/~old/pbot.git/config index fbe8faa..8d7b046 100755 --- a/~old/pbot.git/config +++ b/~old/pbot.git/config @@ -4,3 +4,5 @@ bare = true [remote "origin"] url = /mnt/nonrepo/srv/git/pbot.git +[gitweb] + owner = Aurélien Desbrières |