stanio commented on PR #14: URL: https://github.com/apache/xalan-java/pull/14#issuecomment-1764825133
I've updated this PR with the current `master` changes: > _Note,_ this PR should not be merged from Github's web UI. Fetch `xalanj-2671-restore-history` from my fork, then: > > ``` > git remote add stanio https://github.com/stanio/xalan-java.git > git fetch --all > git checkout master > git pull > git merge --ff-only stanio/xalanj-2671-restore-history > git push > ``` One may try all but the last command. Before pushing verify, for example: ``` $ git blame src/org/apache/xalan/xsltc/compiler/DocumentCall.java 02ac9a317b (Scott Boag 2001-04-17 18:52:52 +0000 1) /* ef62e073fa (Brian James Minchau 2006-10-28 07:03:30 +0000 2) * Licensed to the Apache Software Foundation (ASF) under one ... ``` There should be different authors listed and not just Mukul Gandhi as currently: - [DocumentCall.java](https://github.com/apache/xalan-java/blame/92781cb4c/src/org/apache/xalan/xsltc/compiler/DocumentCall.java) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org For additional commands, e-mail: dev-h...@xalan.apache.org