+committedon git code example
Example 1: git commit
git commit -a -m "The Commit message"
Example 2: get all changes on commit name
$ git diff-tree --no-commit-id --name-only -r bd61ad98
index.html
javascript/application.js
javascript/ie6.js
git commit -a -m "The Commit message"
$ git diff-tree --no-commit-id --name-only -r bd61ad98
index.html
javascript/application.js
javascript/ie6.js