emacs-devel
[Top][All Lists]
Advanced

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

Re: git question: how do I get a specific git version into my working di


From: Steinar Bang
Subject: Re: git question: how do I get a specific git version into my working directory?
Date: Sat, 18 Apr 2015 15:57:23 +0200
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4 (gnu/linux)

>>>>> Alan Mackenzie <address@hidden>:

> I am doing a bisect: a bisect where I only want revisions taken into
> account when specific files have been modified.

Hm... when I do bisect I just to "git bisect" and feed it the two sha1
hashes it should bisect between, and it has so far done its magic to my
satisfaction (ie. if it was caused by a commit, I have successfully
identified a particular commit where the issue starts).

After that I usually branch off from the commit before the offending
commit and stay there until things are resolved (unless I'm able to
resolve it myself).

Or I branch off master and revert the offending commit until things are
resolved, ie. like so
 git checkout master
 git checkout -b sb-master
 git revert sha1-of-offending-commit

(that's what I did with gnus, when cram-md5 auth disappeared from nnimap
with SSL/TLS...)




reply via email to

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