git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ident pattern match is incorrect
@ 2009-10-11 16:52 Bruce Korb
  0 siblings, 0 replies; only message in thread
From: Bruce Korb @ 2009-10-11 16:52 UTC (permalink / raw)
  To: git; +Cc: Bruce Korb

The git attribute "ident" fails here:

  sed '2,/and the template file/d
      /\$Id:/d
      /Last template edit:/d' getopt-test_${testname}.c

The pattern match for ident should be (shell syntax):

   $'\$Id(:[^$\n]+\$|\$)'

In other words, it is not a multi-line pattern.
I was looking for a bugzilla entry here:
   http://git-scm.com/

but I did not see a bug reporting method.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-11 16:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-11 16:52 ident pattern match is incorrect Bruce Korb

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).