https://github.com/git/git
Raw File
Tip revision: bc5204569f7db44d22477485afd52ea410d83743 authored by Junio C Hamano on 02 November 2023, 08:09:48 UTC
Git 2.43-rc0
Tip revision: bc52045
prune-packed.h
#ifndef PRUNE_PACKED_H
#define PRUNE_PACKED_H

#define PRUNE_PACKED_DRY_RUN 01
#define PRUNE_PACKED_VERBOSE 02

void prune_packed_objects(int);

#endif
back to top