Compare commits
7 Commits
8420f2a202
...
e725fdea2a
| Author | SHA1 | Date | |
|---|---|---|---|
| e725fdea2a | |||
| c13d4a4d2c | |||
| 4d818cd32b | |||
| 30f04074b7 | |||
| bc4665d629 | |||
| bb90ad407e | |||
| c80add037c |
@@ -80,6 +80,7 @@
|
|||||||
ui = auto
|
ui = auto
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
|
autoSetupRemote = true
|
||||||
[merge]
|
[merge]
|
||||||
conflictstyle = diff3
|
conflictstyle = diff3
|
||||||
[gc]
|
[gc]
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ provider = "github"
|
|||||||
token_command = "pass show github | ~/bin/yaml2json | jq -r '.personal_access_token.grm.value'"
|
token_command = "pass show github | ~/bin/yaml2json | jq -r '.personal_access_token.grm.value'"
|
||||||
root = "~/code/github.com"
|
root = "~/code/github.com"
|
||||||
worktree = true
|
worktree = true
|
||||||
|
force_ssh = true
|
||||||
|
|
||||||
[filters]
|
[filters]
|
||||||
owner = true
|
owner = true
|
||||||
|
|||||||
@@ -251,6 +251,9 @@ rust:
|
|||||||
- cargo-watch
|
- cargo-watch
|
||||||
- cargo-release
|
- cargo-release
|
||||||
- cargo-sort
|
- cargo-sort
|
||||||
|
- cargo-hack
|
||||||
|
- cargo-dist
|
||||||
|
- cargo-binstall
|
||||||
musescore:
|
musescore:
|
||||||
archlinux: ["musescore"]
|
archlinux: ["musescore"]
|
||||||
sipcalc:
|
sipcalc:
|
||||||
@@ -546,3 +549,6 @@ taplo:
|
|||||||
prettier:
|
prettier:
|
||||||
archlinux:
|
archlinux:
|
||||||
- prettier
|
- prettier
|
||||||
|
sccache:
|
||||||
|
archlinux:
|
||||||
|
- sccache
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
for pkg in pkgbuilds/* ; do
|
for pkg in pkgbuilds/* ; do
|
||||||
|
printf "checking %s\n" "${pkg}"
|
||||||
git submodule update --remote "${pkg}"
|
git submodule update --remote "${pkg}"
|
||||||
if git status --porcelain "${pkg}" | grep -q . ; then
|
if git status --porcelain "${pkg}" | grep -q . ; then
|
||||||
git add "${pkg}"
|
git add "${pkg}"
|
||||||
|
|||||||
Reference in New Issue
Block a user