https://github.com/git/git
Raw File
Tip revision: 6c9466944c90c236217ec6f9ce5ed6b0e73903f9 authored by Junio C Hamano on 13 December 2022, 12:15:39 UTC
Git 2.34.6
Tip revision: 6c94669
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