[git-users] Merging to a branch without checking it out

2010-03-20 Thread Ted
This is an attempt at a continuation of an earlier thread: http://groups.google.com/group/git-users/browse_thread/thread/74460270aaa2bfb2 I would have replied to that thread but I didn't see an option to, maybe because I'm a new member. I'm using git to keep track of various scripts and configura

[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

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

2010-08-24 Thread Ted
I don't seem to have one of those. I guess I could just use the contents of `.git/refs/heads`, but it would be better to use an API of some sort than to rely on git's internal file structure. Though that does seem to be git's API in some cases, so maybe it's okay? How to kn

[git-users] examples of `git filter-branch --index-filter`

2010-10-01 Thread Ted
is a fair bit slower. Thanks -Ted -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to git-us...@googlegroups.com. To unsubscribe from this group, send email to git-users+unsubscr...@googlegroup