]> git.proxmox.com Git - libgit2.git/commit - tests/attr/ignore.c
ignore: don't use realpath to canonicalize path
authorCarlos Martín Nieto <cmn@dwim.me>
Fri, 1 Apr 2016 12:33:42 +0000 (14:33 +0200)
committerCarlos Martín Nieto <carlosmn@github.com>
Sat, 2 Apr 2016 19:32:28 +0000 (21:32 +0200)
commitd364dc8b39095061ba930e713335d4398cc4d977
tree518081177e5e6913a33b531855390c14465617dd
parent36fc25572ca042372b1a58f07bc721b2b827e8be
ignore: don't use realpath to canonicalize path

If we're looking for a symlink, realpath will give us the resolved path,
which is not what we're after, but a canonicalized version of the path
the user asked for.
src/ignore.c
tests/attr/ignore.c