commit | 91f175165aba17903ab928da543052ea335fc924 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Wed Aug 17 14:30:34 2011 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Aug 22 11:34:55 2011 -0700 |
tree | 6cf82414eee956998260894e995f621e8892e818 | |
parent | 5f25b6299d3e9853cf1f43734228d6e25d8f3415 [diff] |
revision.c: add show_object_with_name() helper function There are two copies of traverse_commit_list callback that show the object name followed by pathname the object was found, to produce output similar to "rev-list --objects". Unify them. Signed-off-by: Junio C Hamano <gitster@pobox.com>