Displaying 7 results from an estimated 7 matches for "custom_header".
2013 Jan 25
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...diff_command = /usr/bin/diff -u -L %(label_from)s -L %(label_to)s %(from)s %(to)s
+diff_command = /usr/bin/diff -up -L %(label_from)s -L %(label_to)s %(from)s %(to)s
 generate_diffs = add copy modify propchange
 
 [authors]
@@ -360,6 +360,7 @@
 mail_type = single
 show_applied_charset = nondefault
 custom_header = SVN-Repository %(REPOS)s
+commit_subject_template = %(prefix)s r%(revision)s - %(log)s
 
 [branch]
 for_repos = .*/llvm-project$
Note that I have not addressed the path prefix suggestion from David:
>>> For what it's worth, (I think) Chris' suggestion of including the
>>...
2013 Jan 25
2
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
Hi Daniel,
Daniel Dunbar wrote:
> Hi Sebastion,
> 
> I've attached the current configuration file from the server.
> 
> I'm not sure how far you want to go down the "trying to get realize nice
> summary path" lines, but if svn_mailer somehow supported running an
> external script to process the commit and come up with the path that would
> be ideal for
2008 Sep 16
1
another assertion failure in current 1.1 hg (1.1.3 was working fine) - file message-address.c: line 43 (parse_local_part): assertion failed: (ctx->parser.data != ctx->parser.end)
...e_header_line *) 0x90fec80
        ret = 1
        __PRETTY_FUNCTION__ = "message_parse_header"
#20 0x080ac691 in search_arg_match_text (args=0x90ef678,
ctx=0x90fb7a8) at index-search.c:580
        hdr_ctx = {index_context = 0x90fb7a8, args = 0x90ef678, hdr =
0x90fec80, parse_headers = 0, custom_header = 1, threading = 0}
        input = (struct istream *) 0x90fa8f8
        headers_ctx = (struct mailbox_header_lookup_ctx *) 0x90fb068
        headers = (const char * const *) 0x90e9458
        have_headers = true
        have_body = false
        __PRETTY_FUNCTION__ = "search_arg_match_text&qu...
2013 Jan 25
2
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
.../usr/bin/diff -up -L %(label_from)s -L %(label_to)s
> %(from)s %(to)s
>  generate_diffs = add copy modify propchange
>
I'll go ahead and make this change.
 - Daniel
>
>  [authors]
> @@ -360,6 +360,7 @@
>  mail_type = single
>  show_applied_charset = nondefault
>  custom_header = SVN-Repository %(REPOS)s
> +commit_subject_template = %(prefix)s r%(revision)s - %(log)s
>
>  [branch]
>  for_repos = .*/llvm-project$
>
>
>
> Note that I have not addressed the path prefix suggestion from David:
>
> >>> For what it's worth, (I think) Ch...
2020 Sep 21
1
AW: doveadm search segfault Dovecot 2.2.22
...il = 0x55555580c320
        headers = <optimized out>
        hdr_ctx = {index_ctx = 0x55555580c0a0, imail = 0x55555580c320, args = 0x5555557ec8b0, decoded_block = {part = 0x0, hdr = 0x0, data = 0x0,
            size = 0}, decoded_block_set = false, hdr = 0x55555580a7e0, parse_headers = 0, custom_header = 0, threading = 0}
        body_ctx = {index_ctx = 0x55555580c0a0, input = 0x5555558159c0, part = 0x55555580cb30}
        have_headers = true
        have_body = true
        ret = <optimized out>
        imail = 0x55555580c320
        input = 0x5555558159c0
        headers_ctx = 0x0...
2010 Sep 01
4
NoMethodError: undefined method `force_encoding' for "Conten
...tem/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -w
-Ilib:bin:test:. -e ''require "rubygems"; require "test/unit"; require
"test/chain/test_argument_validator.rb"; require
"test/chain/test_auth_headers.rb"; require
"test/chain/test_custom_headers.rb"; require
"test/chain/test_header_resolver.rb"; require
"test/chain/test_parameter_resolver.rb"; require
"test/chain/test_request_resolver.rb"; require
"test/chain/test_response_reader.rb"; require
"test/test_authenticate.rb"; require "...
2013 Jan 28
0
[LLVMdev] Testing canaries
...%(to)s
> >  generate_diffs = add copy modify propchange
> >
>
> I'll go ahead and make this change.
>
>  - Daniel
>
>
> >
> >  [authors]
> > @@ -360,6 +360,7 @@
> >  mail_type = single
> >  show_applied_charset = nondefault
> >  custom_header = SVN-Repository %(REPOS)s
> > +commit_subject_template = %(prefix)s r%(revision)s - %(log)s
> >
> >  [branch]
> >  for_repos = .*/llvm-project$
> >
> >
> >
> > Note that I have not addressed the path prefix suggestion from David:
> >
> >...