https://github.com/git/git
Raw File
Tip revision: 53ef17d3ee0f7fcb151f428ee3bd736b8046825f authored by Johannes Schindelin on 17 March 2022, 09:58:00 UTC
Git 2.35.2
Tip revision: 53ef17d
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