Hi Junio, On Mon, Apr 9, 2018 at 8:00 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Stefan Beller <sbeller@xxxxxxxxxx> writes: > >> This is more consistent with the project style. The majority of >> Git's source files use dashes in preference to underscores in their file >> names. >> >> Noticed while adding a header corresponding to this file. >> >> Signed-off-by: Jonathan Nieder <jrnieder@xxxxxxxxx> >> Signed-off-by: Stefan Beller <sbeller@xxxxxxxxxx> >> --- > > Hmph, is this authored by Jonathan? This one (as well as other patches that are also signed off by Jonathan) was cherry-picked from the long series[1], which was done partially in a pair programming session or by passing patches back and forth. Most of the mechanical changes were done by one author and we just added the others sign off to have the whole series look like pair programming. This patch is [2], as-is, so I did not mess up the original authorship. We decided to not use another trailer, such as co-authored-by or such as we'd have to sign off anyway. [1] https://public-inbox.org/git/20180205235508.216277-1-sbeller@xxxxxxxxxx/ [2] https://public-inbox.org/git/20180205235735.216710-19-sbeller@xxxxxxxxxx/ > > There are sha1_{file,name}.c, exec_cmd.[ch], and unicode_width.h > remaining, though ;-) Noted. Thanks, Stefan