git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 7710d7a5b7e29bb163523af42f50850bfae6ab25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# CONTENT

Yet another (!) approach at building up a centralized configuration.

Parts are old, parts are not done yet, we're getting there.

## Information for cloning

For git-prompt, its submodule sha1collisiondetection may be "broken" (i.e. it cannot be pulled), here's a fix:

`git -c submodule.sha1collisiondetection.update=none COMMAND`

...whereas `COMMAND` is one of the usual actions such as

```
clone --recurse-submodules
submodule update --init --recursive
```
d>H. P. 2022-04-271-1/+1 | * +voicemsg aliasH. P. 2022-04-261-0/+5 | * +lst, %call apt binary directlyH. P. 2022-03-241-1/+2 | * +package cleanH. P. 2022-03-241-0/+12 | * disable SC2012 in xstatH. P. 2022-03-241-0/+1 | * fix and improvement: dirmngrH. P. 2022-03-241-1/+1 | | | | | - fix: missing then after if - improvement: using pgrep instead of ps+pgrep|grep * gnupg forwarding now workingH. P. 2022-03-241-0/+1 | * make initial dirmngr launch silentH. P. 2022-03-242-2/+3 | * syntax errorH. P. 2022-03-231-1/+1 | * distinguish rel from fedora, adopting the rh corporate turquoisH. P. 2022-03-231-2/+4 | * Merge branch 'testing' of git.lirion.de:/var/cache/git/dotfiles into testingH. P.