+auf-git-etc (1.7.2) lucid; urgency=low
+
+ * Ooops… (bis) git-repo-config n'existe plus depuis longtemps !
+
+ -- Progfou <jean-christophe.andre@auf.org> Thu, 24 Feb 2011 22:38:46 +0700
+
auf-git-etc (1.7.1) stable; urgency=low
* Ooops… On a toujours besoin de la bidouille GIT_DIR semble-t'il…
git rm --cached var/log/dpkg.log
fi
# compensation des changements qui viennent avec 1.5…
- if ! git-repo-config status.relativePaths >/dev/null ; then
- git-repo-config status.relativePaths false
+ if ! git config status.relativePaths >/dev/null ; then
+ git config status.relativePaths false
fi
- #if ! git-repo-config core.worktree >/dev/null ; then
- # git-repo-config core.worktree /
+ #if ! git config core.worktree >/dev/null ; then
+ # git config core.worktree /
#fi
fi
# on vérifie la présence d'un existant
cd /
git init-db > /dev/null
git config status.relativePaths false
- # TODO ? git-repo-config core.worktree /
+ # TODO ? git config core.worktree /
chmod 0700 /.git
mkdir -p /var/lib/git
mv /.git /var/lib/git/root