Re: [PATCH] gitk: Display the date of a tag in a human friendly way.

2013-02-03 Thread Anand Kumria
.conf.au but it would be nice to have some feedback. Could you let me know where gitk is hosted and I'll re-roll this patch against that (and update the docs so others don't need to go hunting). Thanks, Anand On 5 January 2013 19:38, Junio C Hamano wrote: > Anand Kumria writes: &g

Re: [PATCH] gitk: Display the date of a tag in a human friendly way.

2013-01-05 Thread Anand Kumria
Hi Junio, On 4 January 2013 23:50, Junio C Hamano wrote: > Anand Kumria writes: > >> By selecting a tag within gitk you can display information about it. >> This information is output by using the command >> >> 'git cat-file tag ' >> >> This

[PATCH] gitk: Display the date of a tag in a human friendly way.

2013-01-04 Thread Anand Kumria
2771 -0800 +tagger Junio C Hamano Mon Dec 31 14:26:11 2012 -0800 Git 1.8.1 -BEGIN PGP SIGNATURE----- Signed-off-by: Anand Kumria --- gitk-git/gitk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitk-git/gitk b/gitk-git/gitk index d93bd99..aae1c58 100755 --- a

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. &g

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

2012-10-24 Thread Anand Kumria
i:[/tmp/gittest]% git cat-file -p e619 object c0ae36fee730f7034b1f76c1490fe6f46f7ecad5 type commit tag tag-test tagger Anand Kumria Thu Oct 25 00:32:32 2012 +0100 tag-test kalki:[/tmp/gittest]% git cat-file -p e619 | sed -e's/tag-test/tag-test2/' > tag-te