-
- Downloads
Merge branch 'bw/ref-prefix-for-configured-refspec'
"git fetch $there $refspec" that talks over protocol v2 can take advantage of server-side ref filtering; the code has been extended so that this mechanism triggers also when fetching with configured refspec. * bw/ref-prefix-for-configured-refspec: (38 commits) fetch: generate ref-prefixes when using a configured refspec refspec: consolidate ref-prefix generation logic submodule: convert push_unpushed_submodules to take a struct refspec remote: convert check_push_refs to take a struct refspec remote: convert match_push_refs to take a struct refspec http-push: store refspecs in a struct refspec transport: remove transport_verify_remote_names send-pack: store refspecs in a struct refspec transport: convert transport_push to take a struct refspec push: convert to use struct refspec push: check for errors earlier remote: convert match_explicit_refs to take a struct refspec remote: convert get_ref_match to take a struct refspec remote: convert query_refspecs to take a struct refspec remote: convert apply_refspecs to take a struct refspec remote: convert get_stale_heads to take a struct refspec fetch: convert prune_refs to take a struct refspec fetch: convert get_ref_map to take a struct refspec fetch: convert do_fetch to take a struct refspec refspec: remove the deprecated functions ...
No related branches found
No related tags found
Showing
- Makefile 1 addition, 0 deletionsMakefile
- branch.c 4 additions, 3 deletionsbranch.c
- builtin/clone.c 6 additions, 7 deletionsbuiltin/clone.c
- builtin/fast-export.c 8 additions, 14 deletionsbuiltin/fast-export.c
- builtin/fetch.c 61 additions, 78 deletionsbuiltin/fetch.c
- builtin/merge.c 1 addition, 0 deletionsbuiltin/merge.c
- builtin/pull.c 5 additions, 4 deletionsbuiltin/pull.c
- builtin/push.c 34 additions, 46 deletionsbuiltin/push.c
- builtin/remote.c 18 additions, 19 deletionsbuiltin/remote.c
- builtin/send-pack.c 6 additions, 18 deletionsbuiltin/send-pack.c
- builtin/submodule--helper.c 8 additions, 6 deletionsbuiltin/submodule--helper.c
- checkout.c 3 additions, 2 deletionscheckout.c
- http-push.c 8 additions, 10 deletionshttp-push.c
- refspec.c 223 additions, 0 deletionsrefspec.c
- refspec.h 48 additions, 0 deletionsrefspec.h
- remote.c 79 additions, 274 deletionsremote.c
- remote.h 11 additions, 39 deletionsremote.h
- submodule.c 9 additions, 10 deletionssubmodule.c
- submodule.h 2 additions, 1 deletionsubmodule.h
- t/t5702-protocol-v2.sh 14 additions, 0 deletionst/t5702-protocol-v2.sh
refspec.c
0 → 100644
refspec.h
0 → 100644
This diff is collapsed.
Please register or sign in to comment