Home
last modified time | relevance | path

Searched refs:state_commit (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/device-tree/scripts/
H A Dgit-filter-branch296 state_commit=$(git rev-parse --no-flags --revs-only "$state_branch")
297 if test -n "$state_commit"
299 echo "Populating map from $state_branch ($state_commit)" 1>&2
308 close(MAP) or die;' "$state_commit" "filter_${prefix}.map" \
655 if test -n "$state_commit"
657 state_commit=$(echo "Sync" | git commit-tree "$state_tree" -p "$state_commit")
659 state_commit=$(echo "Sync" | git commit-tree "$state_tree" )
661 git update-ref "$state_branch" "$state_commit"