Home
last modified time | relevance | path

Searched refs:receivepack (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dsend-pack.c142 const char *receivepack = "git-receive-pack"; in cmd_send_pack() local
161 OPT_STRING(0, "receive-pack", &receivepack, "receive-pack", N_("receive pack program")), in cmd_send_pack()
162 OPT_STRING(0, "exec", &receivepack, "receive-pack", N_("receive pack program")), in cmd_send_pack()
247 conn = git_connect(fd, dest, receivepack, in cmd_send_pack()
H A Dpush.c52 static const char *receivepack; variable
347 if (receivepack) in push_with_options()
349 TRANS_OPT_RECEIVEPACK, receivepack); in push_with_options()
559 OPT_STRING( 0 , "receive-pack", &receivepack, "receive-pack", N_("receive pack program")), in cmd_push()
560 OPT_STRING( 0 , "exec", &receivepack, "receive-pack", N_("receive pack program")), in cmd_push()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dsend-pack.c170 const char *receivepack = "git-receive-pack"; in cmd_send_pack() local
190 OPT_STRING(0, "receive-pack", &receivepack, "receive-pack", N_("receive pack program")), in cmd_send_pack()
191 OPT_STRING(0, "exec", &receivepack, "receive-pack", N_("receive pack program")), in cmd_send_pack()
277 conn = git_connect(fd, dest, receivepack, in cmd_send_pack()
H A Dpush.c52 static const char *receivepack; variable
342 if (receivepack) in push_with_options()
344 TRANS_OPT_RECEIVEPACK, receivepack); in push_with_options()
562 OPT_STRING( 0 , "receive-pack", &receivepack, "receive-pack", N_("receive pack program")), in cmd_push()
563 OPT_STRING( 0 , "exec", &receivepack, "receive-pack", N_("receive pack program")), in cmd_push()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dsend-pack.c170 const char *receivepack = "git-receive-pack"; in cmd_send_pack() local
190 OPT_STRING(0, "receive-pack", &receivepack, "receive-pack", N_("receive pack program")), in cmd_send_pack()
191 OPT_STRING(0, "exec", &receivepack, "receive-pack", N_("receive pack program")), in cmd_send_pack()
277 conn = git_connect(fd, dest, receivepack, in cmd_send_pack()
H A Dpush.c52 static const char *receivepack; variable
342 if (receivepack) in push_with_options()
344 TRANS_OPT_RECEIVEPACK, receivepack); in push_with_options()
562 OPT_STRING( 0 , "receive-pack", &receivepack, "receive-pack", N_("receive pack program")), in cmd_push()
563 OPT_STRING( 0 , "exec", &receivepack, "receive-pack", N_("receive pack program")), in cmd_push()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dsend-pack.c170 const char *receivepack = "git-receive-pack"; in cmd_send_pack() local
190 OPT_STRING(0, "receive-pack", &receivepack, "receive-pack", N_("receive pack program")), in cmd_send_pack()
191 OPT_STRING(0, "exec", &receivepack, "receive-pack", N_("receive pack program")), in cmd_send_pack()
277 conn = git_connect(fd, dest, receivepack, in cmd_send_pack()
H A Dpush.c52 static const char *receivepack; variable
342 if (receivepack) in push_with_options()
344 TRANS_OPT_RECEIVEPACK, receivepack); in push_with_options()
562 OPT_STRING( 0 , "receive-pack", &receivepack, "receive-pack", N_("receive pack program")), in cmd_push()
563 OPT_STRING( 0 , "exec", &receivepack, "receive-pack", N_("receive pack program")), in cmd_push()
/dports/devel/git/git-2.34.1/builtin/
H A Dsend-pack.c170 const char *receivepack = "git-receive-pack"; in cmd_send_pack() local
190 OPT_STRING(0, "receive-pack", &receivepack, "receive-pack", N_("receive pack program")), in cmd_send_pack()
191 OPT_STRING(0, "exec", &receivepack, "receive-pack", N_("receive pack program")), in cmd_send_pack()
277 conn = git_connect(fd, dest, receivepack, in cmd_send_pack()
H A Dpush.c52 static const char *receivepack; variable
342 if (receivepack) in push_with_options()
344 TRANS_OPT_RECEIVEPACK, receivepack); in push_with_options()
562 OPT_STRING( 0 , "receive-pack", &receivepack, "receive-pack", N_("receive pack program")), in cmd_push()
563 OPT_STRING( 0 , "exec", &receivepack, "receive-pack", N_("receive pack program")), in cmd_push()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dsend-pack.c170 const char *receivepack = "git-receive-pack"; in cmd_send_pack() local
190 OPT_STRING(0, "receive-pack", &receivepack, "receive-pack", N_("receive pack program")), in cmd_send_pack()
191 OPT_STRING(0, "exec", &receivepack, "receive-pack", N_("receive pack program")), in cmd_send_pack()
277 conn = git_connect(fd, dest, receivepack, in cmd_send_pack()
H A Dpush.c52 static const char *receivepack; variable
342 if (receivepack) in push_with_options()
344 TRANS_OPT_RECEIVEPACK, receivepack); in push_with_options()
562 OPT_STRING( 0 , "receive-pack", &receivepack, "receive-pack", N_("receive pack program")), in cmd_push()
563 OPT_STRING( 0 , "exec", &receivepack, "receive-pack", N_("receive pack program")), in cmd_push()
/dports/devel/git-svn/git-2.34.1/t/
H A Dt5549-fetch-push-http.sh29 test_config -C "$SERVER" http.receivepack true &&
H A Dt5545-push-options.sh245 git -C upstream config http.receivepack true &&
/dports/devel/git-p4/git-2.34.1/t/
H A Dt5549-fetch-push-http.sh29 test_config -C "$SERVER" http.receivepack true &&
H A Dt5545-push-options.sh245 git -C upstream config http.receivepack true &&
/dports/devel/git-gui/git-2.34.1/t/
H A Dt5549-fetch-push-http.sh29 test_config -C "$SERVER" http.receivepack true &&
H A Dt5545-push-options.sh245 git -C upstream config http.receivepack true &&
/dports/devel/git/git-2.34.1/t/
H A Dt5549-fetch-push-http.sh29 test_config -C "$SERVER" http.receivepack true &&
/dports/devel/git-cvs/git-2.34.1/t/
H A Dt5549-fetch-push-http.sh29 test_config -C "$SERVER" http.receivepack true &&
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/internal/command/receivepack/
H A Dreceivepack.go1 package receivepack package
H A Dgitalycall.go1 package receivepack package
H A Dreceivepack_test.go1 package receivepack package
H A Dgitalycall_test.go1 package receivepack package
/dports/devel/cgit/cgit-1.2.3/git/
H A Dtransport.c193 opts->receivepack = value; in set_git_option()
255 for_push ? data->options.receivepack : in connect_setup()
986 ret->smart_options->receivepack = "git-receive-pack"; in transport_get()
987 if (remote->receivepack) in transport_get()
988 ret->smart_options->receivepack = remote->receivepack; in transport_get()

1234567