Re: [PATCHv3] git-tag man: when to use lightweight or annotated tags

2013-08-07 Thread Daniele Segato
On 07/29/2013 08:02 PM, Daniele Segato wrote: On 07/26/2013 09:36 PM, Jonathan Nieder wrote: Eventually the description section should probably be tweaked to start by explaining what the command is actually for. ;-) Elaborating from this suggestion you gave me I tried to rewrite/rearrange the

Re: [PATCHv3] git-tag man: when to use lightweight or annotated tags

2013-07-29 Thread Junio C Hamano
Marc Branchaud marcn...@xiplink.com writes: On 13-07-26 03:06 PM, Jeff King wrote: On Fri, Jul 26, 2013 at 07:33:01PM +0200, Daniele Segato wrote: stress the difference between the two with suggestion on when the user should use one in place of the other. Signed-off-by: Daniele Segato

Re: [PATCHv3] git-tag man: when to use lightweight or annotated tags

2013-07-29 Thread Daniele Segato
On 07/26/2013 09:36 PM, Jonathan Nieder wrote: Eventually the description section should probably be tweaked to start by explaining what the command is actually for. ;-) Elaborating from this suggestion you gave me I tried to rewrite/rearrange the description moving things around a little.

Re: [PATCHv3] git-tag man: when to use lightweight or annotated tags

2013-07-29 Thread Daniele Segato
On 07/27/2013 01:45 PM, Stefan Beller wrote: On 07/27/2013 01:26 PM, Philip Oakley wrote: Try 'git format-patch' and 'git send-email'. The format-patch man page even has a note about Thunderbird corruptions. Philip Well I use Thunderbird as well for regular communication except for sending

Re: [PATCHv3] git-tag man: when to use lightweight or annotated tags

2013-07-29 Thread Daniele Segato
On 07/29/2013 05:04 PM, Junio C Hamano wrote: Marc Branchaud marcn...@xiplink.com writes: On 13-07-26 03:06 PM, Jeff King wrote: On Fri, Jul 26, 2013 at 07:33:01PM +0200, Daniele Segato wrote: stress the difference between the two with suggestion on when the user should use one in place of

Re: [PATCHv3] git-tag man: when to use lightweight or annotated tags

2013-07-27 Thread Daniele Segato
On 07/26/2013 09:06 PM, Jeff King wrote: On Fri, Jul 26, 2013 at 07:33:01PM +0200, Daniele Segato wrote: stress the difference between the two with suggestion on when the user should use one in place of the other. Signed-off-by: Daniele Segato daniele.seg...@gmail.com The intent of your

Re: [PATCHv3] git-tag man: when to use lightweight or annotated tags

2013-07-27 Thread Philip Oakley
From: Daniele Segato daniele.seg...@gmail.com On 07/26/2013 09:06 PM, Jeff King wrote: On Fri, Jul 26, 2013 at 07:33:01PM +0200, Daniele Segato wrote: stress the difference between the two with suggestion on when the user should use one in place of the other. Signed-off-by: Daniele Segato

Re: [PATCHv3] git-tag man: when to use lightweight or annotated tags

2013-07-27 Thread Stefan Beller
On 07/27/2013 01:26 PM, Philip Oakley wrote: Try 'git format-patch' and 'git send-email'. The format-patch man page even has a note about Thunderbird corruptions. Philip Well I use Thunderbird as well for regular communication except for sending patches. The kernel documentation has also

Re: [PATCHv3] git-tag man: when to use lightweight or annotated tags

2013-07-26 Thread Daniele Segato
stress the difference between the two with suggestion on when the user should use one in place of the other. Signed-off-by: Daniele Segato daniele.seg...@gmail.com --- Documentation/git-tag.txt |9 + 1 file changed, 9 insertions(+) diff --git a/Documentation/git-tag.txt

Re: [PATCHv3] git-tag man: when to use lightweight or annotated tags

2013-07-26 Thread Jeff King
On Fri, Jul 26, 2013 at 07:33:01PM +0200, Daniele Segato wrote: stress the difference between the two with suggestion on when the user should use one in place of the other. Signed-off-by: Daniele Segato daniele.seg...@gmail.com The intent of your patch seems reasonable to me. There are a

Re: [PATCHv3] git-tag man: when to use lightweight or annotated tags

2013-07-26 Thread Jonathan Nieder
Jeff King wrote: --- a/Documentation/git-tag.txt +++ b/Documentation/git-tag.txt @@ -42,6 +42,17 @@ is used to specify custom GnuPG binary. GnuPG key for signing. The configuration variable `gpg.program` is used to specify custom GnuPG binary. +Tag objects (created with `-a`,

Re: [PATCHv3] git-tag man: when to use lightweight or annotated tags

2013-07-26 Thread Marc Branchaud
On 13-07-26 03:06 PM, Jeff King wrote: On Fri, Jul 26, 2013 at 07:33:01PM +0200, Daniele Segato wrote: stress the difference between the two with suggestion on when the user should use one in place of the other. Signed-off-by: Daniele Segato daniele.seg...@gmail.com The intent of your