]> git.ipfire.org Git - thirdparty/git.git/commit - tree-walk.c
tree-walk.c: remove the_repo from fill_tree_descriptor()
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Thu, 27 Jun 2019 09:28:48 +0000 (16:28 +0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Jun 2019 19:45:17 +0000 (12:45 -0700)
commit5e575807337d15dbecf88767e709df08304e3b94
treee74223df14c8a18469a7c9d86825c23fb1142152
parentd3b4705ab81c01cb57dd356d96e981de78d65a5d
tree-walk.c: remove the_repo from fill_tree_descriptor()

While at there, clean up the_repo usage in builtin/merge-tree.c a tiny
bit.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/merge-tree.c
builtin/rebase.c
builtin/reset.c
notes.c
sequencer.c
tree-diff.c
tree-walk.c
tree-walk.h
unpack-trees.c