Commit Graph

118 Commits (todo)

Author SHA1 Message Date
Junio C Hamano bbdf5a577a MaintNotes: 2.50 update 2025-06-15 22:48:40 -07:00
Junio C Hamano 9ff87b6cc9 MaintNotes: issues and contributions to friendly 3rd party projects 2025-03-14 10:33:26 -07:00
Junio C Hamano 9853454052 MaintNotes: 2.48.0 update 2025-01-10 10:17:45 -08:00
Junio C Hamano d55cb7b870 MaintNotes: gitk has new maintainer
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2024-11-25 14:38:20 +09:00
Junio C Hamano cfa017440c MaintNotes: update the mention of the latest feature release 2024-10-06 17:30:00 -07:00
Junio C Hamano 10434fbd61 MaintNotes: now 2.46 is out 2024-08-05 14:05:17 -07:00
Junio C Hamano 6b998fe943 MaintNotes: welcome the new maintainer of git-gui part 2024-05-11 11:17:04 -07:00
Junio C Hamano 029b806168 MaintNotes: post 2.45 2024-04-28 18:50:22 -07:00
Junio C Hamano 1fbab3dc4d gitlab URLs update
Switch from an unmaintained https://gitlab.com/git-vcs/git to
https://gitlab.com/git-scm/git.  The info came from Patrick
Steinhardt <ps@pks.im>
2024-03-29 11:13:50 -07:00
Junio C Hamano 57da6293b2 Meta/Maintnotes: clarify "uninteresting topic" 2024-03-26 12:06:06 -07:00
Junio C Hamano ff5dce782f MaintNotes: spring cleaning 2024-03-20 09:47:05 -07:00
Junio C Hamano c49b011830 MaintNotes: updte for 2.40 2023-03-13 09:50:24 -07:00
Junio C Hamano e8ca6a2588 MaintNotes: adjust for 2.38 2022-10-03 01:23:45 -07:00
Junio C Hamano 39a0a24862 MaintNotes: embargoed maintenance releases 2022-07-12 09:55:32 -07:00
Junio C Hamano 5e2ec21174 MaintNotes: 2.37 2022-06-27 09:45:53 -07:00
Junio C Hamano 0f4e0b4ef6 MaintNotes 2022-04-18 01:23:45 -07:00
Junio C Hamano 75a9280f60 MaintNotes: we are not on FreeNode but on Libera 2022-03-12 15:11:37 -08:00
Junio C Hamano cc12127673 MaintNotes: post 2.35 update 2022-01-24 10:23:35 -08:00
Junio C Hamano 127280aedb What's cooking (2021/08 #06)
... plus an updte to MaintNotes post release.
2021-08-16 14:50:44 -07:00
Junio C Hamano 0ecfa1a4bb MaintNotes: update to 2.32 and hint IRC situation being in flux 2021-06-06 21:12:26 +09:00
Junio C Hamano f4e0307b8d MaintNotes: update the latest release 2021-03-15 12:33:22 -07:00
Junio C Hamano 470ff13460 MaintNotes: update reference to the latest 2020-12-28 09:08:01 -08:00
Ævar Arnfjörð Bjarmason dd0c39574b MaintNotes: use https:// instead of git:// when possible
Most git:// URLs listed for the copies of the Git repository
have working corresponding https:// URLs that can be given
to a browser to browse the repository interactively.  List
https:// URL instead of git:// URL for such repositories.
The former is also more secure, even though it may be more
expensive.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2020-12-01 13:23:40 -08:00
Ævar Arnfjörð Bjarmason 2f839f597c cook: add https://gitlab.com/git-vcs/git as another mirror
I maintain this mirror, and hopefully we can make it semi-official. It
has the same refs as the GitHub one except for the GitHub "pull" refs:

    $ diff -u \
        <(git ls-remote https://gitlab.com/git-vcs/git.git/) \
        <(git ls-remote https://github.com/git/git/|grep -v refs/pull)
    $

Although I had to delete the stale "pu" manually just now.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2020-12-01 13:22:41 -08:00
Junio C Hamano 7b0113f876 Meta/MaintNotes: mention 'git bugreport' and adjust the latest release number 2020-10-29 15:02:27 -07:00
Junio C Hamano 6cac25bee9 Meta/MaintNotes: clarify who the maintainer is and how to contact 2020-07-17 13:22:30 -07:00
Junio C Hamano c483b4cf74 Meta: rename 'pu' to 'seen' 2020-06-22 17:20:27 -07:00
Junio C Hamano 60abbb4eae MaintNotes: update rev-news URL 2020-06-17 23:17:57 -07:00
Junio C Hamano 2389460a6a MaintNotes: adjust for pinbox->lore, mention CoC 2020-06-01 09:31:35 -07:00
Junio C Hamano 312b192e1c MaintNotes: update git-gui repository 2019-09-18 15:29:09 -07:00
Junio C Hamano ccd38f6202 MaintNotes: drop sf.jp that I haven't pushed to for a while 2019-02-27 02:13:37 +09:00
Junio C Hamano da6e86d371 MaintNotes: clarify the purpose of maint->master upmerge
Even though the paragraph before this one is pretty clear that
topics are first merged to 'master' and then to 'maint', it was
misleading to say 'maint' is merged to 'master' to propagate fixes
forward, as most of the time, such an upmerge is a noop because
topics merged to 'maint' are usually merged to 'master' already.

These up-merges are done primarily to make sure that the tip of
'master' has updated release notes from all the maintenance tracks,
so be explicit about that to avoid confusion.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-01-08 12:55:22 -08:00
Junio C Hamano 6b24c86cae MaintNotes: mailing list drops non text/plain messages 2017-11-28 14:20:05 +09:00
Junio C Hamano bb4b537580 MaintNotes: post 2.15 update 2017-10-30 15:10:47 +09:00
Junio C Hamano fc56a84d38 MaintNotes: post 2.14 update 2017-08-04 09:38:32 -07:00
Junio C Hamano efc912b233 Meta/MaintNotes: post 2.12.1 update
In addition to the usual sample revision updates, talk about the
"broken out" repo and clarify that topics can fork from commits
older than the tip of the 'master' for bugfix topics.
2017-03-20 14:19:29 -07:00
Junio C Hamano 5f48018058 MaintNotes: clarify evolution of topics 2017-02-24 11:06:43 -08:00
Junio C Hamano 86932d7ad1 MaintNotes: update example to 2.11.1 2017-02-02 15:02:44 -08:00
Junio C Hamano 595ca97928 MaintNotes: post 2.11 2016-11-29 13:23:13 -08:00
Junio C Hamano 3a2f03cfe0 Meta/MaintNotes: hint at 'jch' branch 2016-10-03 15:25:18 -07:00
Junio C Hamano 8c105567b3 Meta/MaintNotes: promote public-inbox.org a bit more
Now its nntp archive seems to have stopped reinjecting ancient
articles with recent article numbers, it is more usable for general
public.  Advertise it over gmane (which is still operational just
fine).
2016-09-27 16:19:56 -07:00
Junio C Hamano 73ca0a59d0 Maint Notes post 2.10 update 2016-09-02 19:11:07 -07:00
Junio C Hamano a37a17b940 MaintNotes: http://gmane is no longer with us
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2016-08-12 12:12:37 -07:00
Junio C Hamano dae23cd85f Meta/MaintNotes: update online manual page URL 2016-07-11 12:58:01 -07:00
Junio C Hamano 02ee99bc19 MaintNotes: update for 2.9 2016-06-13 12:25:12 -07:00
Junio C Hamano ab8eca3f45 MaintNotes: update for 2.8.3 2016-05-19 10:23:46 -07:00
Junio C Hamano dd9985bd6d MaintNotes: a bit more description on the security list 2016-04-29 15:03:53 -07:00
Junio C Hamano 7d94dc147a Meta/MaintNotes: adjust to 2.8/2.7.4 2016-03-28 13:44:19 -07:00
Junio C Hamano 6d8eea061f MaintNotes update for 2.7 2016-01-04 15:14:25 -08:00
Junio C Hamano b8e5a4c6d2 MaintNotes: marc is hosted at marc.info these days 2015-11-06 09:39:43 -08:00