如何设置gc.reflogExpire以便项目永不过期? 它接受的其他时间间隔格式是什么?
手册页说您可以将其设置为"90天或3个月",但不指定它所期望的格式.
将gc.refLogExpire设置为"never"应该可以解决问题.
我不确定格式的记录位置,如果有的话,但git reflog使用approxidate函数from date.c来解析到期时间.其中一个可能的值是"永远不会".
git reflog
approxidate
date.c