]> git.ipfire.org Git - thirdparty/git.git/commit - strbuf.c
introduce "format" date-mode
authorJeff King <peff@peff.net>
Thu, 25 Jun 2015 16:55:45 +0000 (12:55 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Jun 2015 18:39:10 +0000 (11:39 -0700)
commitaa1462cc3d3b0c4c8ad6a60aaf31e0f3a424162d
tree59ef52faaddb398ce95f3564ea5bd895c69e047f
parenta5481a6c9438cbd9c246cfa59ff49c31a0926fb6
introduce "format" date-mode

This feeds the format directly to strftime. Besides being a
little more flexible, the main advantage is that your system
strftime may know more about your locale's preferred format
(e.g., how to spell the days of the week).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt
builtin/blame.c
cache.h
date.c
gettext.c
strbuf.c
strbuf.h
t/t6300-for-each-ref.sh