[PATCH] Correct example restore from bundle

2013-01-01 Thread Kirill Brilliantov
Without use branche option repository restory without files: $ git clone pr.bundle q/ Cloning into 'q'... Receiving objects: 100% (619/619), 13.52 MiB | 18.74 MiB/s, done. Resolving deltas: 100% (413/413), done. warning: remote HEAD refers to nonexistent ref, unable to checkout. $ ls -aF q/ ./

[PATCH] Correct example restore from bundle

2013-01-01 Thread Kirill Brilliantov
Without use branche option repository restory without files: $ git clone pr.bundle q/ Cloning into 'q'... Receiving objects: 100% (619/619), 13.52 MiB | 18.74 MiB/s, done. Resolving deltas: 100% (413/413), done. warning: remote HEAD refers to nonexistent ref, unable to checkout. $ ls -aF q/ ./

Re: [PATCH] Correct example restore from bundle

2013-01-01 Thread Junio C Hamano
Kirill Brilliantov brillian...@inbox.ru writes: -machineB$ git clone /home/me/tmp/file.bundle R2 +machineB$ git clone /home/me/tmp/file.bundle R2 -b master I think the command line should follow the convention that is suggested in git clone -h output, i.e. git clone -b