- **status**: in-progress --> closed - **Comment**: Nice work.
--- ** [tickets:#7949] Better listing of files changed in a certain commit** **Status:** closed **Milestone:** unreleased **Labels:** ux **Created:** Tue Aug 04, 2015 10:10 PM UTC by Dave Brondsema **Last Updated:** Wed Apr 06, 2016 08:20 PM UTC **Owner:** Pranav Sharma Followup to [#7925] sort of - at least things noticed from there. Would be nice to show copies and renames a little differently. Not sure how though. On a commit view for git, every parent directly is always listed as a change. This is due to `-t` in the `git.diff_tree` call. We should be able to replace this with `-r` (with some confirmation that `added_paths()` still works right) Commit views should list all files in alphabetical order, rather than grouped by add/remove/etc. Make sure paginating through it works correctly still too. --- Sent from forge-allura.apache.org because [email protected] is subscribed to https://forge-allura.apache.org/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
