Revision cc7b2f8281a7a4ec3de97a991528686c96703431 authored by Junio C Hamano on 14 October 2014, 17:49:35 UTC, committed by Junio C Hamano on 14 October 2014, 17:49:36 UTC
* da/completion-show-signature:
  completion: add --show-signature for log and show
2 parent s dc11fc2 + 2ca0b19
Raw File
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