Home
last modified time | relevance | path

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

/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dstash.c539 struct child_process cp_reflog = CHILD_PROCESS_INIT; in do_drop_stash() local
547 cp_reflog.git_cmd = 1; in do_drop_stash()
548 argv_array_pushl(&cp_reflog.args, "reflog", "delete", "--updateref", in do_drop_stash()
550 argv_array_push(&cp_reflog.args, info->revision.buf); in do_drop_stash()
551 ret = run_command(&cp_reflog); in do_drop_stash()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dstash.c637 struct child_process cp_reflog = CHILD_PROCESS_INIT; in do_drop_stash() local
644 cp_reflog.git_cmd = 1; in do_drop_stash()
645 strvec_pushl(&cp_reflog.args, "reflog", "delete", "--updateref", in do_drop_stash()
647 strvec_push(&cp_reflog.args, info->revision.buf); in do_drop_stash()
648 ret = run_command(&cp_reflog); in do_drop_stash()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dstash.c637 struct child_process cp_reflog = CHILD_PROCESS_INIT; in do_drop_stash() local
644 cp_reflog.git_cmd = 1; in do_drop_stash()
645 strvec_pushl(&cp_reflog.args, "reflog", "delete", "--updateref", in do_drop_stash()
647 strvec_push(&cp_reflog.args, info->revision.buf); in do_drop_stash()
648 ret = run_command(&cp_reflog); in do_drop_stash()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dstash.c637 struct child_process cp_reflog = CHILD_PROCESS_INIT; in do_drop_stash() local
644 cp_reflog.git_cmd = 1; in do_drop_stash()
645 strvec_pushl(&cp_reflog.args, "reflog", "delete", "--updateref", in do_drop_stash()
647 strvec_push(&cp_reflog.args, info->revision.buf); in do_drop_stash()
648 ret = run_command(&cp_reflog); in do_drop_stash()
/dports/devel/git/git-2.34.1/builtin/
H A Dstash.c637 struct child_process cp_reflog = CHILD_PROCESS_INIT; in do_drop_stash() local
644 cp_reflog.git_cmd = 1; in do_drop_stash()
645 strvec_pushl(&cp_reflog.args, "reflog", "delete", "--updateref", in do_drop_stash()
647 strvec_push(&cp_reflog.args, info->revision.buf); in do_drop_stash()
648 ret = run_command(&cp_reflog); in do_drop_stash()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dstash.c637 struct child_process cp_reflog = CHILD_PROCESS_INIT; in do_drop_stash() local
644 cp_reflog.git_cmd = 1; in do_drop_stash()
645 strvec_pushl(&cp_reflog.args, "reflog", "delete", "--updateref", in do_drop_stash()
647 strvec_push(&cp_reflog.args, info->revision.buf); in do_drop_stash()
648 ret = run_command(&cp_reflog); in do_drop_stash()