git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Can `git blame` show the date that each line was merged?
@ 2013-06-04 13:39 Matt McClure
  2013-06-04 15:56 ` Jeff King
  0 siblings, 1 reply; 5+ messages in thread
From: Matt McClure @ 2013-06-04 13:39 UTC (permalink / raw)
  To: git

Can `git blame` show the date that each line was merged to the current
branch rather than the date it was committed?

Aside: in some trial and error I notice this oddity:

    $ git blame --merges
    usage: git blame [options] [rev-opts] [rev] [--] file

        [rev-opts] are documented in git-rev-list(1)
    ...

    $ git help rev-list | grep -F -e --merges
                        [ --merges ]
           --merges
               --min-parents=2 is the same as --merges.
--max-parents=0 gives all


-- 
Matt McClure
http://matthewlmcclure.com
http://www.mapmyfitness.com/profile/matthewlmcclure

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-06-04 17:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-04 13:39 Can `git blame` show the date that each line was merged? Matt McClure
2013-06-04 15:56 ` Jeff King
2013-06-04 17:26   ` Matt McClure
2013-06-04 17:28   ` Junio C Hamano
2013-06-04 17:44     ` Jeff King

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