https://github.com/git/git
Raw File
Tip revision: 5f0883381054b796b643dcff974435633eed8a79 authored by elliottcable on 01 June 2013, 04:53:19 UTC
rev-list: add --authorship-order alternative ordering
Tip revision: 5f08833
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

struct progress;
extern void mark_reachable_objects(struct rev_info *revs, int mark_reflog, struct progress *);

#endif
back to top