https://github.com/git/git
Raw File
Tip revision: f2eed22852b0a21556f0c9f56732913eba553e62 authored by Johannes Schindelin on 23 June 2022, 10:35:49 UTC
Git 2.34.4
Tip revision: f2eed22
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