Créé fichier gitconfig
[hvlinux.git] / stage3 / pkg / git
index f17feb5..d1114b0 100644 (file)
@@ -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
 }