[dpdk-web] [PATCH] dev: update git fixline alias
    Harry van Haaren 
    harry.van.haaren at intel.com
       
    Thu Aug  3 15:42:57 CEST 2017
    
    
  
The git fixline was updated in the dpdk.org repository to add the original
author of the line being "fixed", using Cc:
This patch updates the fixline here in the website. See patch for details:
http://dpdk.org/dev/patchwork/patch/26860/
Signed-off-by: Harry van Haaren <harry.van.haaren at intel.com>
---
 dev.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev.html b/dev.html
index c0e64d0..34f24cf 100644
--- a/dev.html
+++ b/dev.html
@@ -110,7 +110,7 @@
 	smtpserverport = 465
 	smtpencryption = ssl
 [alias]
-	fixline = log -1 --abbrev=12 --format='Fixes: %h (\"%s\")'</pre>
+	fixline = log -1 --abbrev=12 --format='Fixes: %h (\"%s\")%nCc: %ae'</pre>
 
 	<h3 id="review">Contribute by testing or reviewing patches</h3>
 	<p>Patches are applied in the git repository when it becomes clear that
-- 
2.7.4
    
    
More information about the web
mailing list