Revision 7dcbf891d975eba5b1e3095cb3b389834689ac09 authored by Junio C Hamano on 06 June 2016, 21:27:36 UTC, committed by Junio C Hamano on 06 June 2016, 21:27:36 UTC
A couple of bugs around core.autocrlf have been fixed.

* tb/core-eol-fix:
  convert.c: ident + core.autocrlf didn't work
  t0027: test cases for combined attributes
  convert: allow core.autocrlf=input and core.eol=crlf
  t0027: make commit_chk_wrnNNO() reliable
2 parent s 05781d3 + caa47ad
Raw File
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

struct progress;
extern int add_unseen_recent_objects_to_traversal(struct rev_info *revs,
						  unsigned long timestamp);
extern void mark_reachable_objects(struct rev_info *revs, int mark_reflog,
				   unsigned long mark_recent, struct progress *);

#endif
back to top