Paul Tan <pyokagan@xxxxxxxxx> writes: > A caller may wish to write a temporary index as a tree. However, > write_cache_as_tree() assumes that the index was read from, and will > write to, the default index file path. Introduce write_index_as_tree() > which removes this limitation by allowing the caller to specify its own > index_state and index file path. > > Signed-off-by: Paul Tan <pyokagan@xxxxxxxxx> > --- > cache-tree.c | 29 +++++++++++++++++------------ > cache-tree.h | 1 + > 2 files changed, 18 insertions(+), 12 deletions(-) Makes sense; thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html