https://github.com/git/git
Revision 464509f790f409d95e0820364ef7296d82942d8c authored by Junio C Hamano on 16 April 2008, 07:37:33 UTC, committed by Junio C Hamano on 16 April 2008, 07:37:33 UTC
* maint-1.5.4:
  git-bisect: make "start", "good" and "skip" succeed or fail atomically
  git-am: cope better with an empty Subject: line
  Ignore leading empty lines while summarizing merges
  bisect: squelch "fatal: ref HEAD not a symref" misleading message
  builtin-apply: Show a more descriptive error on failure when opening a patch
  Clarify documentation of git-cvsserver, particularly in relation to git-shell
2 parent s 2b6f0b0 + d3e54c8
Raw File
Tip revision: 464509f790f409d95e0820364ef7296d82942d8c authored by Junio C Hamano on 16 April 2008, 07:37:33 UTC
Merge branch 'maint-1.5.4' into maint
Tip revision: 464509f
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

extern void mark_reachable_objects(struct rev_info *revs, int mark_reflog);

#endif
back to top