On Fri, Mar 08 2019, Mikko Rantalainen wrote:
> If I configure bare repo with
>
> git config gc.pruneExpire never
> git config gc.reflogExpire never
>
> then git will never garbage collect any commit ever stored in the repo.
> This is what I want.
>
> However, all commits referenced only via ref
On Fri, Mar 08, 2019 at 10:27:11AM +0200, Mikko Rantalainen wrote:
> If I configure bare repo with
>
> git config gc.pruneExpire never
> git config gc.reflogExpire never
>
> then git will never garbage collect any commit ever stored in the repo.
> This is what I want.
>
> However, all commits r
If I configure bare repo with
git config gc.pruneExpire never
git config gc.reflogExpire never
then git will never garbage collect any commit ever stored in the repo.
This is what I want.
However, all commits referenced only via reflog are kept as loose
objects and will not be included in packs.
3 matches
Mail list logo