If we decide to address this by doing a new fork operation, this would be a 
perfect window for switching the name from Master to Main, to follow current 
git practice.

--
   /_  Joe Kesselman (he/him/his)
-/ _) My Alexa skill for New Music/New Sounds fans:
   /   https://www.amazon.com/dp/B09WJ3H657/

() Plaintext Ribbon Campaign
/\ Stamp out HTML mail!
________________________________
From: Vladimir Sitnikov <sitnikov.vladi...@gmail.com>
Sent: Friday, June 16, 2023 12:22:27 PM
To: dev@xalan.apache.org <dev@xalan.apache.org>
Subject: Re: Source code history lost in "clearing all contents" + "updating 
master branch, to have same contents as..." commits

Gary, I provided the link in the original email:

https://github.com/apache/xalan-java/blame/master/src/org/apache/xalan/xsltc/compiler/DocumentCall.java

compare it with a much better one (pay attention to commit ids to the left of 
the line numbers):

https://github.com/apache/xalan-java/blame/xalan-j_2_7_1_maint/src/org/apache/xalan/xsltc/compiler/DocumentCall.java

You can try the same locally:
git blame src/org/apache/xalan/xsltc/compiler/DocumentCall.java

In master branch the command prints "356ce496f (Mukul Gandhi 2023-04-14" for 
every line of the file.

Vladimir

Reply via email to