The branch, master has been updated
       via  47e5724 README.Coding disable include sorting in clang format
      from  3796bb0 Revert "s3/service: convert lp_force_group() to const"

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 47e57249717677aed0afd9564cc349a70e125191
Author: Gary Lockyer <g...@catalyst.net.nz>
Date:   Thu Jul 5 10:36:51 2018 +1200

    README.Coding disable include sorting in clang format
    
    Update the clang format configuration to disable include sorting. This
    is enabled by default and breaks samba code.
    
    Signed-off-by: Gary Lockyer <g...@catalyst.net.nz>
    Reviewed-by: Andrew Bartlett <abart...@samba.org>
    
    Autobuild-User(master): Gary Lockyer <g...@samba.org>
    Autobuild-Date(master): Tue Jul 10 04:40:51 CEST 2018 on sn-devel-144

-----------------------------------------------------------------------

Summary of changes:
 README.Coding | 1 +
 1 file changed, 1 insertion(+)


Changeset truncated at 500 lines:

diff --git a/README.Coding b/README.Coding
index ffba857..65d72d6 100644
--- a/README.Coding
+++ b/README.Coding
@@ -100,6 +100,7 @@ AllowShortIfStatementsOnASingleLine: false
 IndentCaseLabels: false
 BinPackParameters: false
 BinPackArguments: false
+SortIncludes: false
 
 
 =========================


-- 
Samba Shared Repository

Reply via email to