From: Domagoj Stolfa <domagoj.stolfa@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: Re: Possible git blame bug?
Date: Tue, 14 Mar 2017 00:19:35 +0100 [thread overview]
Message-ID: <20170313231935.GA51164@workstation> (raw)
In-Reply-To: <xmqqtw6wlqf8.fsf@gitster.mtv.corp.google.com>
[-- Attachment #1: Type: text/plain, Size: 977 bytes --]
Hello,
> > Thanks for clearing this up. Is this documented somewhere, so that if it happens
> > again I can point people to the docs that explain this behaviour?
>
> Is this from "git blame --help" sufficient?
>
> When you are not interested in changes older than version
> v2.6.18, or changes older than 3 weeks, you can use revision
> range specifiers similar to 'git rev-list':
>
> git blame v2.6.18.. -- foo
> git blame --since=3.weeks -- foo
>
> When revision range specifiers are used to limit the annotation,
> lines that have not changed since the range boundary (either the
> commit v2.6.18 or the most recent commit that is more than 3
> weeks old in the above example) are blamed for that range
> boundary commit.
re-reading it post your explanation, it seems to make perfect sense. Thanks
again for the detailed explanation of the behaviour!
--
Best regards,
Domagoj Stolfa
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
prev parent reply other threads:[~2017-03-13 23:19 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-13 20:11 Possible git blame bug? Domagoj Stolfa
2017-03-13 20:38 ` Junio C Hamano
[not found] ` <20170313204401.GB80633@workstation>
2017-03-13 20:46 ` Domagoj Stolfa
2017-03-13 21:29 ` Junio C Hamano
2017-03-13 21:44 ` Domagoj Stolfa
2017-03-13 22:19 ` Junio C Hamano
2017-03-13 22:46 ` Junio C Hamano
2017-03-13 23:08 ` Domagoj Stolfa
2017-03-13 23:15 ` Junio C Hamano
2017-03-13 23:19 ` Domagoj Stolfa [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170313231935.GA51164@workstation \
--to=domagoj.stolfa@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/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.
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 NNTP newsgroup(s).