]> git.ipfire.org Git - thirdparty/git.git/commit - date.c
Teach approxidate() to understand "never"
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Tue, 24 Jul 2007 18:18:34 +0000 (19:18 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Jul 2007 00:28:10 +0000 (17:28 -0700)
commitaf66366a9feb0194ed04b1f538998021ece268a8
tree0ca6430d5e3d445b4fc58e45ba000295d5f17d77
parent7b69b873faf3cfd592bb64a496c6982a540aa7ea
Teach approxidate() to understand "never"

If you want to keep the reflogs around for a really long time, you should be
able to say so:

$ git config gc.reflogExpire never

Now it works, too.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
date.c