Hi On Tue, 22 Oct 2024 at 02:27, <chizobajames21@xxxxxxxxx> wrote: > > From: Chizoba ODINAKA <chizobajames21@xxxxxxxxx> > > In pipes, the exit code of a chain of commands is determined by > the final command. In order not to miss the exit code of a failed > Git command, avoid pipes instead write output of Git commands > into a file. > For better debugging experience, instances of "grep" were changed > to "test_grep". "test_grep" provides more context in case of a > failed "grep". > > Signed-off-by: Chizoba ODINAKA <chizobajames21@xxxxxxxxx> > --- > What changed: > - a typography error, excess whitespace > This patch version has implemented all recommended changes. Thanks Chizoba