Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
try_to_simplify_commit(): do not skip inspecting tree change at bound…
…ary. When git-rev-list (and git-log) collapsed ancestry chain to commits that touch specified paths, we failed to inspect and notice tree changes when we are about to hit uninteresting parent. This resulted in "git rev-list since.. -- file" to always show the child commit after the lower bound, even if it does not touch the file. This commit fixes it. Thanks for Catalin for reporting this. See also: 461cf59 Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information