diff options
author | Jeff King <peff@peff.net> | 2013-07-03 03:07:48 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-03 12:10:57 -0700 |
commit | 10f2fbff6859a22327d04f9eb0c1a38995ff48b1 (patch) | |
tree | 2056d663853ccf05c4a99b6952f17657f4cb3cea /read-cache.c | |
parent | Merge branch 'maint' (diff) | |
download | tgif-10f2fbff6859a22327d04f9eb0c1a38995ff48b1.tar.xz |
pretty.c: drop const-ness from pretty_print_context
In the current code, callers are expected to fill in the
pretty_print_context, and then the pretty.c functions simply
read from it. This leaves no room for the pretty.c functions
to communicate with each other by manipulating the context
(e.g., data seen while printing the header may impact how we
print the body).
Rather than introduce a new struct to hold modifiable data,
let's just drop the const-ness of the existing context
struct.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'read-cache.c')
0 files changed, 0 insertions, 0 deletions