]> git.proxmox.com Git - libgit2.git/commit - tests/diff/workdir.c
diff: better document GIT_DIFF_PATHSPEC_DISABLE
authorEdward Thomson <ethomson@edwardthomson.com>
Sat, 29 Aug 2015 00:06:18 +0000 (20:06 -0400)
committerEdward Thomson <ethomson@edwardthomson.com>
Sat, 29 Aug 2015 00:45:08 +0000 (20:45 -0400)
commit3273ab3f0b04d673b9515b149674d5716939d9a5
tree622aaadacda093f686442c03f3898447dbd5a72f
parent6c9352bf30e97af5d646d92ceab1c7b0f4c7a1c4
diff: better document GIT_DIFF_PATHSPEC_DISABLE

Document that `GIT_DIFF_PATHSPEC_DISABLE` is not necessarily about
explicit path matching, but also includes matching of directory
names.  Enforce this in a test.
include/git2/diff.h
tests/diff/workdir.c