Ian We say "include #xxxx in your commit message to update the corresponding trac ticket". But (see #5315, for example)
* There used to be a live clickable link to the commit; that no longer appears. Could the link be restored? * It would be v helpful to use --stat to the "git show" invocation, so that you get a summary of the changed files (see below for #5315) Thanks Simon simonpj@cam-04-unx:~/code/HEAD-1$ git show ce8c84a76d0a19ff56d4c4e58744776fda2044bd --stat commit ce8c84a76d0a19ff56d4c4e58744776fda2044bd Author: Simon Peyton Jones <[email protected]> Date: Fri Jul 15 11:49:38 2011 +0100 Use varToCoreExpr rather than Var (fixes #5315) A coercion variable in a term must be wrapped in a coercion! (Led to lint errors.) compiler/basicTypes/MkId.lhs | 2 +- compiler/stranal/WwLib.lhs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
_______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
