On Fri, Dec 18, 2015 at 10:01 PM, Kurt Pfeifle <[email protected]>
wrote:

>
> On Fri, Dec 18, 2015 at 9:00 PM, <macports-users-request@lists.
> macosforge.org> wrote:
>
>> At the moment, you can only filter the Subversion commit log and look
>> for added Portfiles. With a little bit of quick hacking I came up with
>> this command, which prints the port directories added in the last two
>> weeks:
>>
>> svn log -v -r"{$(date -v-2w +'%Y-%m-%d')}":HEAD https://svn.macports.org/
>> repository/macports/trunk/dports \
>>     |grep -E '^\s{3}A.*Portfile
>> |awk -F/ '{print $5}'
>>
>> With some more processing you could also retrieve the commit message or
>> extract the port's description.
>>
>> Hope that helps,
>
>
> Yes, it does  :-)
>

Well, meanwhile it stopped working.

A short round of googling revealed that MacPorts switched from SVN to Git.

So what would the appropriate "git log" command look like if it was to
replace the above "svn log" one in order to give similar results?

Thanks a lot for helping me out.

Cheers,
Kurt

Reply via email to