]> git.proxmox.com Git - libgit2.git/commit
submdule: reproduce double-reporting of a submodule in foreach
authorCarlos Martín Nieto <cmn@dwim.me>
Sat, 11 Jul 2015 11:32:57 +0000 (13:32 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Sat, 11 Jul 2015 11:32:57 +0000 (13:32 +0200)
commita34c4f8dcee7e985444be9f5e02b627a55c16bbb
treeab2030fa5380d9cf0b0c10d8eb00b6bc96c8716e
parenta0bdfe32412b687910e809cced2d31d1e76918fe
submdule: reproduce double-reporting of a submodule in foreach

When we rename a submodule, we should be merging two sets of information
based on whether their path is the same. We currently only deduplicate
on equal name, which causes us to double-report.
tests/submodule/lookup.c