]> git.ipfire.org Git - thirdparty/git.git/commit - remote.h
Have a constant extern refspec for "--tags"
authorDaniel Barkalow <barkalow@iabervon.org>
Thu, 17 Apr 2008 23:32:35 +0000 (19:32 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 May 2008 00:41:44 +0000 (17:41 -0700)
commite0aaa29ff324c40a6428d5cc26867392eedf94ad
treedcc53a8fdcdbb7b1ef493bd72f3197c72289683b
parentbef70b22ba63d71c1ae2e070e64ff9863ea1ad14
Have a constant extern refspec for "--tags"

The refspec refs/tags/*:refs/tags/* is sufficiently common and generic
to merit having a constant instead of generating it as needed.

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-fetch.c
remote.c
remote.h