Re: [PATCH 0/4] update MyFirstContribution with current code base

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



JAYATHEERTH K <jayatheerthkulkarni2005@xxxxxxxxx> writes:

> git shortlog --no-merges --since=6.years -- Documentation/MyFirstContributi
> on.adoc

That would not work; due to mass rename, you'd need

  $ git shortlog --no-merges -- Documentation/MyFirstContribution.{adoc,txt}

or perhaps

  $ git log --no-merges --follow Documentation/MyFirstContribution.adoc |
    git shortlog

or something like that.





[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux