summaryrefslogtreecommitdiffstats
path: root/scripts/git
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/git')
-rwxr-xr-xscripts/git4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/git b/scripts/git
index 644055e540..689adbf9dd 100755
--- a/scripts/git
+++ b/scripts/git
@@ -1,5 +1,9 @@
1#!/usr/bin/env python3 1#!/usr/bin/env python3
2# 2#
3# Copyright OpenEmbedded Contributors
4#
5# SPDX-License-Identifier: MIT
6#
3# Wrapper around 'git' that doesn't think we are root 7# Wrapper around 'git' that doesn't think we are root
4 8
5import os 9import os