The sound distributed version control system

#608 push pushes records instead of tags

Opened by tankf33der on January 2, 2022
tankf33der on January 2, 2022
$ cd
$ pijul init p1
$ pijul clone p1 p2
$ cd p2
$ touch a
$ pijul add a
$ pijul record -am"."
Hash: A52N225PKKGRFIQJ752O4CDBAS35NN35ZUWMRX6ZF3V4GTNAYYJAC
$ pijul push --tag
Uploading changes [==================================================] 2/2                        
$ cd ../p1
$ pijul log --hash-only
A52N225PKKGRFIQJ752O4CDBAS35NN35ZUWMRX6ZF3V4GTNAYYJAC
3BK7XEP7PK3TEFKS4KKOSFS7ZT4R4A5FP7FV2GKIOQ2XTS5J4PZQC
$
tankf33der on January 2, 2022

push somehow pushes only first tag inside repo and always skips next, push always successfully pushed records.