summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xparabolawiki.git/config2
-rwxr-xr-xpbot.git/config2
-rwxr-xr-xrepoindex.git/config4
-rw-r--r--repoindex.git/description1
-rw-r--r--repoindex.git/info/exclude6
-rwxr-xr-x~old/chroottools.git/config2
-rwxr-xr-x~old/pbot.git/config2
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