Skip to content

Commit c931a50

Browse files
committed
fast-export: leave warnings to revision code
Signed-off-by: Jeff King <[email protected]>
1 parent cc874a6 commit c931a50

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

builtin/fast-export.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,9 +1084,6 @@ static void get_tags_and_duplicates(struct rev_cmdline_info *info)
10841084

10851085
commit = get_commit(e, full_name);
10861086
if (!commit) {
1087-
warning(_("%s: unexpected object of type %s, skipping."),
1088-
e->name,
1089-
type_name(e->item->type));
10901087
free(full_name);
10911088
continue;
10921089
}

0 commit comments

Comments
 (0)