Staging
v0.7.0
Revision 6233a5210ef64ba31bbf0e867e03e9176e0aace9 authored by Junio C Hamano on 04 May 2008, 01:55:33 UTC, committed by Junio C Hamano on 04 May 2008, 01:55:33 UTC
* maint-1.5.4:
  filter-branch: Documentation fix.
2 parent s 2788631 + a174889
Raw File
reflog-walk.h
#ifndef REFLOG_WALK_H
#define REFLOG_WALK_H

extern void init_reflog_walk(struct reflog_walk_info** info);
extern int add_reflog_for_walk(struct reflog_walk_info *info,
		struct commit *commit, const char *name);
extern void fake_reflog_parent(struct reflog_walk_info *info,
		struct commit *commit);
extern void show_reflog_message(struct reflog_walk_info *info, int, int);

#endif
back to top