unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Steinar Bang <sb@dod.no>
To: emacs-devel@gnu.org
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	[thread overview]
Message-ID: <87ioctzgho.fsf@dod.no> (raw)
In-Reply-To: 20150418130959.GC4182@acm.fritz.box

>>>>> Alan Mackenzie <acm@muc.de>:

> 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...)




  parent reply	other threads:[~2015-04-18 13:57 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-18 10:33 git question: how do I get a specific git version into my working directory? Alan Mackenzie
2015-04-18 10:42 ` Andreas Schwab
2015-04-18 12:18 ` Steinar Bang
2015-04-18 12:42   ` Eli Zaretskii
2015-04-18 13:16     ` Alan Mackenzie
2015-04-18 13:20       ` Dmitry Gutov
2015-04-18 13:37       ` Eli Zaretskii
2015-04-18 14:07         ` Harald Hanche-Olsen
2015-04-18 14:43           ` Eli Zaretskii
2015-04-18 17:09             ` Stefan Monnier
2015-04-18 17:37               ` Eli Zaretskii
2015-04-18 17:44                 ` Harald Hanche-Olsen
2015-04-18 12:48   ` Eric Abrahamsen
2015-04-18 13:09   ` Alan Mackenzie
2015-04-18 13:18     ` Dmitry Gutov
2015-04-18 13:57     ` Steinar Bang [this message]
2015-04-18 14:03     ` Andreas Schwab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ioctzgho.fsf@dod.no \
    --to=sb@dod.no \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).