----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3385/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11376:5e927519161d --------------------------- style: Add a git pre-commit hook Add a git pre-commit hook that verifies that files that are about to be committed. Since git stages changes into an index and the index contains the changes that will be committed, the style checker only looks at the state of files in the index. Signed-off-by: Andreas Sandberg <[email protected]> Reviewed-by: Nikos Nikoleris <[email protected]> Reviewed-by: Curtis Dunham <[email protected]> Diffs ----- util/git-pre-commit.py PRE-CREATION Diff: http://reviews.gem5.org/r/3385/diff/ Testing ------- Thanks, Andreas Sandberg _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
