From 27892d018c93e5461e85c825ba287a67a57d51db Mon Sep 17 00:00:00 2001 From: Parabola git Date: Wed, 3 Dec 2014 18:00:01 +0000 Subject: Update from cron --- repoindex.git/config | 2 ++ repoindex.git/description | 2 +- ~lukeshu/hackers-nslcd.git/config | 6 ++++++ ~lukeshu/hackers-nslcd.git/description | 1 + ~lukeshu/hackers-nslcd.git/info/exclude | 6 ++++++ 5 files changed, 16 insertions(+), 1 deletion(-) create mode 100755 ~lukeshu/hackers-nslcd.git/config create mode 100644 ~lukeshu/hackers-nslcd.git/description create mode 100644 ~lukeshu/hackers-nslcd.git/info/exclude 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] +# *~ -- cgit v1.2.3-54-g00ecf