diff options
author | Jeff King <peff@peff.net> | 2014-06-10 17:42:51 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-06-13 12:08:17 -0700 |
commit | 80cdaba569600154d91819d2e252f6b7dd9cff73 (patch) | |
tree | 73779fbdcd2c66ac0fde31efc93f772a127c7d1a /contrib/examples/git-commit.sh | |
parent | use get_commit_buffer everywhere (diff) | |
download | tgif-80cdaba569600154d91819d2e252f6b7dd9cff73.tar.xz |
commit-slab: provide a static initializer
Callers currently must use init_foo_slab() at runtime before
accessing a slab. For global slabs, it's much nicer if we
can initialize them in BSS, so that each user does not have
to add code to check-and-initialize.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/examples/git-commit.sh')
0 files changed, 0 insertions, 0 deletions