Skip to content

Commit

Permalink
Merge branch 'jc/fmt-req-fix' into maint
Browse files Browse the repository at this point in the history
* jc/fmt-req-fix:
  userformat_find_requirements(): find requirement for the correct format
  • Loading branch information
gitster committed Jun 1, 2011
2 parents 2dd7984 + a6253d1 commit 6e1a751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretty.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 6e1a751

Please sign in to comment.