From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL, BAYES_00, FH_DATE_PAST_20XX autolearn=no version=3.2.5 Sender: =?UTF-8?B?0JTQtdC90LjRgSDQodC80LjRgNC90L7Qsg==?= Date: Mon, 11 Jan 2010 12:25:39 +0300 From: =?koi8-r?B?5MXOydMg883J0s7P1w==?= To: ALT Linux Team development discussions Message-ID: <20100111092538.GC12289@mw.office.seiros.ru> References: <20091230220500.GD11482@wo.int.altlinux.org> <4B3BD6A6.5030400@solin.spb.ru> <20100110010813.GC32241@wo.int.altlinux.org> <20100110113254.GJ1710@osdn.org.ua> <20100110131159.GD14972@mw.office.seiros.ru> <20100110174414.GO23658@wo.int.altlinux.org> <20100110194434.GE8903@mw.office.seiros.ru> <20100110194846.GF5842@wo.int.altlinux.org> <20100110200634.GI8903@mw.office.seiros.ru> <20100110204737.GA16106@wo.int.altlinux.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="11Y7aswkeuHtSBEs" Content-Disposition: inline In-Reply-To: <20100110204737.GA16106@wo.int.altlinux.org> Subject: Re: [devel] =?koi8-r?b?zyDL1czY1NXSxSDSwcLP1Nkg0yBnaXQt0sXQz9rJ1M/S?= =?koi8-r?b?ydHNyQ==?= X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jan 2010 09:26:03 -0000 Archived-At: List-Archive: List-Post: --11Y7aswkeuHtSBEs Content-Type: multipart/mixed; boundary="VywGB/WGlW4DM4P8" Content-Disposition: inline --VywGB/WGlW4DM4P8 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jan 10, 2010 at 11:47:37PM +0300, Dmitry V. Levin wrote: DVL> =E5=D3=D4=D8 =CD=CE=CF=C7=CF =C1=CC=D8=D4=C5=D2=CE=C1=D4=C9=D7=CE=D9= =C8 =D7=C1=D2=C9=C1=CE=D4=CF=D7 =C4=CF=D3=D4=C9=DE=D8 =D6=C5=CC=C1=C5=CD=CF= =C7=CF. DVL> =EE=C1=D0=D2=C9=CD=C5=D2, =D5 git-log =C5=D3=D4=D8 =D0=C1=D2=C1=CD=C5= =D4=D2 --format. =F7=D2=CF=C4=C5 =CE=C5=DE=D4=CF =C4=C5=CC=C1=C0=DD=C5=C5 =D7=C9=C4 =DE=D4= =CF =D2=C1=C2=CF=D4=C1=C5=D4 =CE=C1=D0=C9=D3=C1=CC.=20 --=20 =F3 =D5=D7=C1=D6=C5=CE=C9=C5=CD, =E4=C5=CE=C9=D3 http://freesource.info ---------------------------------------------------------------------------- --VywGB/WGlW4DM4P8 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=git-autobranches #!/usr/bin/perl -w use strict; open( IN, "git log --merges --format=\"%P %s\" |" ) || die; my %branches; while () { /^([0-9a-f]+)\s([0-9a-f]+)\sMerge branch '(.+?)'/ || next; $branches{$3} = $2 unless defined $branches{$3}; } close(IN); print $_. " " . $branches{$_} . "\n" foreach sort keys %branches; --VywGB/WGlW4DM4P8-- --11Y7aswkeuHtSBEs Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAktK7pIACgkQPuR8c4jhFKIT0wCgqiTKb0EvPoK8oq8MhE3lzKJi QyEAoLjsQRqnCKNq5GqfgiEHSmXNmOL1 =1X+p -----END PGP SIGNATURE----- --11Y7aswkeuHtSBEs--