]> git.proxmox.com Git - libgit2.git/commit
Always use GIT_HASHSIG_SMART_WHITESPACE when diffing for merges
authorPierre-Olivier Latour <pol@mac.com>
Tue, 2 Dec 2014 13:47:32 +0000 (05:47 -0800)
committerEdward Thomson <ethomson@microsoft.com>
Wed, 14 Jan 2015 16:18:00 +0000 (10:18 -0600)
commitb3837d4d2bbcae16a32deb732afa0e7e2e9b274e
treec11beeac7a337ca638a02db60bbed400eb410efa
parent36fc5497810f60cacdfab249c84583d25032a150
Always use GIT_HASHSIG_SMART_WHITESPACE when diffing for merges

git_merge_tree_flag_t cannot contain any GIT_DIFF_FIND_xxx flags so there's not point in checking for them
src/merge.c