commit_reflog     134 reflog-walk.c  	struct commit_reflog *last_commit_reflog;
commit_reflog     150 reflog-walk.c  	struct commit_reflog *commit_reflog;
commit_reflog     203 reflog-walk.c  	commit_reflog = xcalloc(1, sizeof(struct commit_reflog));
commit_reflog     205 reflog-walk.c  		commit_reflog->recno = get_reflog_recno_by_time(reflogs, timestamp);
commit_reflog     206 reflog-walk.c  		if (commit_reflog->recno < 0) {
commit_reflog     208 reflog-walk.c  			free(commit_reflog);
commit_reflog     212 reflog-walk.c  		commit_reflog->recno = reflogs->nr - recno - 1;
commit_reflog     213 reflog-walk.c  	commit_reflog->selector = selector;
commit_reflog     214 reflog-walk.c  	commit_reflog->reflogs = reflogs;
commit_reflog     216 reflog-walk.c  	add_commit_info(commit, commit_reflog, &info->reflogs);
commit_reflog     224 reflog-walk.c  	struct commit_reflog *commit_reflog;
commit_reflog     231 reflog-walk.c  	commit_reflog = commit_info->util;
commit_reflog     232 reflog-walk.c  	if (commit_reflog->recno < 0) {
commit_reflog     237 reflog-walk.c  	reflog = &commit_reflog->reflogs->items[commit_reflog->recno];
commit_reflog     238 reflog-walk.c  	info->last_commit_reflog = commit_reflog;
commit_reflog     239 reflog-walk.c  	commit_reflog->recno--;
commit_reflog     255 reflog-walk.c  	struct commit_reflog *commit_reflog = reflog_info->last_commit_reflog;
commit_reflog     259 reflog-walk.c  	if (!commit_reflog)
commit_reflog     263 reflog-walk.c  		if (!commit_reflog->reflogs->short_ref)
commit_reflog     264 reflog-walk.c  			commit_reflog->reflogs->short_ref
commit_reflog     265 reflog-walk.c  				= shorten_unambiguous_ref(commit_reflog->reflogs->ref, 0);
commit_reflog     266 reflog-walk.c  		printed_ref = commit_reflog->reflogs->short_ref;
commit_reflog     268 reflog-walk.c  		printed_ref = commit_reflog->reflogs->ref;
commit_reflog     272 reflog-walk.c  	if (commit_reflog->selector == SELECTOR_DATE ||
commit_reflog     273 reflog-walk.c  	    (commit_reflog->selector == SELECTOR_NONE && force_date)) {
commit_reflog     274 reflog-walk.c  		info = &commit_reflog->reflogs->items[commit_reflog->recno+1];
commit_reflog     277 reflog-walk.c  		strbuf_addf(sb, "%d", commit_reflog->reflogs->nr
commit_reflog     278 reflog-walk.c  			    - 2 - commit_reflog->recno);
commit_reflog     287 reflog-walk.c  	struct commit_reflog *commit_reflog = reflog_info->last_commit_reflog;
commit_reflog     291 reflog-walk.c  	if (!commit_reflog)
commit_reflog     294 reflog-walk.c  	info = &commit_reflog->reflogs->items[commit_reflog->recno+1];
commit_reflog     303 reflog-walk.c  	struct commit_reflog *commit_reflog = reflog_info->last_commit_reflog;
commit_reflog     306 reflog-walk.c  	if (!commit_reflog)
commit_reflog     309 reflog-walk.c  	info = &commit_reflog->reflogs->items[commit_reflog->recno+1];
commit_reflog     317 reflog-walk.c  		struct commit_reflog *commit_reflog = reflog_info->last_commit_reflog;
commit_reflog     321 reflog-walk.c  		info = &commit_reflog->reflogs->items[commit_reflog->recno+1];