From owner-freebsd-stable@FreeBSD.ORG Sat Apr 13 08:19:23 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5247436B for ; Sat, 13 Apr 2013 08:19:23 +0000 (UTC) (envelope-from markiyan.kushnir@gmail.com) Received: from mail-ea0-x232.google.com (mail-ea0-x232.google.com [IPv6:2a00:1450:4013:c01::232]) by mx1.freebsd.org (Postfix) with ESMTP id DC53A7BD for ; Sat, 13 Apr 2013 08:19:22 +0000 (UTC) Received: by mail-ea0-f178.google.com with SMTP id o10so1562688eaj.23 for ; Sat, 13 Apr 2013 01:19:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=XMxWdIPymqkl085l20vlMeN1CwVF4S8toL0l87E1JW4=; b=AB/1IterhmtBNAaqCcXtDBYknyZT+tcD49SCeGddJRnw2qf2RlUv95Dm2tk8wN6EeD zEEObryeudhDSoPPVSk2XTRHfAynRLUB48Cy4IRH4ntttM3V6viLZjfvs51qGxPIZlF4 u0L8TaHwzykw+NxbELBtdteTQZH3TJNVGhGr1FsmE07U9FJpSy5M4JqHNkqekpwwAm9k yRXFTZbkAKzhvd4OXyB0G+WjmJbS60VUsW3eSnCRPD2GZnEDNDi29JXdl7/Hxy18fUkC AIloDdTuIuccwpZfjgPjPRbDGIJFeSPVuudy7CEufkDO961uKhjk2KXKJ1/QZfFDVYG0 hivQ== X-Received: by 10.15.41.2 with SMTP id r2mr36763476eev.20.1365841161967; Sat, 13 Apr 2013 01:19:21 -0700 (PDT) Received: from mkushnir.zapto.org (254-173-124-91.pool.ukrtel.net. [91.124.173.254]) by mx.google.com with ESMTPS id ca4sm15102787eeb.15.2013.04.13.01.19.20 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 13 Apr 2013 01:19:21 -0700 (PDT) Message-ID: <516914FE.4090306@gmail.com> Date: Sat, 13 Apr 2013 11:19:10 +0300 From: Markiyan Kushnir User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121119 Thunderbird/16.0.2 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: svn - but smaller? References: <88b872cf-7795-4d69-91c7-6c3107299b33@googlegroups.com> <0025e959-80c1-417f-9ed5-aeff3c00b05a@googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 08:19:23 -0000 here is what I used to use (not 100% match, but quite close): indent -bad -bap -bbb -d4 -di1 -fc1 -i4 -nip -npsl -nut $* -- Markiyan. On 13.04.2013 02:38, John Mehr wrote: > > > > On Thu, 11 Apr 2013 01:39:32 -0700 (PDT) > mrboco@gmail.com wrote: >> On Thursday, April 11, 2013 1:14:57 PM UTC+6, mrb...@gmail.com wrote: >>> I've placed the patched svnup.c (0.56), the diff and two statically >>> linked binaries on http://ftp.ufanet.ru/pub/boco/freebsd/svnup/ >> >> I'm sorry, svnup.c.diff is the patch against filtered thru indent >> svnup.c, with different formatting (see README). >> >> The patch against the original svnup.c v0.56 is named >> svnup.c.diff-original. >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >> > > Hello, > > Speaking of indent(1), does anyone know of a set of command line > parameters that can reformat source code to style(9) guidelines (or a > close approximation)? Thanks. > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"