• git help

    From Per olof Ljungmark@peo@nethead.se to muc.lists.freebsd.stable on Thu Apr 2 19:52:13 2026
    From Newsgroup: muc.lists.freebsd.stable

    Hi,

    I need to checkout exactly this version:
    FreeBSD 15.0-STABLE stable/15-n282698-4311217a039c GENERIC amd64

    What would be the git command to checkout this version nad only that? I
    am sure git is perfect for developers but a bit overwhelming for a "user".

    Thank you in advance,

    Per


    --
    Posted automagically by a mail2news gateway at muc.de e.V.
    Please direct questions, flames, donations, etc. to news-admin@muc.de
    --- Synchronet 3.21f-Linux NewsLink 1.2
  • From Colin Percival@cperciva@tarsnap.com to muc.lists.freebsd.stable on Thu Apr 2 17:57:27 2026
    From Newsgroup: muc.lists.freebsd.stable

    On 4/2/26 10:52, Per olof Ljungmark wrote:
    I need to checkout exactly this version:
    FreeBSD 15.0-STABLE stable/15-n282698-4311217a039c GENERIC amd64

    What would be the git command to checkout this version nad only that? I am sure git is perfect for developers but a bit overwhelming for a "user".

    For reproducibility, the best option is

    git clone --branch stable/15 https://git.freebsd.org/src.git /usr/src
    cd /usr/src && git reset --hard 4311217a039c
    --
    Colin Percival
    FreeBSD Release Engineering Lead & EC2 platform maintainer
    Founder, Tarsnap | www.tarsnap.com | Online backups for the truly paranoid



    --
    Posted automagically by a mail2news gateway at muc.de e.V.
    Please direct questions, flames, donations, etc. to news-admin@muc.de
    --- Synchronet 3.21f-Linux NewsLink 1.2