Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/scripts/
H A Dgit-filter-branch125 state_branch=
202 state_branch="$OPTARG"
294 if test -n "$state_branch"
296 state_commit=$(git rev-parse --no-flags --revs-only "$state_branch")
299 echo "Populating map from $state_branch ($state_commit)" 1>&2
309 || die "Unable to load state from $state_branch:filter_${prefix}.map"
312 echo "Branch $state_branch does not exist. Will create" 1>&2
636 if test -n "$state_branch"
638 echo "Saving rewrite state to $state_branch" 1>&2
661 git update-ref "$state_branch" "$state_commit"