i18n: rebase-interactive: mark strings for translation
[gitweb.git] / tree-diff.c
index 402f9ff23a091b01d96d6e86836a295be262efd0..ff4e0d3cb60b51080d2f6100e38d1476e6eb6dcf 100644 (file)
@@ -183,7 +183,7 @@ static struct combine_diff_path *emit_path(struct combine_diff_path *p,
 
        if (t) {
                /* path present in resulting tree */
-               sha1 = tree_entry_extract(t, &path, &mode);
+               sha1 = tree_entry_extract(t, &path, &mode)->hash;
                pathlen = tree_entry_len(&t->entry);
                isdir = S_ISDIR(mode);
        } else {