These two patches by Jonathan Nieder have been extracted from my soon-to-be-sent updated gettext series, which he's graciously helped with. Without these changes this code using the new _() function will warn because it's expecting char* but it's returning const char*. Since there's no reason for these not to be const just add a const to the declaration. Jonathan Nieder (2): checkout: add missing const to describe_detached_head update-index --refresh --porcelain: add missing const builtin/checkout.c | 2 +- cache.h | 2 +- read-cache.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) -- 1.7.2.3 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html