On Fri, Mar 1, 2019 at 12:50 PM Alban Gruin <alban.gruin@xxxxxxxxx> wrote: > There a condition that will always be false here when name_rev() calls > itself for the first parent, but it will become useful when name_rev() > will stop to name commits that are not mentionned in the stdin buffer. s/mentionned/mentioned/ > If the current commit should not be named, its parents may have to be, > but they may not. In this case, name_rev() will tell to its caller that s/tell/report/ > the current commit and its first parent has not used the name, and that > it can be released. However, if the current commit has been named but > not its parent, or the reverse, the name will not be released. > > Signed-off-by: Alban Gruin <alban.gruin@xxxxxxxxx>