Lines Matching refs:commit
14 Check commit log formatting.
18 e.g. To check only the last commit, ‘-n1’ or ‘-r@~..’ is used.
75 bad=$(for commit in $commits ; do
76 headline=$(git log --format='%s' -1 $commit)
77 files=$(git diff-tree --no-commit-id --name-only -r $commit)
138 bad=$(for commit in $commits ; do
139 firstbodyline=$(git log --format='%b' -1 $commit | head -n1)
153 bad=$(for commit in $commits; do
154 body=$(git log --format='%b' -1 $commit)
157 git log --format='\t%s' -1 $commit
163 bad=$(for commit in $commits; do
164 body=$(git log --format='%b' -1 $commit)
167 git log --format='\t%s' -1 $commit