On Mon, Jul 31, 2017 at 1:56 PM, Prathamesh Chavan <pc44800@xxxxxxxxx> wrote: > In this new version, the following changes have been made: > * There was no good reason for using puts in the function print_default_remote() > Hence, in this patch, we instead use printf to do the same, as it is what > is generally used throughout the codebase. Hah! I refrained on suggesting the opposite at the last patch. In older code there are lots of "puts", c.f. "git grep puts", so I assumed it to be a micro optimization, hence I would have suggested it. Either way is fine with me.