Re: [git-users] Re: Efficient project architecture with git

2012-01-13 Thread Phlip
that test each customization - the differences extracted to metadata, NOT to git branches - anything more than 2 clients need migrates to the core. Put another way, git is not a replacement for metadata configurations that turn features on and off. --   Phlip   http://c2.com/cgi/wiki?ZeekLand

[git-users] Re: git tag -l - where are the associated

2011-08-23 Thread Phlip
| grep de049647a1ea285ce7791dc4ebf01ddfc564ddad --  Phlip  http://c2.com/cgi/wiki?ZeekLand -- 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-users@googlegroups.com. To unsubscribe from this group

[git-users] git tag -l - where are the associated

2011-08-13 Thread Phlip
notebook?) If I say git tag -l, I only get the names. Big whoop. Where are the matching hash tags? Apologies for the newbescent questions, but when I google I get a thousand false hits due to the generic terms involved. -- Phlip http://bit.ly/ZeekLand -- You received this message because you

Re: [git-users] Re: git tag -l - where are the associated

2011-08-13 Thread Phlip
tx guy- - got a list of tags? $ git tag -l -moar TagOne 9a03e83hashhashhash TagTwo 9b03e83hashhashhash TagThree 8ea330ahashhashhash ? Just curious... --   Phlip   http://c2.com/cgi/wiki?ZeekLand -- You received this message because you are subscribed to the Google

Re: [git-users] git tag -l - where are the associated

2011-08-13 Thread Phlip
Just curious... for x in $(git tag -l); do    echo $x\t$(git rev-parse $x) done Nice, tx! BTW bash didn't expand the \t. No biggie... --   Phlip   http://c2.com/cgi/wiki?ZeekLand -- You received this message because you are subscribed to the Google Groups Git for human beings group

[git-users] fatal: Unable to create '.../dev/.git/index.lock': File exists.

2011-01-01 Thread Phlip
when I perform a manual low-level command, such as git mv. No, none of my git tasks crashed, and I certainly don't operate any two git tasks simultaneously. That's the only responses in the forum archives. If this were the worst of the computer bugs I face, I could ignore it. So, wtf? -- Phlip

[git-users] Re: fatal: Unable to create '.../dev/.git/index.lock': File exists.

2011-01-01 Thread Phlip
thaaanks If the bug follows you across different OSes and different versions of Git, maybe it has something to do with the repository you are working on? Does the same problem occur in different repositories? that would, uh, how shall we say, require me to have the same job for more than a