[pass] [PATCH] Fixed 'missing working tree' for 'pass git pull'

Jason A. Donenfeld Jason at zx2c4.com
Sat Mar 22 04:59:19 CET 2014


I can't seem to reproduce this:

zx2c4 at thinkpad ~ $ pass generate test/test 12
mkdir: created directory '/home/zx2c4/test'
[master 7901917] Added generated password for test/test to store.
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 test/test.gpg
The generated password to test/test is:
85l+gzJVaNF2

zx2c4 at thinkpad ~ $ pass git push
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (4/4), 1.57 KiB | 0 bytes/s, done.
Total 4 (delta 1), reused 0 (delta 0)
To
   2f4cb1c..7901917  master -> master

zx2c4 at thinkpad ~ $ pass git reset --hard HEAD^
HEAD is now at 2f4cb1c Initial import of signed archive.

zx2c4 at thinkpad ~ $ pass git pull
Updating 2f4cb1c..7901917
Fast-forward
 test/test.gpg | Bin 0 -> 591 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 test/test.gpg


Can you show me some output to reproduce the error?


More information about the Password-Store mailing list