/dports/devel/git-lfs/git-lfs-3.0.2/t/ |
H A D | t-update.sh | 13 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 D | t-install.sh | 80 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 D | t2400-worktree-add.sh | 490 post_checkout_hook () { function
|
/dports/devel/git-p4/git-2.34.1/t/ |
H A D | t2400-worktree-add.sh | 507 post_checkout_hook () { function
|
/dports/devel/git-svn/git-2.34.1/t/ |
H A D | t2400-worktree-add.sh | 507 post_checkout_hook () { function
|
/dports/devel/git/git-2.34.1/t/ |
H A D | t2400-worktree-add.sh | 507 post_checkout_hook () { function
|
/dports/devel/git-gui/git-2.34.1/t/ |
H A D | t2400-worktree-add.sh | 507 post_checkout_hook () { function
|
/dports/devel/git-cvs/git-2.34.1/t/ |
H A D | t2400-worktree-add.sh | 507 post_checkout_hook () { function
|
/dports/devel/git-svn/git-2.34.1/builtin/ |
H A D | checkout.c | 106 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 D | checkout.c | 106 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 D | checkout.c | 106 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 D | checkout.c | 106 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 D | checkout.c | 106 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 D | checkout.c | 91 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()
|