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