vlsi commented on PR #105:
URL: https://github.com/apache/xalan-java/pull/105#issuecomment-1768433713

   > unless the PR is incomprehensible without it.
   
   It is very hard to review in both GitHub UI (it is very cluttered), and the 
desktop tools (e.g. gitk, IDEA git, and so on). Many tools attempt to display 
full diff for the commit, which makes the diff almost impossible to follow.
   
   > if you can provide an easy and reliable way to do it
   
   1. Squash the changes locally
   2. Amend the commit by excluding modified, added, and deleted files: keep 
only renames there. For instance, launch "git gui", click amend, and "un-add" 
all files except the moved ones
   3. Commit renames under "chore: move files according to Maven conventions"
   4. Re-add the modified files
   5. Commit them again
   
   It should not take more than 15 minutes, the outcome would be byte-by-byte 
the same, and the change will split into two commits.
   


-- 
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

Reply via email to