On 12/30/2014 09:55 PM, Junio C Hamano wrote: > Michael Haggerty <mhag...@alum.mit.edu> writes: > >> There is yet a third similar question: "What is the last commit that is >> currently on the master branch that was *authored* at least one year >> ago? Please note that this question is even subtler, because author >> timestamps are often out-of-order even on a single branch (whereas >> commit timestamps are usually in order). I don't know of a simple git >> command to answer this question. > > --author-date-order?
Does --author-date-order cause --before/--after/--since/--until to use author dates rather than commit dates? The documentation doesn't mention that effect. If not, then it doesn't help much. Michael -- Michael Haggerty mhag...@alum.mit.edu -- 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