Home
last modified time | relevance | path

Searched refs:transport_ls_refs_options (Results 1 – 25 of 45) sorted by relevance

12

/dports/devel/git-gui/git-2.34.1/
H A Dtransport-internal.h7 struct transport_ls_refs_options;
27 struct transport_ls_refs_options *transport_options);
H A Dtransport.h246 struct transport_ls_refs_options { struct
273 struct transport_ls_refs_options *transport_options); argument
H A Dremote.h9 struct transport_ls_refs_options;
201 struct transport_ls_refs_options *transport_options,
/dports/devel/git-svn/git-2.34.1/
H A Dtransport-internal.h7 struct transport_ls_refs_options;
27 struct transport_ls_refs_options *transport_options);
H A Dtransport.h246 struct transport_ls_refs_options { struct
273 struct transport_ls_refs_options *transport_options); argument
H A Dremote.h9 struct transport_ls_refs_options;
201 struct transport_ls_refs_options *transport_options,
/dports/devel/git-p4/git-2.34.1/
H A Dtransport-internal.h7 struct transport_ls_refs_options;
27 struct transport_ls_refs_options *transport_options);
H A Dtransport.h246 struct transport_ls_refs_options { struct
273 struct transport_ls_refs_options *transport_options); argument
H A Dremote.h9 struct transport_ls_refs_options;
201 struct transport_ls_refs_options *transport_options,
/dports/devel/git/git-2.34.1/
H A Dtransport-internal.h7 struct transport_ls_refs_options;
27 struct transport_ls_refs_options *transport_options);
H A Dtransport.h246 struct transport_ls_refs_options { struct
273 struct transport_ls_refs_options *transport_options); argument
H A Dremote.h9 struct transport_ls_refs_options;
201 struct transport_ls_refs_options *transport_options,
/dports/devel/git-cvs/git-2.34.1/
H A Dtransport-internal.h7 struct transport_ls_refs_options;
27 struct transport_ls_refs_options *transport_options);
H A Dtransport.h246 struct transport_ls_refs_options { struct
273 struct transport_ls_refs_options *transport_options); argument
H A Dremote.h9 struct transport_ls_refs_options;
201 struct transport_ls_refs_options *transport_options,
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dclone.c875 struct transport_ls_refs_options transport_ls_refs_options = in correct_untracked_entries()
1175 strvec_push(&transport_ls_refs_options.ref_prefixes, "HEAD"); in correct_untracked_entries()
1177 &transport_ls_refs_options.ref_prefixes); in correct_untracked_entries()
1179 expand_ref_prefix(&transport_ls_refs_options.ref_prefixes, in correct_untracked_entries()
1182 strvec_push(&transport_ls_refs_options.ref_prefixes, in correct_untracked_entries()
1249 if (transport_ls_refs_options.unborn_head_target && in correct_untracked_entries()
1250 skip_prefix(transport_ls_refs_options.unborn_head_target, in correct_untracked_entries()
1252 ref = transport_ls_refs_options.unborn_head_target; in correct_untracked_entries()
1253 transport_ls_refs_options.unborn_head_target = NULL; in correct_untracked_entries()
1315 strvec_clear(&transport_ls_refs_options.ref_prefixes); in correct_untracked_entries()
[all …]
H A Dfetch.c1533 struct transport_ls_refs_options transport_ls_refs_options =
1554 refspec_ref_prefixes(rs, &transport_ls_refs_options.ref_prefixes);
1569 &transport_ls_refs_options.ref_prefixes);
1573 if (transport_ls_refs_options.ref_prefixes.nr)
1574 strvec_push(&transport_ls_refs_options.ref_prefixes,
1581 &transport_ls_refs_options);
1586 strvec_clear(&transport_ls_refs_options.ref_prefixes);
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dclone.c875 struct transport_ls_refs_options transport_ls_refs_options = in cmd_clone() local
1175 strvec_push(&transport_ls_refs_options.ref_prefixes, "HEAD"); in cmd_clone()
1177 &transport_ls_refs_options.ref_prefixes); in cmd_clone()
1179 expand_ref_prefix(&transport_ls_refs_options.ref_prefixes, in cmd_clone()
1182 strvec_push(&transport_ls_refs_options.ref_prefixes, in cmd_clone()
1249 if (transport_ls_refs_options.unborn_head_target && in cmd_clone()
1250 skip_prefix(transport_ls_refs_options.unborn_head_target, in cmd_clone()
1252 ref = transport_ls_refs_options.unborn_head_target; in cmd_clone()
1253 transport_ls_refs_options.unborn_head_target = NULL; in cmd_clone()
1315 strvec_clear(&transport_ls_refs_options.ref_prefixes); in cmd_clone()
[all …]
H A Dfetch.c1533 struct transport_ls_refs_options transport_ls_refs_options = in do_fetch() local
1554 refspec_ref_prefixes(rs, &transport_ls_refs_options.ref_prefixes); in do_fetch()
1569 &transport_ls_refs_options.ref_prefixes); in do_fetch()
1573 if (transport_ls_refs_options.ref_prefixes.nr) in do_fetch()
1574 strvec_push(&transport_ls_refs_options.ref_prefixes, in do_fetch()
1581 &transport_ls_refs_options); in do_fetch()
1586 strvec_clear(&transport_ls_refs_options.ref_prefixes); in do_fetch()
/dports/devel/git/git-2.34.1/builtin/
H A Dclone.c875 struct transport_ls_refs_options transport_ls_refs_options = in cmd_clone() local
1175 strvec_push(&transport_ls_refs_options.ref_prefixes, "HEAD"); in cmd_clone()
1177 &transport_ls_refs_options.ref_prefixes); in cmd_clone()
1179 expand_ref_prefix(&transport_ls_refs_options.ref_prefixes, in cmd_clone()
1182 strvec_push(&transport_ls_refs_options.ref_prefixes, in cmd_clone()
1249 if (transport_ls_refs_options.unborn_head_target && in cmd_clone()
1250 skip_prefix(transport_ls_refs_options.unborn_head_target, in cmd_clone()
1252 ref = transport_ls_refs_options.unborn_head_target; in cmd_clone()
1253 transport_ls_refs_options.unborn_head_target = NULL; in cmd_clone()
1315 strvec_clear(&transport_ls_refs_options.ref_prefixes); in cmd_clone()
[all …]
H A Dfetch.c1533 struct transport_ls_refs_options transport_ls_refs_options = in do_fetch() local
1554 refspec_ref_prefixes(rs, &transport_ls_refs_options.ref_prefixes); in do_fetch()
1569 &transport_ls_refs_options.ref_prefixes); in do_fetch()
1573 if (transport_ls_refs_options.ref_prefixes.nr) in do_fetch()
1574 strvec_push(&transport_ls_refs_options.ref_prefixes, in do_fetch()
1581 &transport_ls_refs_options); in do_fetch()
1586 strvec_clear(&transport_ls_refs_options.ref_prefixes); in do_fetch()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dclone.c875 struct transport_ls_refs_options transport_ls_refs_options = in cmd_clone() local
1175 strvec_push(&transport_ls_refs_options.ref_prefixes, "HEAD"); in cmd_clone()
1177 &transport_ls_refs_options.ref_prefixes); in cmd_clone()
1179 expand_ref_prefix(&transport_ls_refs_options.ref_prefixes, in cmd_clone()
1182 strvec_push(&transport_ls_refs_options.ref_prefixes, in cmd_clone()
1249 if (transport_ls_refs_options.unborn_head_target && in cmd_clone()
1250 skip_prefix(transport_ls_refs_options.unborn_head_target, in cmd_clone()
1252 ref = transport_ls_refs_options.unborn_head_target; in cmd_clone()
1253 transport_ls_refs_options.unborn_head_target = NULL; in cmd_clone()
1315 strvec_clear(&transport_ls_refs_options.ref_prefixes); in cmd_clone()
[all …]
H A Dfetch.c1533 struct transport_ls_refs_options transport_ls_refs_options = in do_fetch() local
1554 refspec_ref_prefixes(rs, &transport_ls_refs_options.ref_prefixes); in do_fetch()
1569 &transport_ls_refs_options.ref_prefixes); in do_fetch()
1573 if (transport_ls_refs_options.ref_prefixes.nr) in do_fetch()
1574 strvec_push(&transport_ls_refs_options.ref_prefixes, in do_fetch()
1581 &transport_ls_refs_options); in do_fetch()
1586 strvec_clear(&transport_ls_refs_options.ref_prefixes); in do_fetch()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dclone.c875 struct transport_ls_refs_options transport_ls_refs_options = in cmd_clone() local
1175 strvec_push(&transport_ls_refs_options.ref_prefixes, "HEAD"); in cmd_clone()
1177 &transport_ls_refs_options.ref_prefixes); in cmd_clone()
1179 expand_ref_prefix(&transport_ls_refs_options.ref_prefixes, in cmd_clone()
1182 strvec_push(&transport_ls_refs_options.ref_prefixes, in cmd_clone()
1249 if (transport_ls_refs_options.unborn_head_target && in cmd_clone()
1250 skip_prefix(transport_ls_refs_options.unborn_head_target, in cmd_clone()
1252 ref = transport_ls_refs_options.unborn_head_target; in cmd_clone()
1253 transport_ls_refs_options.unborn_head_target = NULL; in cmd_clone()
1315 strvec_clear(&transport_ls_refs_options.ref_prefixes); in cmd_clone()
[all …]
H A Dfetch.c1533 struct transport_ls_refs_options transport_ls_refs_options = in do_fetch() local
1554 refspec_ref_prefixes(rs, &transport_ls_refs_options.ref_prefixes); in do_fetch()
1569 &transport_ls_refs_options.ref_prefixes); in do_fetch()
1573 if (transport_ls_refs_options.ref_prefixes.nr) in do_fetch()
1574 strvec_push(&transport_ls_refs_options.ref_prefixes, in do_fetch()
1581 &transport_ls_refs_options); in do_fetch()
1586 strvec_clear(&transport_ls_refs_options.ref_prefixes); in do_fetch()

12