X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Fgit;h=d1114b06a438a82f4a8a423c7d28631aae17a93b;hb=c7bd664d1f2092b944b21a661822392a94292be4;hp=f17feb5b9713ba37fe8e7f602ebcd69c4c8b96a7;hpb=0baa2ce28be36d82d1efc1fefff71ec8f617f7cb;p=hvlinux.git diff --git a/stage3/pkg/git b/stage3/pkg/git index f17feb5..d1114b0 100644 --- a/stage3/pkg/git +++ b/stage3/pkg/git @@ -9,23 +9,5 @@ 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/gitconfig /etc }