https://github.com/git/git
Raw File
Tip revision: 8706a59933d09354c5e3eb09a543453655a97183 authored by Junio C Hamano on 11 December 2022, 00:32:48 UTC
Git 2.38.2
Tip revision: 8706a59
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