Re: [PATCH] patman: expand user home when looking for the alias file

2022-01-12 Thread Simon Glass
Hi Otavio, +Brian Norris On Tue, 4 Jan 2022 at 09:47, Otavio Salvador wrote: > > This allows the use of git aliases files relative to the user home, > without using the full path to the file. > > Signed-off-by: Otavio Salvador > --- > > tools/patman/gitutil.py | 7 ++- > 1 file changed, 6

[PATCH] patman: expand user home when looking for the alias file

2022-01-04 Thread Otavio Salvador
This allows the use of git aliases files relative to the user home, without using the full path to the file. Signed-off-by: Otavio Salvador --- tools/patman/gitutil.py | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tools/patman/gitutil.py b/tools/patman/gitutil.py