diff options
author | Parabola git <git@parabola.nu> | 2014-10-03 17:38:47 +0100 |
---|---|---|
committer | Parabola git <git@parabola.nu> | 2014-10-03 17:38:47 +0100 |
commit | ef8c7bb0b70a25c7fe234908c4e01dab58ca2b7e (patch) | |
tree | 071637a76342a4e6796463ca0c6945624f7ff647 /~lukeshu |
initial commit
Diffstat (limited to '~lukeshu')
-rwxr-xr-x | ~lukeshu/maven-dist.git/config | 8 | ||||
-rw-r--r-- | ~lukeshu/maven-dist.git/description | 1 | ||||
-rw-r--r-- | ~lukeshu/maven-dist.git/info/exclude | 6 | ||||
-rwxr-xr-x | ~lukeshu/wiki-spam-tools.git/config | 8 | ||||
-rw-r--r-- | ~lukeshu/wiki-spam-tools.git/description | 1 | ||||
-rw-r--r-- | ~lukeshu/wiki-spam-tools.git/info/exclude | 6 |
6 files changed, 30 insertions, 0 deletions
diff --git a/~lukeshu/maven-dist.git/config b/~lukeshu/maven-dist.git/config new file mode 100755 index 0000000..41382e8 --- /dev/null +++ b/~lukeshu/maven-dist.git/config @@ -0,0 +1,8 @@ +[core] + repositoryformatversion = 0 + filemode = true + bare = true +[remote "origin"] + url = /mnt/nonrepo/srv/git/~lukeshu/maven-dist.git +[gitweb] + owner = Luke Shumaker diff --git a/~lukeshu/maven-dist.git/description b/~lukeshu/maven-dist.git/description new file mode 100644 index 0000000..28fc658 --- /dev/null +++ b/~lukeshu/maven-dist.git/description @@ -0,0 +1 @@ +A tool to bootstrap building Apache Maven and other Java stuff (WIP) diff --git a/~lukeshu/maven-dist.git/info/exclude b/~lukeshu/maven-dist.git/info/exclude new file mode 100644 index 0000000..a5196d1 --- /dev/null +++ b/~lukeshu/maven-dist.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/~lukeshu/wiki-spam-tools.git/config b/~lukeshu/wiki-spam-tools.git/config new file mode 100755 index 0000000..2640204 --- /dev/null +++ b/~lukeshu/wiki-spam-tools.git/config @@ -0,0 +1,8 @@ +[core] + repositoryformatversion = 0 + filemode = true + bare = true +[remote "origin"] + url = /mnt/nonrepo/srv/git/~lukeshu/wiki-spam-tools.git +[gitweb] + owner = Luke Shumaker diff --git a/~lukeshu/wiki-spam-tools.git/description b/~lukeshu/wiki-spam-tools.git/description new file mode 100644 index 0000000..380bc28 --- /dev/null +++ b/~lukeshu/wiki-spam-tools.git/description @@ -0,0 +1 @@ +Luke's CLI tools for dealing with spam on the wiki diff --git a/~lukeshu/wiki-spam-tools.git/info/exclude b/~lukeshu/wiki-spam-tools.git/info/exclude new file mode 100644 index 0000000..a5196d1 --- /dev/null +++ b/~lukeshu/wiki-spam-tools.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] +# *~ |