Skip to content

Commit 46be8b9

Browse files
committed
chore: sync with microG unofficial installer
Signed-off-by: ale5000 <15793015+ale5000-git@users.noreply.github.com>
1 parent f4b57dc commit 46be8b9

File tree

5 files changed

+19
-6
lines changed

5 files changed

+19
-6
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
.gitattributes text eol=lf
88
.gitignore text eol=lf
99
.gitmodules text eol=lf
10+
.tgitconfig text eol=lf
1011
allowed_signers text eol=lf
1112

1213
docs/CODEOWNERS text eol=lf

.tgitconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# SPDX-FileCopyrightText: NONE
2+
# SPDX-License-Identifier: CC0-1.0
3+
4+
[core]
5+
hooksPath = .git-hooks
6+
[gpg "ssh"]
7+
allowedSignersFile = allowed_signers
8+
[format]
9+
signOff = true
10+
[tgit]
11+
projectlanguage = 1033
12+
warnnosignedoffby = true
13+
logminsize = 1

REUSE.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = 1
44
path = [
55
".public-keys/*.gpg",
66
"fastlane/metadata/android/en-US/*.txt",
7+
"gradle/wrapper/gradle-wrapper.properties",
78
"allowed_signers",
89
"Gemfile.lock"
910
]

config-git.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ STATUS=0
7373

7474
printf '%s\n' "Repo dir: ${PWD?}" || STATUS="${?}"
7575

76+
test -d "${PWD:?}/.git-hooks"
77+
config_var core.hooksPath '.git-hooks' "${?}" || STATUS="${?}"
78+
7679
test -f "${PWD:?}/allowed_signers"
7780
config_var gpg.ssh.allowedSignersFile 'allowed_signers' "${?}" || STATUS="${?}"
7881

7982
setup_gpg || STATUS="${?}"
8083

81-
test -d "${PWD:?}/.git-hooks"
82-
config_var core.hooksPath '.git-hooks' "${?}" || STATUS="${?}"
83-
84-
config_var format.signOff "true" || STATUS="${?}"
84+
config_var format.signOff 'true' || STATUS="${?}"
8585
config_var alias.cm 'commit -s' || STATUS="${?}"
8686

8787
test "${STATUS:?}" = 0 || printf '%s\n' "Error code: ${STATUS:?}"

gradle/wrapper/gradle-wrapper.properties.license

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)