git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [ is explicitly disallowed by bad_ref_char
@ 2008-05-23  8:42 Paul Oliver
  2008-05-23 10:39 ` Miklos Vajna
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Oliver @ 2008-05-23  8:42 UTC (permalink / raw)
  To: git

---
 git-cvsimport.perl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/git-cvsimport.perl b/git-cvsimport.perl
index bdac5d5..5a02550 100755
--- a/git-cvsimport.perl
+++ b/git-cvsimport.perl
@@ -780,6 +780,7 @@ sub commit {
 		$xtag =~ s/\s+\*\*.*$//; # Remove stuff like ** INVALID ** and ** FUNKY **
 		$xtag =~ tr/_/\./ if ( $opt_u );
 		$xtag =~ s/[\/]/$opt_s/g;
+		$xtag =~ s/\[//g;

 		system('git-tag', '-f', $xtag, $cid) == 0
 			or die "Cannot create tag $xtag: $!\n";
-- 
1.5.3.6

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] [ is explicitly disallowed by bad_ref_char
  2008-05-23  8:42 [PATCH] [ is explicitly disallowed by bad_ref_char Paul Oliver
@ 2008-05-23 10:39 ` Miklos Vajna
  2008-05-23 17:58   ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Miklos Vajna @ 2008-05-23 10:39 UTC (permalink / raw)
  To: Paul Oliver; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 345 bytes --]

On Fri, May 23, 2008 at 09:42:04AM +0100, Paul Oliver <puzza007@gmail.com> wrote:
> ---
>  git-cvsimport.perl |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

Could you please improve the commit message a bit? Just running git-log
won't let to you know this patch touches git-cvsimport only, which is an
important information here.

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] [ is explicitly disallowed by bad_ref_char
  2008-05-23 10:39 ` Miklos Vajna
@ 2008-05-23 17:58   ` Junio C Hamano
  0 siblings, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2008-05-23 17:58 UTC (permalink / raw)
  To: Paul Oliver; +Cc: git, Miklos Vajna

Miklos Vajna <vmiklos@frugalware.org> writes:

> On Fri, May 23, 2008 at 09:42:04AM +0100, Paul Oliver <puzza007@gmail.com> wrote:
>> ---
>>  git-cvsimport.perl |    1 +
>>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> Could you please improve the commit message a bit? Just running git-log
> won't let to you know this patch touches git-cvsimport only, which is an
> important information here.

Also please sign-off your patch.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-05-23 17:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-23  8:42 [PATCH] [ is explicitly disallowed by bad_ref_char Paul Oliver
2008-05-23 10:39 ` Miklos Vajna
2008-05-23 17:58   ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).