diff options
author | Ivo Smits <Ivo@UCIS.nl> | 2011-01-12 14:30:04 +0100 |
---|---|---|
committer | Ivo Smits <Ivo@UCIS.nl> | 2011-01-12 14:30:04 +0100 |
commit | e3e1191b5237ab28401753392d57c1fdf34c2bf3 (patch) | |
tree | 57c34b4022d8b216ed41df82f074611a72dc4cd2 | |
parent | 560c6e3deebf9c277b5b1a6ece1cccd6c25fc4fa (diff) | |
parent | 113fb85a35a6be7e26840f728bb7655070da4c9a (diff) | |
download | resdb-e3e1191b5237ab28401753392d57c1fdf34c2bf3.tar.gz resdb-e3e1191b5237ab28401753392d57c1fdf34c2bf3.zip |
Merge branch 'master' of git://git1.somerandomnick.ano
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | db/usr/atiti/git | 1 | ||||
-rwxr-xr-x | git-commit | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..23ec47a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +conf +export diff --git a/db/usr/atiti/git b/db/usr/atiti/git new file mode 100644 index 0000000..c757dfe --- /dev/null +++ b/db/usr/atiti/git @@ -0,0 +1 @@ +git://1.1.123.1/ @@ -1,4 +1,4 @@ #!/bin/sh -git add configure db doc git-commit gitd scripts contrib +git add configure db doc git-commit gitd scripts contrib .gitignore git commit test -x /usr/lib/git-core/git-update-server-info && /usr/lib/git-core/git-update-server-info |