]> asedeno.scripts.mit.edu Git - git.git/commit
Teach receive-pack about ref-log
authorJunio C Hamano <junkio@cox.net>
Wed, 27 Sep 2006 09:40:06 +0000 (02:40 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 27 Sep 2006 09:45:07 +0000 (02:45 -0700)
commit3159c8dc2da4c88dcecabb95404fe88edc5441e4
tree26fbd129ced50af7503261bd9e582715daae56e1
parentcede7526534c47436de17977eb39e55aa8c1e646
Teach receive-pack about ref-log

This converts receive-pack to use the standard ref locking code
instead of its own.  As a side effect, it automatically records
the "push" event to ref-log if enabled.

Signed-off-by: Junio C Hamano <junkio@cox.net>
receive-pack.c