Is it possible to list unpushed tags without accessing remote?

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

Is it possible to list unpushed tags without accessing remote?

From: Kirill Likhodedov <hidden>
Date: 2016-06-15 23:01:45

Hi,

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 :)


Thanks a lot!
-- Kirill.

Re: Is it possible to list unpushed tags without accessing remote?

From: Shawn Pearce <hidden>
Date: 2016-06-15 23:01:45

On Thu, Jun 26, 2014 at 5:42 AM, Kirill Likhodedov
[off-list ref] 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.

You may be able to guess by looking at `git log --decorate upstream..`
and seeing which tags, if any show up.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help