]> git.ipfire.org Git - thirdparty/git.git/commit - line-log.c
log -L: improve comments in process_all_files()
authorThomas Rast <trast@inf.ethz.ch>
Fri, 12 Apr 2013 16:05:12 +0000 (18:05 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Apr 2013 18:37:09 +0000 (11:37 -0700)
commit1ddac3ff9aa29d1103aa05f59772812289b4cefa
tree9ec4eaab51b1f1192be7e6da764f9d122f80b3dd
parent31c61918313c7057a48ac939d8699860e8bfff99
log -L: improve comments in process_all_files()

The funny range assignment in process_all_files() had me sidetracked
while investigating what led to the previous commit.  Let's improve
the comments.

Signed-off-by: Thomas Rast <trast@inf.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
line-log.c