1 Star 2 Fork 1

GiteeStudio / git

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
reflog-walk.h 885 Bytes
一键复制 编辑 原始数据 按行查看 历史
Denton Liu 提交于 2019-04-29 04:28 . *.[ch]: manually align parameter lists
#ifndef REFLOG_WALK_H
#define REFLOG_WALK_H
#include "cache.h"
struct commit;
struct reflog_walk_info;
void init_reflog_walk(struct reflog_walk_info **info);
int add_reflog_for_walk(struct reflog_walk_info *info,
struct commit *commit, const char *name);
void show_reflog_message(struct reflog_walk_info *info, int,
const struct date_mode *, int force_date);
void get_reflog_message(struct strbuf *sb,
struct reflog_walk_info *reflog_info);
const char *get_reflog_ident(struct reflog_walk_info *reflog_info);
timestamp_t get_reflog_timestamp(struct reflog_walk_info *reflog_info);
void get_reflog_selector(struct strbuf *sb,
struct reflog_walk_info *reflog_info,
const struct date_mode *dmode, int force_date,
int shorten);
int reflog_walk_empty(struct reflog_walk_info *walk);
struct commit *next_reflog_entry(struct reflog_walk_info *reflog_info);
#endif
C
1
https://gitee.com/oscstudio/git.git
git@gitee.com:oscstudio/git.git
oscstudio
git
git
master

搜索帮助