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)
144 bad=$(for commit in $commits ; do
145 firstbodyline=$(git log --format='%b' -1 $commit | head -n1)
159 bad=$(for commit in $commits; do
160 body=$(git log --format='%b' -1 $commit)
163 git log --format='\t%s' -1 $commit
169 bad=$(for commit in $commits; do
170 body=$(git log --format='%b' -1 $commit)
173 git log --format='\t%s' -1 $commit