Where does our astyle lib come from?

Nicolás Alvarez nicolas.alvarez at gmail.com
Sun Nov 21 21:12:15 UTC 2010


On 12/11/2010, Nicolas Alvarez <nicolas.alvarez at gmail.com> wrote:
> El 12/11/2010, a las 18:07, Milian Wolff escribió:
>> I wonder where kdevelop/formatters/lib comes from? Is this simply
>> an (old?)
>> checkout from Astyle?
>>
>> Git log on this folder only shows:
>>
>> commit 95fff2587178a3235c5a222c9c2d66d6e5d1baa8
>> Author: Andreas Pakulat <apaku at gmx.de>
>> Date:   Sun Feb 15 23:47:18 2009 +0000
>>
>>     Move plugins around, ordering them into a handful of groups, as
>> dicussed
>> on the list.
>>     Rename src->app
>>     Adjust Messages.sh
>>
>> Not helpful at all...
>
> I can't figure out why git isn't properly tracking moves here.
>
> I followed moves manually and got this log

Turns out "git log" only follows moves/renames if you give it a file
(not a directory) and use --follow; for example: git log --follow
astyle_formatter.cpp

-- 
Nicolas




More information about the KDevelop-devel mailing list