Searched refs:branch_head (Results 1 – 2 of 2) sorted by relevance
1277 struct list_head *branch_head, in alloc_fake_root_bt() argument1295 list_add(&hem->list, branch_head); in alloc_fake_root_bt()1306 const struct list_head *branch_head) in setup_middle_bt() argument1318 list_for_each_entry_safe(hem, temp_hem, branch_head, list) { in setup_middle_bt()
740 branch_head=`git rev-parse HEAD`741 if [ "${force_srcrev}" != "${branch_head}" ]; then