commit | 1e1ade1833db42a75f2792b4472748721f73c827 | [log] [tgz] |
---|---|---|
author | Anders Kaseorg <andersk@ksplice.com> | Thu Dec 09 01:43:32 2010 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Dec 09 11:20:25 2010 -0800 |
tree | a8b61196c2272cf77697a8bdd3474bdc72ac229b | |
parent | 56a5f3afa74c70261dd2319ad76a6810e102026c [diff] |
describe: Do not use a flex array in struct commit_name Now add_to_known_names overwrites commit_names in place when multiple tags point to the same commit. This will make it easier to store commit_names in a hash table. Signed-off-by: Anders Kaseorg <andersk@ksplice.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>