[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Switching to new Git repositories
From: |
Kyle Meyer |
Subject: |
Re: Switching to new Git repositories |
Date: |
Thu, 23 Sep 2021 21:48:55 -0400 |
No Wayman writes:
> Out of curiosity I ran this against the repo to see if the
> "Version" metadata had always followed its current convention:
>
> git grep "Version:" $(git rev-list --all) -- lisp/org.el
>
> Looks like the "-dev" suffix goes back to "9.4-dev" and before
> that we have "8.4-git" and "6.08-pre01".
> I'm not sure what Org's convention is here, but the patsubst could
> be adjusted to be more flexible if necessary.
Thanks for checking. I think just handling -dev is probably good
enough.
> Subject: [PATCH] mk/targets.mk: Fix ORGVERSION in tag-less repos
Pushed:
To git.savannah.gnu.org:/srv/git/emacs/org-mode.git
c9dc6603a..9a4a24a94 main -> main
(It's not needed on the bugfix branch given -dev isn't used in the
header there. Plus I think the 9.5 release is expected before another
release from maint/bugfix.)
Thank you for fixing my mistake.
- Re: Switching to new Git repositories, (continued)
- Re: Switching to new Git repositories, Nick Dokos, 2021/09/23
- Re: Switching to new Git repositories, William Denton, 2021/09/23
- Re: Switching to new Git repositories, Éibhear, 2021/09/23
- Re: Switching to new Git repositories, Colin Baxter, 2021/09/23
- Re: Switching to new Git repositories, Marco Wahl, 2021/09/23
- Re: Switching to new Git repositories, No Wayman, 2021/09/23
- Re: Switching to new Git repositories, Kyle Meyer, 2021/09/23
- Re: Switching to new Git repositories, No Wayman, 2021/09/23
- Re: Switching to new Git repositories,
Kyle Meyer <=
- Re: Switching to new Git repositories, William Denton, 2021/09/23
- Re: Switching to new Git repositories, Eric S Fraga, 2021/09/24
- Re: Switching to new Git repositories, Bastien, 2021/09/25