]> git.ipfire.org Git - thirdparty/git.git/commit
fast-export: add new --refspec option
authorFelipe Contreras <felipe.contreras@gmail.com>
Sun, 20 Apr 2014 18:59:24 +0000 (13:59 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Apr 2014 18:47:33 +0000 (11:47 -0700)
commit03e9010c66adfe5e1693eae039e6754d925b7bf4
tree97d66d0654b6863a18f13d3f09e19a9dd9cedcb5
parent8b2f86a76146ebbd4ac4f9c2182b3f7bda4492ff
fast-export: add new --refspec option

So that we can convert the exported ref names.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fast-export.txt
builtin/fast-export.c
t/t9350-fast-export.sh