mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 17:22:22 +02:00
patman: Fix detection of git version
A missing 'global' declaration means that this feature does not currently work. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -481,6 +481,8 @@ def GetDefaultUserEmail():
|
|||||||
def Setup():
|
def Setup():
|
||||||
"""Set up git utils, by reading the alias files."""
|
"""Set up git utils, by reading the alias files."""
|
||||||
# Check for a git alias file also
|
# Check for a git alias file also
|
||||||
|
global use_no_decorate
|
||||||
|
|
||||||
alias_fname = GetAliasFile()
|
alias_fname = GetAliasFile()
|
||||||
if alias_fname:
|
if alias_fname:
|
||||||
settings.ReadGitAliases(alias_fname)
|
settings.ReadGitAliases(alias_fname)
|
||||||
|
Reference in New Issue
Block a user