Shawn Pearce <spea...@spearce.org> writes:

> On Thu, Jun 26, 2014 at 5:42 AM, Kirill Likhodedov
> <kirill.likhode...@jetbrains.com> wrote:
>> is it possible to know which tags are not yet pushed to a remote via a 
>> completely local command?
>>
>> (e.g. the list of unpushed _commits_ may be received by ‘git log 
>> <upstream>..’)
>>
>> I know it is possible to execute 'git ls-remote’ or 'git push --dry-run’, 
>> but both ask the remote server.
>> I’m almost sure that the answer is “NO”, but want to receive a confirmation 
>> from Git gurus :)
>
> No. The client doesn't track what tags the remote has.

Not by default, but it is easy to configure your clone to fetch tags to
a separate namespace.

Andreas.

-- 
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to