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
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to