Home
last modified time | relevance | path

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

/dports/devel/git-lfs/git-lfs-3.0.2/t/
H A Dt-update.sh13 post_checkout_hook="#!/bin/sh
31 [ "$post_checkout_hook" = "$(cat .git/hooks/post-checkout)" ]
38 [ "$post_checkout_hook" = "$(cat .git/hooks/post-checkout)" ]
67 [ "$post_checkout_hook" = "$(cat .git/hooks/post-checkout)" ]
147 [ "$post_checkout_hook" = "$(cat .git/hooks/post-checkout)" ]
H A Dt-install.sh80 post_checkout_hook="#!/bin/sh
95 [ "$post_checkout_hook" = "$(cat .git/hooks/post-checkout)" ]
140 [ "$post_checkout_hook" = "$(cat .git/hooks/post-checkout)" ]
/dports/devel/cgit/cgit-1.2.3/git/t/
H A Dt2400-worktree-add.sh490 post_checkout_hook () { function
/dports/devel/git-p4/git-2.34.1/t/
H A Dt2400-worktree-add.sh507 post_checkout_hook () { function
/dports/devel/git-svn/git-2.34.1/t/
H A Dt2400-worktree-add.sh507 post_checkout_hook () { function
/dports/devel/git/git-2.34.1/t/
H A Dt2400-worktree-add.sh507 post_checkout_hook () { function
/dports/devel/git-gui/git-2.34.1/t/
H A Dt2400-worktree-add.sh507 post_checkout_hook () { function
/dports/devel/git-cvs/git-2.34.1/t/
H A Dt2400-worktree-add.sh507 post_checkout_hook () { function
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dcheckout.c106 static int post_checkout_hook(struct commit *old_commit, struct commit *new_commit,
604 errs |= post_checkout_hook(head, head, 0);
1115 ret = post_checkout_hook(old_branch_info.commit, new_branch_info->commit, 1);
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dcheckout.c106 static int post_checkout_hook(struct commit *old_commit, struct commit *new_commit, in post_checkout_hook() function
604 errs |= post_checkout_hook(head, head, 0); in checkout_paths()
1115 ret = post_checkout_hook(old_branch_info.commit, new_branch_info->commit, 1); in switch_branches()
/dports/devel/git/git-2.34.1/builtin/
H A Dcheckout.c106 static int post_checkout_hook(struct commit *old_commit, struct commit *new_commit, in post_checkout_hook() function
604 errs |= post_checkout_hook(head, head, 0); in checkout_paths()
1115 ret = post_checkout_hook(old_branch_info.commit, new_branch_info->commit, 1); in switch_branches()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dcheckout.c106 static int post_checkout_hook(struct commit *old_commit, struct commit *new_commit, in post_checkout_hook() function
604 errs |= post_checkout_hook(head, head, 0); in checkout_paths()
1115 ret = post_checkout_hook(old_branch_info.commit, new_branch_info->commit, 1); in switch_branches()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dcheckout.c106 static int post_checkout_hook(struct commit *old_commit, struct commit *new_commit, in post_checkout_hook() function
604 errs |= post_checkout_hook(head, head, 0); in checkout_paths()
1115 ret = post_checkout_hook(old_branch_info.commit, new_branch_info->commit, 1); in switch_branches()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dcheckout.c91 static int post_checkout_hook(struct commit *old_commit, struct commit *new_commit, in post_checkout_hook() function
555 errs |= post_checkout_hook(head, head, 0); in checkout_paths()
1073 ret = post_checkout_hook(old_branch_info.commit, new_branch_info->commit, 1); in switch_branches()