RE: Fetch and -t

2013-02-12 Thread Olsen, Alan R
PM To: Olsen, Alan R Cc: git@vger.kernel.org Subject: Re: Fetch and -t "Olsen, Alan R" writes: > I have found that if I add a remote and do a "git fetch -t -f > remote_name" that it *only* pulls tags. > > Reading the man page it seems like it should pull all the

Re: Fetch and -t

2013-02-11 Thread Junio C Hamano
"Olsen, Alan R" writes: > I have found that if I add a remote and do a "git fetch -t -f > remote_name" that it *only* pulls tags. > > Reading the man page it seems like it should pull all the remotes > and all the tags and the commits only reachable by tags. This is what appears in the documenta

Fetch and -t

2013-02-11 Thread Olsen, Alan R
I have found that if I add a remote and do a "git fetch -t -f remote_name" that it *only* pulls tags. Reading the man page it seems like it should pull all the remotes and all the tags and the commits only reachable by tags. Am I misreading this or it supposed to work this way. I don't mind do