Merge pull request 'use hexdump instead of base64' (#9) from minor into main

Reviewed-on: https://git.robur.io/robur/git-kv/pulls/9
This commit is contained in:
dinosaure 2022-09-27 14:48:31 +00:00
commit d327bfe114

View file

@ -20,8 +20,10 @@ Simple test of our Git Key-Value store
# 00000000: 4865 6c6c 6f20 576f 726c 6421 0a Hello World!. # 00000000: 4865 6c6c 6f20 576f 726c 6421 0a Hello World!.
# #
# #
$ tail -c20 db.pack | base64 - $ tail -c20 db.pack | hexdump
5LI0Ny5+PX6FCDkSPYcRzZlCcUc= 0000000 b2e4 3734 7e2e 7e3d 0885 1239 873d cd11
0000010 4299 4771
0000014
$ mgit git://localhost/simple db.pack <<EOF $ mgit git://localhost/simple db.pack <<EOF
> get /foo > get /foo
> quit > quit