https://github.com/git/git
Raw File
Tip revision: 80c525c4acaf6072697d4bd2a3a5137f91665b55 authored by Johannes Schindelin on 23 June 2022, 10:35:41 UTC
Git 2.33.4
Tip revision: 80c525c
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