#!/bin/sh test_description='Test commit notes organized in subtrees' . ./test-lib.sh number_of_commits=100 start_note_commit () { test_tick && cat < $GIT_COMMITTER_DATE data < output && i=$number_of_commits && while [ $i -gt 0 ]; do echo " commit #$i" && echo " note for commit #$i" && i=$(($i-1)); done > expect && test_cmp expect output } test_expect_success "setup: create $number_of_commits commits" ' ( nr=0 && while [ $nr -lt $number_of_commits ]; do nr=$(($nr+1)) && test_tick && cat < $GIT_COMMITTER_DATE data < $GIT_COMMITTER_DATE data <