refspec: move refspec parsing logic into its own file
authorBrandon Williams <bmwill@google.com>
Wed, 16 May 2018 22:57:48 +0000 (15:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 May 2018 21:19:41 +0000 (06:19 +0900)
commitec0cb49...553ac82f97205a415ca77618406b30e3
tree77a9fc4...ed6ea5e08d424faa2776d4c6a9e1e636copy hash to clipboard (tree)
parentccdcbd5...c4475c2238b310f7113ab3075b5abc9ccopy hash to clipboard (diff)
17 files changed:
Makefile
branch.c
builtin/clone.c
builtin/fast-export.c
builtin/fetch.c
builtin/merge.c
builtin/pull.c
builtin/push.c
builtin/remote.c
builtin/submodule--helper.c
checkout.c
refspec.c [new file with mode: 0644]
refspec.h [new file with mode: 0644]
remote.c
remote.h
transport-helper.c
transport.c