Procházet zdrojové kódy

Use ; for comment char

master
10sr před 6 roky
rodič
revize
7ab9cbee9d
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      Makefile

+ 2
- 1
Makefile Zobrazit soubor

@@ -296,10 +296,11 @@ ifeq (,$(git))
$(warnning "Git program not found")
else
$(git_conf) user.name '10sr'
$(git_conf) user.email '8slashes+git@gmail.com'
$(git_conf) user.email '8.slashes@gmail.com'

$(git_conf) core.autocrlf false
$(git_conf) core.excludesfile '~/.gitignore'
$(git_conf) core.commentChar ";"
$(git_conf) color.ui auto
$(git_conf) status.relativePaths false
$(git_conf) status.showUntrackedFiles normal


Načítá se…
Zrušit
Uložit