]> git.sur5r.net Git - u-boot/blobdiff - tools/patman/gitutil.py
patman: Fix detection of git version
[u-boot] / tools / patman / gitutil.py
index fbd170f178df8b207ec4cc0a938bbbfe8c7bff32..80edc7c2c6ca0b1072abb247605b8d0ee023b7f1 100644 (file)
@@ -481,6 +481,8 @@ def GetDefaultUserEmail():
 def Setup():
     """Set up git utils, by reading the alias files."""
     # Check for a git alias file also
+    global use_no_decorate
+
     alias_fname = GetAliasFile()
     if alias_fname:
         settings.ReadGitAliases(alias_fname)