https://bugs.freedesktop.org/show_bug.cgi?id=61798

--- Comment #5 from DavidO <d.ostrov...@gmx.de> ---
> $ export GIT_SSL_NO_VERIFY=true
> $ git fetch https://lmam...@gerrit.libreoffice.org/core
> refs/changes/08/2508/4
> ## this was copy-pasted from https://gerrit.libreoffice.org/2508/
> 
> and I get:
> 
> fatal: Couldn't find remote ref refs/changes/08/2508/4
> Unexpected end of command stream

That's because you can only fetch a change that is active.
How about to try to fetch a change that has not been yet merged?

[david@wizball libo (master)] git fetch
https://dav...@gerrit.libreoffice.org/core refs/changes/49/2549/1 && git
checkout FETCH_HEAD
>From https://gerrit.libreoffice.org/core
 * branch            refs/changes/49/2549/1 -> FETCH_HEAD
M    translations
Note: checking out 'FETCH_HEAD'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at 6bb905f... Add PDF Mimetype to Draw
[david@wizball libo ((6bb905f...))]$ git checkout -b mimetype
M    translations
Switched to a new branch 'mimetype'

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to