Re: [PATCH 1/2] index_pack: indent find_unresolved_detals one level
From: Junio C Hamano <hidden> Date: 2016-06-15 22:52:36
pclouds@gmail.com writes:
From: Nguyễn Thái Ngọc Duy <redacted>
The next patch puts most of the code in one level deeper. By indenting
separately, it'd be easier to see the actual changes.
Yuck.
Isn't it a sign that "the next patch" should perhaps be helped by a small
helper function that does whatever the part you are indenting here?