From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:49780) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPnDT-0007pA-TV for guix-patches@gnu.org; Sat, 18 Apr 2020 09:09:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jPnDS-0004Ff-SA for guix-patches@gnu.org; Sat, 18 Apr 2020 09:09:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58847) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jPnDS-0004FT-Mw for guix-patches@gnu.org; Sat, 18 Apr 2020 09:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jPnDS-0004UN-GF for guix-patches@gnu.org; Sat, 18 Apr 2020 09:09:02 -0400 Subject: [bug#40677] [PATCH 19/30] gnu: jami.scm: Untabify by emacs. Resent-Message-ID: From: Mathieu Othacehe References: <20200417003433.5608-1-tona_kosmicznego_smiecia@interia.pl> <20200417003433.5608-19-tona_kosmicznego_smiecia@interia.pl> Date: Sat, 18 Apr 2020 15:08:24 +0200 In-Reply-To: <20200417003433.5608-19-tona_kosmicznego_smiecia@interia.pl> (Jan Wielkiewicz's message of "Fri, 17 Apr 2020 02:34:22 +0200") Message-ID: <87zhb9gcvr.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Jan Wielkiewicz Cc: 40677@debbugs.gnu.org > "--enable-protocol=udp" > "--enable-protocol=unix" > "--enable-protocol=pipe" > - ;; enable muxers/demuxers > + ;; enable muxers/demuxers > "--disable-demuxers" > "--disable-muxers" > "--enable-muxer=rtp" > @@ -260,14 +260,14 @@ > "--enable-demuxer=h263" > "--enable-demuxer=h264" > "--enable-demuxer=hevc" > - ;; enable parsers > + ;; enable parsers > "--enable-parser=h263" All of this patch should be squashed with the previous patches. When working on such a vast topic, the final phase of squashing, renaming and reordering commits can be really cumbersome. However, it is also really important as it makes the serie shorter and easier to review. You can use the interactive rebase mode of Magit to add some fun. Mathieu