Make default expiration period of reflog used for stash infinite
commit60bce2bb8b3cd5ca56f8156cbca16abee151d817
authorJunio C Hamano <gitster@pobox.com>
Sun, 29 Jun 2008 05:24:49 +0000 (28 22:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 29 Jun 2008 05:24:49 +0000 (28 22:24 -0700)
tree6fdc87b012f242e60dfbf6b0fa637dcc16fdd2e0
parent3cb22b8efe2cab60dc0ef5e265c414bd826d83ef
Make default expiration period of reflog used for stash infinite

This makes the default expiration period for the reflog that implements
stash infinite.

The original behaviour to autoexpire old stashes can be restored by using
the gc.refs/stash.{reflogexpire,reflogexpireunreachable} configration
variables introduced by the previous commit.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-reflog.c