On Sat, Oct 19, 2024 at 07:54:30PM +0200, Kristoffer Haugsbakk wrote: > On Sat, Oct 19, 2024, at 18:34, Seyi Kuforiji wrote: > > This change updates the script to conform to the coding standards > > outlined in the Git project's documentation. According to the guidelines > > in Documentation/CodingGuidelines under "Redirection operators", there > > should be no whitespace after redirection operators. > > > > Signed-off-by: Seyi Kuforiji <kuforiji98@xxxxxxxxx> > > --- > > t/t7011-skip-worktree-reading.sh | 22 +++++++++++----------- > > 1 file changed, 11 insertions(+), 11 deletions(-) > > I can confirm that there are no changes in this version to the patch > itself. Which was expected since the change was good. > > The difference in this version is that the commit message has been > improved. At least according to my taste. Agreed, this patch looks good to me, too. Thanks! Patrick