lmi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi] Set working copy to a specific SHA1


From: Greg Chicares
Subject: [lmi] Set working copy to a specific SHA1
Date: Wed, 12 Apr 2017 13:27:24 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.6.0

Vadim--I think I've found a good solution to the problem below, but would
you handle it differently?

Kim maintains an lmi repository from which she prepares releases; she never
commits from it. She wants to release code from five commits ago:

git log --abbrev-commit --pretty=oneline
ae5c2ad Satisfy library dependencies for native builds
d90ded4 Do not use 'wine' to run native binaries
bac897e Prefer getchar() to getch()
fba8064 Install native toolchain in chroot
9c7870a Install full vim package in chroot and configure it
11ff9f0 Designate release candidate 20170411T2007Z

I suggested doing this in a fully updated local repository:

$git reset --hard 11ff9f0
$HEAD is now at 11ff9f0 Designate release candidate 20170411T2007Z

in order to prepare the release, and then later

$git pull

to resynchronize with HEAD of master.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]