Re: [PATCH v3 0/4] Modernize read_graft_line implementation

2017-08-17 Thread Junio C Hamano
Thanks, will queue.

[PATCH v3 0/4] Modernize read_graft_line implementation

2017-08-17 Thread Patryk Obara
Changes since v2: - commit implementing free_graft dropped (no longer needed) - several more lines moved from last commit to commit replacing raw buffer with strbuf - fix for memory allocation separated from change in hash parsing - commit_graft struct uses FLEX_ARRAY again, meaning