~ori/git9

367ff60a52a2d73059476ec80ac2807cf5085162 — Ori Bernstein 3 years ago 4c0efaa
git/log: include initial commit in file-filtered log

we were checking if a file had changed in the parent;
if there was no parent, there was no change.
1 files changed, 1 insertions(+), 1 deletions(-)

M log.c
M log.c => log.c +1 -1
@@ 119,7 119,7 @@ filtermatch(Object *o)
		if(r)
			return 1;
	}
	return 0;
	return o->commit->nparent == 0;
}