]> git.ipfire.org Git - thirdparty/git.git/commit - refs.c
struct ref_entry: nest the value part in a union
authorMichael Haggerty <mhagger@alum.mit.edu>
Tue, 10 Apr 2012 05:30:23 +0000 (07:30 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Apr 2012 22:54:58 +0000 (15:54 -0700)
commit593f1bb82fcf3a02b7984a21988596136917e5dc
treecdba6d5ce86a81647c350b25886739f41b497e8c
parentdac529e44fb9e8c0ee4628c0f947db8890950317
struct ref_entry: nest the value part in a union

This change is obviously silly by itself, but it is a step towards
adding a second member to the union.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c