diff options
author | Elijah Newren <newren@gmail.com> | 2021-03-20 00:03:45 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-03-20 12:35:40 -0700 |
commit | ea305a68fd7427f84f90709e598624341f5627c8 (patch) | |
tree | bfe2a9fe50a6cb4e4868a9c679642d1a3c7c3a34 /convert.h | |
parent | merge-ort: use STABLE_QSORT instead of QSORT where required (diff) | |
download | tgif-ea305a68fd7427f84f90709e598624341f5627c8.tar.xz |
merge-ort: add a special minimal index just for renormalization
renormalize_buffer() requires an index_state, which is something that
merge-ort does not operate with. However, all the renormalization code
needs is an index with a .gitattributes file...plus a little bit of
setup. Create such an index, along with the deallocation and
attr_direction handling.
A subsequent commit will add a function to finish the initialization
of this index.
Signed-off-by: Elijah Newren <newren@gmail.com>
Reviewed-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'convert.h')
0 files changed, 0 insertions, 0 deletions