diff options
-rwxr-xr-x | repoindex.git/config | 2 | ||||
-rw-r--r-- | repoindex.git/description | 2 | ||||
-rwxr-xr-x | ~lukeshu/hackers-nslcd.git/config | 6 | ||||
-rw-r--r-- | ~lukeshu/hackers-nslcd.git/description | 1 | ||||
-rw-r--r-- | ~lukeshu/hackers-nslcd.git/info/exclude | 6 |
5 files changed, 16 insertions, 1 deletions
diff --git a/repoindex.git/config b/repoindex.git/config index 07d359d..202d119 100755 --- a/repoindex.git/config +++ b/repoindex.git/config @@ -2,3 +2,5 @@ repositoryformatversion = 0 filemode = true bare = true +[gitweb] + owner = Luke Shumaker diff --git a/repoindex.git/description b/repoindex.git/description index 498b267..9419d5e 100644 --- a/repoindex.git/description +++ b/repoindex.git/description @@ -1 +1 @@ -Unnamed repository; edit this file 'description' to name the repository. +The fancy-auto-index script for https://repo.parabola.nu diff --git a/~lukeshu/hackers-nslcd.git/config b/~lukeshu/hackers-nslcd.git/config new file mode 100755 index 0000000..202d119 --- /dev/null +++ b/~lukeshu/hackers-nslcd.git/config @@ -0,0 +1,6 @@ +[core] + repositoryformatversion = 0 + filemode = true + bare = true +[gitweb] + owner = Luke Shumaker diff --git a/~lukeshu/hackers-nslcd.git/description b/~lukeshu/hackers-nslcd.git/description new file mode 100644 index 0000000..8566eac --- /dev/null +++ b/~lukeshu/hackers-nslcd.git/description @@ -0,0 +1 @@ +A hacked up version of nslcd (of nss-pam-ldapd) that talks to hackers.git instead of LDAP (wip) diff --git a/~lukeshu/hackers-nslcd.git/info/exclude b/~lukeshu/hackers-nslcd.git/info/exclude new file mode 100644 index 0000000..a5196d1 --- /dev/null +++ b/~lukeshu/hackers-nslcd.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] +# *~ |