From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Thu, 14 May 2015 12:57:33 -0500 Subject: [U-Boot] [PATCH v3 04/10] moveconfig: Always run savedefconfig on the moved config In-Reply-To: References: <1431364998-2905-1-git-send-email-joe.hershberger@ni.com> <1431556137-8426-1-git-send-email-joe.hershberger@ni.com> <1431556137-8426-4-git-send-email-joe.hershberger@ni.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Masahiro-san. On Thu, May 14, 2015 at 10:15 AM, Masahiro Yamada wrote: > 2015-05-14 7:28 GMT+09:00 Joe Hershberger : >> This will ensure that the order of the defconfig entries will always >> match that of the Kconfig files. After one slightly painful (but >> still early in the process) pass over all boards, this should keep >> the defconfigs clean from here on. >> >> Signed-off-by: Joe Hershberger > > > I a bit hesitate to always enable this feature > because savedefconfig might make git-diff noisier. That should never be the case. Its consistent use should always lead to the least noisy diff. > Is it possible to make it optional? > -s, --savedefconfig or --no-savedefconfig? It is possible, but I recommend against it. Its inconsistent use would lead to noisy diffs. Cheers, -Joe