From: Marco Wahl <marcowahlsoft@gmail.com>
To: Colin Baxter <m43cap@yandex.com>
Cc: Nick Dokos <ndokos@gmail.com>, emacs-orgmode@gnu.org
Subject: Re: Switching to new Git repositories
Date: Thu, 23 Sep 2021 20:54:56 +0200 [thread overview]
Message-ID: <878rzn2kcf.fsf@gmail.com> (raw)
In-Reply-To: <877df742c8.fsf@yandex.com> (Colin Baxter's message of "Thu, 23 Sep 2021 18:40:55 +0100")
Hi!
Colin Baxter <m43cap@yandex.com> writes:
>>>>>> Nick Dokos <ndokos@gmail.com> writes:
>
> > FWIW, I get $ git remote -v upstream
> > https://git.savannah.gnu.org/git/emacs/org-mode.git (fetch)
> > upstream https://git.savannah.gnu.org/git/emacs/org-mode.git
> > (push)
>
> > $ git tag | wc -l 386
>
> > Maybe do
>
> > $ git remote update $ git rebase
>
> > and try again?
>
> Doesn't work for me. I did all above but still get zero for git tag | wc
What about adding the still existing Org repo temporarily and fetching
the tags from there?
Example:
cd PATHTOORGMODE
git remote -v
git remote add olderrepo https://code.orgmode.org/bzg/org-mode.git
git remote -v
git fetch olderrepo 'refs/tags/*:refs/tags/*'
git remote remove olderrepo
git remote -v
Enjoy the tags in your local repo!
I guess the maintainers will push the right tags to the new repo soon.
next prev parent reply other threads:[~2021-09-23 18:56 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-20 4:37 Switching to new Git repositories Bastien
2021-09-20 9:08 ` Marco Wahl
2021-09-20 9:16 ` Timothy
[not found] ` <87ilyvtwma.fsf@gnu.org>
2021-09-20 10:30 ` Marco Wahl
2021-09-25 13:50 ` Bastien
2021-09-20 9:27 ` Bastien
2021-09-20 10:14 ` Eric S Fraga
2021-09-20 10:20 ` Bastien
2021-09-20 10:38 ` Eric S Fraga
2021-09-23 10:07 ` Éibhear
2021-09-23 15:17 ` Nick Dokos
2021-09-23 17:40 ` Colin Baxter
2021-09-23 18:54 ` Marco Wahl [this message]
2021-09-23 18:06 ` William Denton
2021-09-23 18:23 ` Éibhear
2021-09-23 19:05 ` Colin Baxter
2021-09-23 19:07 ` Marco Wahl
2021-09-23 21:17 ` No Wayman
2021-09-23 22:24 ` Kyle Meyer
2021-09-23 23:13 ` No Wayman
2021-09-24 1:48 ` Kyle Meyer
2021-09-24 3:21 ` William Denton
2021-09-24 7:50 ` Eric S Fraga
2021-09-25 14:57 ` Bastien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878rzn2kcf.fsf@gmail.com \
--to=marcowahlsoft@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=m43cap@yandex.com \
--cc=ndokos@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).