]> git.ipfire.org Git - thirdparty/git.git/commit - refs.c
refs: move submodule slash stripping code to get_submodule_ref_store
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Wed, 23 Aug 2017 12:36:54 +0000 (19:36 +0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Aug 2017 21:46:50 +0000 (14:46 -0700)
commit29babbeeb32fb4e8b892940e69207ec7de2e7a63
tree12d938da4bca4accae5424d9c01ec7cdfcee47ed
parent2c616c172d5ae052600006e942ff34136e7c534e
refs: move submodule slash stripping code to get_submodule_ref_store

This is a better place that will benefit all submodule callers instead
of just resolve_gitlink_ref()

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c