https://github.com/git/git
Raw File
Tip revision: 3dcec76d9df911ed8321007b1d197c1a206dc164 authored by Junio C Hamano on 02 October 2022, 15:43:56 UTC
Git 2.38
Tip revision: 3dcec76
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