Browse Source

Merge branch 'jc/fmt-req-fix' into maint

* jc/fmt-req-fix:
  userformat_find_requirements(): find requirement for the correct format
maint
Junio C Hamano 14 years ago
parent
commit
6e1a7510b1
  1. 2
      pretty.c

2
pretty.c

@ -1075,7 +1075,7 @@ void userformat_find_requirements(const char *fmt, struct userformat_want *w) @@ -1075,7 +1075,7 @@ void userformat_find_requirements(const char *fmt, struct userformat_want *w)
return;
fmt = user_format;
}
strbuf_expand(&dummy, user_format, userformat_want_item, w);
strbuf_expand(&dummy, fmt, userformat_want_item, w);
strbuf_release(&dummy);
}


Loading…
Cancel
Save