diff options
author | Patrick Steinhardt <ps@pks.im> | 2018-02-09 13:02:26 +0000 |
---|---|---|
committer | Patrick Steinhardt <ps@pks.im> | 2018-03-26 10:15:16 +0100 |
commit | 6a15f657e749dc251049b0152e180264482b11fa (patch) | |
tree | 3642daab14e5135604933e0ccb9a58815fc988a6 /tests/diff/diffiter.c | |
parent | 3a82475f327775f0320f7e9ff333c43944ec63ff (diff) | |
download | libgit2-6a15f657e749dc251049b0152e180264482b11fa.tar.gz |
config_file: iterate over keys in the order they were added
Currently, all configuration entries were only held in a string map,
making iteration order mostly based on the hash of each entry's key. Now
that we have extended the `diskfile_entries` structure by a list of
config entries, we can effectively iterate through entries in the order
they were added, though.
Diffstat (limited to 'tests/diff/diffiter.c')
0 files changed, 0 insertions, 0 deletions