Re: [git-users] getting a list of branches

2010-08-24 Thread David Aguilar
On Aug 24, 2010, at 11:24 AM, Ted wrote: Is there some way to specifically get a list of branches, without the annotation that `git branch` normally adds? I'd like to write a script that loops over branches, but it shouldn't be dependent on the presentation format. $ git for-each-ref refs/he

Re: [git-users] getting a list of branches

2010-08-24 Thread Rick DeNatale
On Tue, Aug 24, 2010 at 2:24 PM, Ted wrote: > Is there some way to specifically get a list of branches, without the > annotation that `git branch` normally adds?  I'd like to write a > script that loops over branches, but it shouldn't be dependent on the > presentation format. ls -1 .git/refs/hea

[git-users] getting a list of branches

2010-08-24 Thread Ted
Is there some way to specifically get a list of branches, without the annotation that `git branch` normally adds? I'd like to write a script that loops over branches, but it shouldn't be dependent on the presentation format. -- You received this message because you are subscribed to the Google G