[git-users] Pipe a message into git tag

2010-06-19 Thread Trans
I'm not a bash expert, so I need to ask, who can I pipe a message into the git tag command? I have a program that will return my latest release notes. $ pom news ... message ... So I want to pipe that into git tag as the tag message. I've been trying to figure it out. The docs say that there

[git-users] Re: Pipe a message into git tag

2010-06-19 Thread Trans
On Jun 19, 1:46 pm, Peter Shenkin shen...@gmail.com wrote: On Sat, Jun 19, 2010 at 1:24 PM, Trans transf...@gmail.com wrote: I'm not a bash expert, so I need to ask, who can I pipe a message into the git tag command? I have a program that will return my latest release notes.  $ pom

Re: [git-users] Re: Pipe a message into git tag

2010-06-19 Thread Peter Shenkin
On Sat, Jun 19, 2010 at 1:55 PM, Trans transf...@gmail.com wrote: LOL. Keeping abreast of the latest in XXX via command line. Love it. ;-) The only problem is, it's hard to appreciate porn on the command line. That's why browsers were invented. :-) -P. -- You received this message because