Files
git/Documentation
Kirill Brilliantov ded6aa6bda Documentation: correct example restore from bundle
Because the bundle created in the example does not record HEAD, "git
clone" will not check out the files to the working tree:

    $ 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.

Avoid alarming the readers by adding "-b master" to the example.  A
better fix may be to arrange the bundle created in the earlier step
to record HEAD, so that it can be cloned without this workaround.

Signed-off-by: Brilliantov Kirill Vladimirovich <brilliantov@inbox.ru>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2013-01-01 12:43:02 -08:00
..
2012-03-28 08:47:23 -07:00
2009-10-01 08:21:35 -04:00
2012-10-17 10:36:42 -07:00
2011-08-08 09:30:12 -07:00
2012-06-19 11:35:19 -07:00
2009-04-06 00:27:09 -07:00
2012-09-18 21:49:46 -07:00
2012-04-20 15:49:16 -07:00
2012-07-09 14:40:03 -07:00
2012-09-18 21:49:50 -07:00
2012-06-19 11:35:19 -07:00
2012-09-11 11:23:54 -07:00
2012-08-06 15:34:20 -07:00
2011-12-12 11:52:31 -08:00
2012-08-06 15:34:20 -07:00
2011-09-06 11:42:12 -07:00
2011-05-19 10:55:54 -07:00
2011-03-11 10:59:16 -05:00
2012-10-17 10:36:42 -07:00
2010-07-05 13:39:02 -07:00
2012-06-19 11:35:19 -07:00