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; }