Updated: `allura:cj/6821` Ugh. The behavior of `git log` with respect to merge commits appears to contradict the detailed explanation under [History Simplication](https://www.kernel.org/pub/software/scm/git/docs/git-log.html#_history_simplification) (specifically the bits about the default mode and `--dense`). Apparently, git will sometimes return a merge commit as having modified a given path, even though it doesn't list it as modified in the output from the `--name-only` option.
--- ** [tickets:#6821] Change hg browser to get "last commit" info from hg instead of mongo** **Status:** code-review **Labels:** performance indexless **Created:** Thu Oct 31, 2013 06:27 PM UTC by Cory Johns **Last Updated:** Mon Dec 16, 2013 10:47 PM UTC **Owner:** Cory Johns [#6686] changed git to pull last commit info directly from the SCM instead of mongo, and SVN already did the same. Now we just need to change the Mercurial browser to do the same. --- Sent from sourceforge.net because [email protected] is subscribed to https://sourceforge.net/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
