I wouldn't ignore it completely, but unless you are concerned about your volume/quality of commits, you really should have nothing to worry about.
Having some experience with ohloh.net, I've seen how some developers can look really good by committing hundreds of lines of new code vs someone who is maintaining code with a handful of line changes, and obviously we are talking apples and oranges here. Sure, they could have a metric for add vs update commits, but that all depends on who is assigned what, etc, etc. Had one developer who would sit on code for weeks or months at a time and do these MASSIVE commits, totally would throw off the "when you deploy metric".
Another issue with source control metrics is when you add SCM to an existing project way after development or deployment. I've had coworkers work on a section of code that was never version'd and they were responsible for getting it all added, and to someone not familiar with the life of the project, would think this developer had written all the 'initial commit' themselves when this was not the case (ok, it was my code, i admit it. lol)
Just make sure you Q/A your own work well and people don't have to clean up after you.