X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Fgit;h=be91cffc3e2160457a488fdf95b8a090f9a6c49f;hb=1b6490195147ee6d1098cf255240d60f60c40108;hp=e23576aa377bd20f357fe46275356dec7775df21;hpb=060681d4cb4856ff64b1cb12f87918f3f7441967;p=hvlinux.git diff --git a/stage3/pkg/git b/stage3/pkg/git index e23576a..be91cff 100644 --- a/stage3/pkg/git +++ b/stage3/pkg/git @@ -6,23 +6,7 @@ hvbuild_post() decompress_package ${GIT_MANPAGES} /usr/share/man - cat > /etc/gitconfig << "EOF" -[color] - branch = auto - diff = auto - interactive = auto - status = auto - -[core] - editor = emacs - -[push] - # Pushes will go to the same place that pulls come from: - default = tracking - -[diff] - # Enable rename and copies detection - renames = copy - -EOF + install -v -m644 ${SCRDIR}/misc/git/git-completion.bash \ + /etc/bash_completion.d + install -v -m644 ${SCRDIR}/misc/git/gitconfig /etc }