author | Jeff King <peff@peff.net> | |
Tue, 29 Mar 2011 20:56:53 +0000 (16:56 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 29 Mar 2011 21:30:54 +0000 (14:30 -0700) | ||
commit | 304cc11c6566cf22e811aa791988c61b6d291973 | |
tree | 6fd82e26abd5019c134016a44b3f93566daca704 | tree | snapshot |
parent | c063f0a973832784f09a6901eac9501b6f796bde | commit | diff |
notes: refactor display notes extra refs field
There's no need to use an extra pointer, which just ends up
leaking memory. The fact that the list is empty tells us the
same thing.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
There's no need to use an extra pointer, which just ends up
leaking memory. The fact that the list is empty tells us the
same thing.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
notes.c | diff | blob | history | |
notes.h | diff | blob | history | |
revision.c | diff | blob | history |