Staging
v0.5.1
https://github.com/git/git
Revision bab39ed371145b83340750101e7ec85167845857 authored by Junio C Hamano on 03 May 2009, 22:20:03 UTC, committed by Junio C Hamano on 03 May 2009, 22:29:31 UTC
With a handful of fixes backmerged from 1.6.2.X series

Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent e89c6ea
Raw File
Tip revision: bab39ed371145b83340750101e7ec85167845857 authored by Junio C Hamano on 03 May 2009, 22:20:03 UTC
GIT 1.6.1.4
Tip revision: bab39ed
sha1-lookup.h
#ifndef SHA1_LOOKUP_H
#define SHA1_LOOKUP_H

extern int sha1_entry_pos(const void *table,
			  size_t elem_size,
			  size_t key_offset,
			  unsigned lo, unsigned hi, unsigned nr,
			  const unsigned char *key);
#endif
back to top