https://github.com/git/git
Raw File
Tip revision: 2aedeff35fde779b03b57125b1f50f6c528bfbea authored by Johannes Schindelin on 06 February 2023, 08:25:09 UTC
Git 2.32.6
Tip revision: 2aedeff
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