lilypond-devel
[Top][All Lists]
Advanced

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

Re: RFC: stop doing "grand replace" updates to copyright years


From: Werner LEMBERG
Subject: Re: RFC: stop doing "grand replace" updates to copyright years
Date: Tue, 14 Feb 2023 05:47:09 +0000 (UTC)

>> If accepting this proposal just means no more grand-replace, I'm
>> fine with it, but it would seem a bit weird to keep "Copyright
>> 1995-2023" at the top of all files even in 2025.
> 
> it is weird, but so is doing the grand update.

Honestly, I don't see anything weird with doing `make grand-replace`.
Commits affecting these parts of files almost never interfere with
real changes, which means that neither `git bisect` nor `git blame`
are essentially affected.  Admittedly, `git log` produces a lot of
output, but it is possible to filter out relevant commits with

```
git log -i --grep="grand.*replace" --invert-grep
```

In total, we have exactly 45 such commits out of more than 32000
commits done over the last 27 years.


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]