Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
Dftfy.sh15 --amend Squashes the changes into the commit at HEAD
60 git commit --amend -F- << EOF
76 amend() { function
79 git commit -a --amend -F "$NEW_COMMIT_MSG"
147 --amend) apply "${FINAL_DIFF}"; amend;;
148 --msg-only) amend;;