Hi Ed, On Thu, Dec 19, 2019 at 09:45:16PM +0000, Ed Maste wrote: > On FreeBSD, when executed by root ls enables the '-A' option: > > -A Include directory entries whose names begin with a dot (`.') > except for . and ... Automatically set for the super-user unless > -I is specified. > > As a result the .git directory appeared in the output when run as root. > Simulate no-dotfile ls behaviour using a shell glob. > > Signed-off-by: Ed Maste <emaste@xxxxxxxxxxx> > Helped-by: Eric Wong <e@xxxxxxxxx> > Helped-by: Junio C Hamano <gitster@xxxxxxxxx> Small nit: the Helped-by trailers should come before your sign-off. Trailers should come in chronological order. Chronologically, they helped you out with your patch and then, after that, you created your v2 based on their review and signed off on it. Thanks, Denton