2015-03-21 8:07 GMT+03:00 Ben Cooksley <bcooks...@kde.org>:
> On Sat, Mar 21, 2015 at 6:01 PM, Alexander Potashev
> <aspotas...@gmail.com> wrote:
>> Ben, can you please clarify how to fetch those backups? I don't see
>> any relevant branches by running "git branch -a".
>
> Backups can be retrieved by running something along these lines I believe:
>
> git fetch <remote name> +refs/backups/*:refs/backups/*
>
> To get a listing of backup refs you've retrieved, you can run:
>
> git ls-remote . | grep refs/backups/

Thanks a lot Ben, it worked!

But it was not very trivial. I think the root of the problem was that
squashed merge which should have been avoided. If it was a plain merge
commit, all the Git objects I needed would be pulled automatically.

-- 
Alexander Potashev

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Reply via email to