The sound distributed version control system

#936 [ID] do not stuck in pijul if without identities

Opened by tankf33der on April 20, 2024
tankf33der on April 20, 2024

You must respect robots and tests suits, please, just exit with error and return non zero.

Easy way how to repeat:

cd
cd .config
mv pijul pijul1
cd ~/pijul-tests
./braid.sh
dblsaiko on May 27, 2024

It’s not hard to automate setting up an identity. This is how I do it here:

export HOME=$(mktemp -d)
export EDITOR=true
pijul identity new --no-link --no-prompt --display-name 'Test User' --email 'test@example.com'

(not sure if you need to set EDITOR)