diff options
| author | Carlos Martín Nieto <cmn@elego.de> | 2011-03-30 15:05:15 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <cmn@elego.de> | 2011-03-30 15:44:23 +0200 |
| commit | dadc0158fb9fd06f564ce92495dfe3ad9c4a9de8 (patch) | |
| tree | a616fedb3dd0f5de7b5ad1893f97f4e20dff163b /include/git2/blob.h | |
| parent | d28830c2555820925d2d5ecf10d07436385d37d8 (diff) | |
| download | libgit2-dadc0158fb9fd06f564ce92495dfe3ad9c4a9de8.tar.gz | |
config: use a singly-linked list instead of a hash table
Such a list preserves the order the variables were first read in which
will be useful later for merging different data-sets. Furthermore,
reading and writing out the same configuration should not reorganize
the variables, which could happen when iterating through all the items
in a hash table.
A hash table is overkill for this small a data-set anyway.
Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Diffstat (limited to 'include/git2/blob.h')
0 files changed, 0 insertions, 0 deletions
