Re: Is git mktag supposed to accept git cat-file input?

2012-10-25 Thread Michael J Gruber
Anand Kumria venit, vidit, dixit 25.10.2012 02:58: > Ahh, unix time. Of course. That's the only difference *at the time being*, but this is not guaranteed. Really, as Brandon says: "cat-file -p" is pretty printing for human readability (which could be improved), and "cat-file " is the raw format w

Re: Is git mktag supposed to accept git cat-file input?

2012-10-24 Thread Anand Kumria
Ahh, unix time. Of course. Thanks Brandon. On 25 October 2012 01:18, Brandon Casey wrote: > On Wed, Oct 24, 2012 at 4:39 PM, Anand Kumria wrote: >> Hi, >> >> I am doing some experimenting with git-mktag, and was looking into the >> format it expects on input. >> >> Should this sequence of comma

Re: Is git mktag supposed to accept git cat-file input?

2012-10-24 Thread Brandon Casey
On Wed, Oct 24, 2012 at 4:39 PM, Anand Kumria wrote: > Hi, > > I am doing some experimenting with git-mktag, and was looking into the > format it expects on input. > > Should this sequence of commands work? Yes, with a slight tweak... > kalki:[/tmp/gittest]% git tag -m "tag-test" tag-test > kalk

Is git mktag supposed to accept git cat-file input?

2012-10-24 Thread Anand Kumria
Hi, I am doing some experimenting with git-mktag, and was looking into the format it expects on input. Should this sequence of commands work? kalki:[~]% mkdir /tmp/gittest; cd /tmp/gittest kalki:[/tmp/gittest]% git init Initialized empty Git repository in /tmp/gittest/.git/ kalki:[/tmp/gittest]%