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:
commit
d327bfe114
1 changed files with 4 additions and 2 deletions
|
@ -20,8 +20,10 @@ Simple test of our Git Key-Value store
|
|||
# 00000000: 4865 6c6c 6f20 576f 726c 6421 0a Hello World!.
|
||||
#
|
||||
#
|
||||
$ tail -c20 db.pack | base64 -
|
||||
5LI0Ny5+PX6FCDkSPYcRzZlCcUc=
|
||||
$ tail -c20 db.pack | hexdump
|
||||
0000000 b2e4 3734 7e2e 7e3d 0885 1239 873d cd11
|
||||
0000010 4299 4771
|
||||
0000014
|
||||
$ mgit git://localhost/simple db.pack <<EOF
|
||||
> get /foo
|
||||
> quit
|
||||
|
|
Loading…
Reference in a new issue