X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=stage3%2Fpkg%2Fgit;h=d1114b06a438a82f4a8a423c7d28631aae17a93b;hb=c7bd664d1f2092b944b21a661822392a94292be4;hp=e23576aa377bd20f357fe46275356dec7775df21;hpb=060681d4cb4856ff64b1cb12f87918f3f7441967;p=hvlinux.git diff --git a/stage3/pkg/git b/stage3/pkg/git index e23576a..d1114b0 100644 --- a/stage3/pkg/git +++ b/stage3/pkg/git @@ -2,27 +2,12 @@ hvbuild_post() { + install -v -m644 ${SCRDIR}/misc/git-completion.bash \ + /etc/bash_completion.d + local GIT_MANPAGES="git-manpages-$(get_pkg_ver ${PACKAGE})" 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/gitconfig /etc }