]> git.ipfire.org Git - thirdparty/git.git/commit - notes.c
Teach notes code to free its internal data structures on request
authorJohan Herland <johan@herland.net>
Fri, 9 Oct 2009 10:22:06 +0000 (12:22 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Oct 2009 02:00:24 +0000 (19:00 -0700)
commit27d57564102a98950bf4398daeeb14a15154478f
tree15fe36c21f7d7efa2addd96eebd7394b28f2bf5b
parent8b208f0213ed349ecb2ab8f7bb6c5072f8011a70
Teach notes code to free its internal data structures on request

There's no need to be rude to memory-concious callers...

This patch has been improved by the following contributions:
- Junio C Hamano: avoid old-style declaration

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
notes.c
notes.h