search for: generate_diff

Displaying 7 results from an estimated 7 matches for "generate_diff".

Did you mean: generate_diffs
2013 Jan 25
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...ev version: http://storage.perlig.de/svnmailer/svnmailer-1.1.0-dev-r1373.tar.bz2 > > -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 > > > > I'll go ahead and make this change. Thanks, Sebastian -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
2013 Jan 25
2
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...15:42:02.000000000 -0600 > @@ -1,6 +1,6 @@ > [general] > sendmail_command = /usr/sbin/sendmail > -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 > 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%(revisi...
2013 Jan 25
3
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...rlig.de/svnmailer/svnmailer-1.1.0-dev-r1373.tar.bz2 > > > > -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 > > > > > > > I'll go ahead and make this change. > > Thanks, > Sebastian > -- > Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted > by The Linux Foundation > -------------- next part --------------...
2013 Jan 25
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...-0600 +++ svn-mailer.conf 2013-01-25 15:42:02.000000000 -0600 @@ -1,6 +1,6 @@ [general] sendmail_command = /usr/sbin/sendmail -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 t...
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
2013 Jan 25
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...ler-1.1.0-dev-r1373.tar.bz2 >> >> > > -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 >> > > >> > >> > I'll go ahead and make this change. >> >> Thanks, >> Sebastian >> -- >> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted >> by The Linux Foundation >>...
2013 Jan 28
0
[LLVMdev] Testing canaries
...1,6 +1,6 @@ > > [general] > > sendmail_command = /usr/sbin/sendmail > > -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 > > > > 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 %...