]> git.ipfire.org Git - thirdparty/git.git/commit - cache.h
Convert memset(hash,0,20) to hashclr(hash).
authorJunio C Hamano <junkio@cox.net>
Wed, 23 Aug 2006 20:57:23 +0000 (13:57 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 23 Aug 2006 20:57:23 +0000 (13:57 -0700)
commita8e0d16d85fb2ea53775f64549cac2396cd621a6
treeccf97a33f1fc45501bbe56bedcd24e71783df8e5
parente702496e434a160f798447b95b9cea3cd138c140
Convert memset(hash,0,20) to hashclr(hash).

In the same spirit as hashcmp() and hashcpy().

Signed-off-by: Junio C Hamano <junkio@cox.net>
blame.c
builtin-update-ref.c
cache.h
diff-lib.c
http-push.c
sha1_name.c