Since WinGit bundles /etc/gitconfig, we better track it.  Also, this
allows us to set sensible defaults, such as symlinks = false and
packSizeLimit = 2g.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin 2008-02-12 10:09:32 +00:00
Родитель 1e882952d8
Коммит 5034631ff9
2 изменённых файлов: 6 добавлений и 1 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -4,6 +4,5 @@
/share/git-gui
/share/gitk
/share/git-core
/etc/gitconfig
/lib/Error.pm
/lib/Git.pm

6
etc/gitconfig Normal file
Просмотреть файл

@ -0,0 +1,6 @@
[core]
symlinks = false
[color]
diff = auto
[pack]
packSizeLimit = 2g