aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2019-03-23 15:37:09 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2019-03-23 15:51:24 -0400
commitfbdb6292b5d3932065a7ce1b5ab8578e310d7235 (patch)
tree3e148d24ded383acfdad2c2d8168477e278434a1 /libs
parent6700afb57b7af0b39a6fc9aa8a1b0c02730577c8 (diff)
downloadlibrebootfr-fbdb6292b5d3932065a7ce1b5ab8578e310d7235.tar.gz
librebootfr-fbdb6292b5d3932065a7ce1b5ab8578e310d7235.zip
libs/git: Remove some unused variable definitions
Diffstat (limited to 'libs')
-rwxr-xr-xlibs/git8
1 files changed, 0 insertions, 8 deletions
diff --git a/libs/git b/libs/git
index 8c893e74..2a88bf84 100755
--- a/libs/git
+++ b/libs/git
@@ -178,9 +178,6 @@ git_apply() {
local patch=$3
(
- export GIT_COMMITTER_NAME=$GIT_NAME
- export GIT_COMMITTER_EMAIL=$GIT_EMAIL
-
cd "$repository_path"
git checkout "$branch" >/dev/null 2>&1
@@ -352,8 +349,6 @@ git_project_prepare_patch() {
local repository=$1
shift
- local project_path=$(project_path "$project")
- local configs_path="$project_path/$CONFIGS"
local branch=$project
local argument
local path
@@ -429,8 +424,6 @@ git_project_prepare_check() {
shift
local repository_path=$(git_project_repository_path "$repository")
- local project_path=$(project_path "$project")
- local configs_path="$project_path/$CONFIGS"
local branch=$project
local argument
@@ -531,7 +524,6 @@ git_project_release() {
shift
local repository=$1
shift
- local arguments=$@
local repository_path=$(git_project_repository_path "$repository")
local branch=$project