$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [git]Re: Modular boost directory structure
From: Petr Machata (pmachata_at_[hidden])
Date: 2013-08-26 10:43:03
Bjørn Roald <bjorn_at_[hidden]> writes:
> As far as I know it does not mater much if you are using OS tools to
> move or rename files or you are using "git mv" command. Git will
> discover and track the change the same way - either way.
Yes--it will even sometimes be over-zealous and consider a bona-fide new
file be a copy with edits of another file. Often because the license
blurb at the top provides enough "similarity" between the two files.
PM