merge-recursive: remove stale commented debugging code
Signed-off-by: Stefan Beller <stefanbeller@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
422af49c2f
commit
040b2ac978
@ -1107,10 +1107,6 @@ error_return:
|
|||||||
static int process_entry(struct merge_options *o,
|
static int process_entry(struct merge_options *o,
|
||||||
const char *path, struct stage_data *entry)
|
const char *path, struct stage_data *entry)
|
||||||
{
|
{
|
||||||
/*
|
|
||||||
printf("processing entry, clean cache: %s\n", index_only ? "yes": "no");
|
|
||||||
print_index_entry("\tpath: ", entry);
|
|
||||||
*/
|
|
||||||
int clean_merge = 1;
|
int clean_merge = 1;
|
||||||
unsigned o_mode = entry->stages[1].mode;
|
unsigned o_mode = entry->stages[1].mode;
|
||||||
unsigned a_mode = entry->stages[2].mode;
|
unsigned a_mode = entry->stages[2].mode;
|
||||||
|
|||||||
Reference in New Issue
Block a user