Commit a610b3d1 authored by Stuart Webster's avatar Stuart Webster Committed by Martin Sustrik

Line-ending conversion rules for hg-git users and enabled use of .gitignore by hg-git users

Mercurial does not have built-in support for converting line-endings. This is a
settings file for hg eol (http://mercurial.selenic.com/wiki/EolExtension), an
extension that replicates the behaviour of git with core.autocrlf=true.

Mercurial uses Python regex syntax by default in its .hgignore files. Adding
this line to .gitignore overrides that setting, so hg-git users can just create
a hardlink to it (e.g "mklink /H .hgignore .gitignore" on Windows) to use it.
Signed-off-by: 's avatarStuart Webster <sw_webster@hotmail.com>
parent f8bd3967
syntax: glob # for hg-git users
Makefile
Makefile.in
configure
......
[patterns]
** = native
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment