git-blame: Fix overrun in fake_working_tree_commit()
commit1bb88be99e4fdedcd5cc5292c11b566a00028deb
authorMichael Spang <mspang@uwaterloo.ca>
Sat, 14 Apr 2007 21:26:20 +0000 (14 17:26 -0400)
committerJunio C Hamano <junkio@cox.net>
Sun, 15 Apr 2007 00:37:28 +0000 (14 17:37 -0700)
tree057f728336657c27f946d9d8133c72f6e7d28bcc
parent1fa9bf362acbe2c939c246684ab0fe59aec74ba8
git-blame: Fix overrun in fake_working_tree_commit()

git-blame would overflow commit->buffer when annotating files with long paths.

Signed-off-by: Michael Spang <mspang@uwaterloo.ca>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-blame.c