From: Derrick Stolee Date: Thu, 9 May 2019 14:22:31 +0000 (-0700) Subject: commit-graph: fix the_repository reference X-Git-Tag: v2.23.0-rc0~86^2~10 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c7944050af45c7384f97c712cb4d126672c7cfa6?ds=inline;hp=c7944050af45c7384f97c712cb4d126672c7cfa6 commit-graph: fix the_repository reference The parse_commit_buffer() method takes a repository pointer, so it should not refer to the_repository anymore. Signed-off-by: Derrick Stolee Signed-off-by: Junio C Hamano ---