git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Gitk - Seeing just a specific remote ?
@ 2009-03-06  5:58 Aneesh Bhasin
  2009-03-06  8:04 ` Johannes Sixt
  0 siblings, 1 reply; 3+ messages in thread
From: Aneesh Bhasin @ 2009-03-06  5:58 UTC (permalink / raw)
  To: git

Hi All,

I have a git repository (say, new_develop) in which a remote
repository (say old_develop) is also there of some older work with the
associated remote branches. Is there a way to see all  the branches of
only this remote older_develop repository graphically in gitk -
something that shows me the same thing that doing a 'gitk --all' would
have shown had I done it from the older_develop repository itself ? If
I say 'gitk --all' (in new_develop) it shows me all the branches
(local as well as remote). Specifying 'gitk --remotes' also shows all
the remote branches (not just from the old_develop remote repo) ? Is
there some other way that I am missing ? I have seen the man page of
git-rev-list too but there doesn't sem to be a way to do it.

Regards,
Aneesh

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Gitk - Seeing just a specific remote ?
  2009-03-06  5:58 Gitk - Seeing just a specific remote ? Aneesh Bhasin
@ 2009-03-06  8:04 ` Johannes Sixt
  2009-03-08 13:01   ` Aneesh Bhasin
  0 siblings, 1 reply; 3+ messages in thread
From: Johannes Sixt @ 2009-03-06  8:04 UTC (permalink / raw)
  To: Aneesh Bhasin; +Cc: git

Aneesh Bhasin schrieb:
> I have a git repository (say, new_develop) in which a remote
> repository (say old_develop) is also there of some older work with the
> associated remote branches. Is there a way to see all  the branches of
> only this remote older_develop repository graphically in gitk -
> something that shows me the same thing that doing a 'gitk --all' would
> have shown had I done it from the older_develop repository itself ? If
> I say 'gitk --all' (in new_develop) it shows me all the branches
> (local as well as remote). Specifying 'gitk --remotes' also shows all
> the remote branches (not just from the old_develop remote repo) ? Is
> there some other way that I am missing ? I have seen the man page of
> git-rev-list too but there doesn't sem to be a way to do it.

gitk has an option, --argscmd, that you can use:

  gitk --argscmd="git for-each-ref --format='%(refname)'
refs/remotes/old_develop/*"

-- Hannes

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Gitk - Seeing just a specific remote ?
  2009-03-06  8:04 ` Johannes Sixt
@ 2009-03-08 13:01   ` Aneesh Bhasin
  0 siblings, 0 replies; 3+ messages in thread
From: Aneesh Bhasin @ 2009-03-08 13:01 UTC (permalink / raw)
  To: Johannes Sixt; +Cc: git

On Fri, Mar 6, 2009 at 1:34 PM, Johannes Sixt <j.sixt@viscovery.net> wrote:
> Aneesh Bhasin schrieb:
>> I have a git repository (say, new_develop) in which a remote
>> repository (say old_develop) is also there of some older work with the
>> associated remote branches. Is there a way to see all  the branches of
>> only this remote older_develop repository graphically in gitk -
>> something that shows me the same thing that doing a 'gitk --all' would
>> have shown had I done it from the older_develop repository itself ? If
>> I say 'gitk --all' (in new_develop) it shows me all the branches
>> (local as well as remote). Specifying 'gitk --remotes' also shows all
>> the remote branches (not just from the old_develop remote repo) ? Is
>> there some other way that I am missing ? I have seen the man page of
>> git-rev-list too but there doesn't sem to be a way to do it.
>
> gitk has an option, --argscmd, that you can use:
>
>  gitk --argscmd="git for-each-ref --format='%(refname)'
> refs/remotes/old_develop/*"
>

Thanks. That was exactly what I was looking for.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-03-08 13:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-06  5:58 Gitk - Seeing just a specific remote ? Aneesh Bhasin
2009-03-06  8:04 ` Johannes Sixt
2009-03-08 13:01   ` Aneesh Bhasin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).