summaryrefslogtreecommitdiff
path: root/compat/nedmalloc
diff options
context:
space:
mode:
authorLibravatar Christian Couder <chriscool@tuxfamily.org>2009-05-28 23:21:16 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-05-28 22:39:59 -0700
commite22278c0a0784d4285f0e3173794caad4e542658 (patch)
tree81574c477a379740d784e6fab3d10ddc7fb7f785 /compat/nedmalloc
parentbisect: drop unparse_commit() and use clear_commit_marks() (diff)
downloadtgif-e22278c0a0784d4285f0e3173794caad4e542658.tar.xz
bisect: display first bad commit without forking a new process
Previously "git diff-tree --pretty COMMIT" was run using "run_command_v_opt" to display information about the first bad commit. The goal of this patch is to avoid a "fork" and an "exec" call when displaying that information. To do that, we manually setup revision information as "git diff-tree --pretty" would do it, and then use the "log_tree_commit" function. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'compat/nedmalloc')
0 files changed, 0 insertions, 0 deletions