prepare a statement for execution NAME PREPARE - prepare a statement for execution SYNOPSIS PREPA...prepare the current transaction for two-phase commit NAME PREPARE_TRANSACTION - prepare the curre...execute a prepared statement NAME EXECUTE - execute a prepared statement SYNOPSIS EXECUTE name [ ( paramete...deallocate a prepared statement NAME DEALLOCATE - deallocate a prepared statement SYNOPSIS DEALLOCATE [ PREPAR...commit a transaction that was earlier prepared for two-phase commit NAME COMMIT_PREPARED - commit a transaction that was earlier prepar...cancel a transaction that was earlier prepared for two-phase commit NAME ROLLBACK_PREPARED - cancel a transaction that was earlier prep...Prepare patches for e-mail submission NAME git-format-patch - Prepare patches for e-mail submissi......o object_path); SeatNew(s seat_id, o object_path); SeatRemoved(s seat_id, o object_path); PrepareForShutdown(b start); PrepareForShutdownWithMetadata(b start, a{sv} metadata); P…...<old-target>] LF symref-verify SP <ref> [SP <old-target>] LF option SP <opt> LF start LF prepare LF commit LF abort LF With --create-reflog , update-ref will create a reflog for…...at point, this hook will not be executed, but the pre-commit hook will, if it is enabled. prepare-commit-msg This hook is invoked by git-commit (1) right after preparing the def…...temporary. query A SELECT , TABLE , or VALUES command, or an EXECUTE command that runs a prepared SELECT , TABLE , or VALUES query. WITH [ NO ] DATA This clause specifies whethe…...t explains what functions are called and when: /etc/init.d/script start do_start do_start_prepare # no-op do_start_cmd # start-stop-daemon is called here do_start_cleanup # no-o…...brary ( libpthread , -lpthread ) SYNOPSIS #include <pthread.h> int pthread_atfork(void (* prepare )(void), void (* parent )(void), void (* child )(void)); DESCRIPTION The pthrea…..., and generate a generic plan that does not depend on the values of those parameters. See PREPARE for details about generic plans and the types of statement that support paramet…...will be made the new owner of the affected objects. NOTES REASSIGN OWNED is often used to prepare for the removal of one or more roles. Because REASSIGN OWNED does not affect ob…...nd on one of the affected objects. This is the default. NOTES DROP OWNED is often used to prepare for the removal of one or more roles. Because DROP OWNED only affects the objec…...mend Replace the tip of the current branch by creating a new commit. The recorded tree is prepared as usual (including the effect of the -i and -o options and explicit pathspec)…...is enabled for this subscription. The default is false. When two-phase commit is enabled, prepared transactions are sent to the subscriber at the time of PREPARE TRANSACTION , a…...ch names for the first line of the log message. For use with --log . --into-name <branch> Prepare the merge message as if merging to the branch <branch> , instead of the name of…A Git core tutorial for developers NAME gitcore-tutorial - A Git core tutorial for developers SYNOPSIS git * DESCRIPTION This tutorial explains how to use the "core" Git commands t…