Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 5d213e46bb7b880238ff5ea3914e940a50ae9369 authored by Junio C Hamano on 11 August 2021, 18:54:03 UTC
Git 2.33-rc2
Tip revision: 5d213e4
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