From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <448FD313.1040204@altlinux.com> Date: Wed, 14 Jun 2006 13:12:51 +0400 From: Anton Farygin User-Agent: Thunderbird 1.5.0.2 (X11/20060502) MIME-Version: 1.0 To: ALT Devel discussion list Content-Type: multipart/mixed; boundary="------------060001070700010405080802" Subject: [devel] [Fwd: [ANNOUNCE] Stacked GIT 0.10] X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.7 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 08:51:36 -0000 Archived-At: List-Archive: List-Post: This is a multi-part message in MIME format. --------------060001070700010405080802 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Никто это не смотрел ? --------------060001070700010405080802 Content-Type: message/rfc822; name="[ANNOUNCE] Stacked GIT 0.10" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="[ANNOUNCE] Stacked GIT 0.10" Path: news.gmane.org!not-for-mail From: "Catalin Marinas" Newsgroups: gmane.comp.version-control.git,gmane.linux.kernel Subject: [ANNOUNCE] Stacked GIT 0.10 Date: Sun, 11 Jun 2006 17:15:19 +0100 Approved: news@gmane.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: sea.gmane.org 1150042538 14407 80.91.229.2 (11 Jun 2006 16:15:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 11 Jun 2006 16:15:38 +0000 (UTC) Original-X-From: git-owner@vger.kernel.org Sun Jun 11 18:15:34 2006 Return-path: Envelope-to: gcvg-git@gmane.org Original-Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FpSay-0006FF-LO for gcvg-git@gmane.org; Sun, 11 Jun 2006 18:15:25 +0200 Original-Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932123AbWFKQPV convert rfc822-to-quoted-printable (ORCPT ); Sun, 11 Jun 2006 12:15:21 -0400 Original-Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932127AbWFKQPV (ORCPT ); Sun, 11 Jun 2006 12:15:21 -0400 Original-Received: from nz-out-0102.google.com ([64.233.162.201]:15071 "EHLO nz-out-0102.google.com") by vger.kernel.org with ESMTP id S932123AbWFKQPU convert rfc822-to-8bit (ORCPT ); Sun, 11 Jun 2006 12:15:20 -0400 Original-Received: by nz-out-0102.google.com with SMTP id 13so1064430nzn for ; Sun, 11 Jun 2006 09:15:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=fqLosDNQSZCMgya5rHDZ8erGymGleX2QoqnrfpwwxaohEkJhbkp88/bjiICXL1C62S9SzDYteOgFtvIL9r0/tCGPWw7JM3hW1r3rYGLLSDiW0CHoQp3SCuKbnqUDASa1Ri0xpoVBOry+bd5pY+fpU9HDJM3mVhyJ/Pcty9/amjw= Original-Received: by 10.36.104.15 with SMTP id b15mr7253123nzc; Sun, 11 Jun 2006 09:15:19 -0700 (PDT) Original-Received: by 10.36.250.61 with HTTP; Sun, 11 Jun 2006 09:15:19 -0700 (PDT) Original-To: git@vger.kernel.org, linux-kernel@vger.kernel.org Content-Disposition: inline Original-Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Xref: news.gmane.org gmane.comp.version-control.git:21658 gmane.linux.kernel:414667 Archived-At: Stacked GIT 0.10 release is available from http://www.procode.org/stgit= /. StGIT is a Python application providing similar functionality to Quilt (i.e. pushing/popping patches to/from a stack) on top of GIT. These operations are performed using GIT commands and the patches are stored as GIT commit objects, allowing easy merging of the StGIT patches into other repositories using standard GIT functionality. The main features in this release: * Handle branch names with slashes * Testsuite framework * Configurable file extensions for merge conflicts * 'goto' command, equivalent to 'pop --to' or 'push --to' * '--update' option for 'pick' to only fold the changes to files already in the current patch * '--replace' option for 'import' to replace existing patches in the series * Look for templates in ~/.stgit/templates as well * Allow multiple patch names on the 'push' command line * Classify commands in 'stg --help' output * Bug fixes Acknowledgements (generated with 'git shortlog'): Catalin Marinas: Allow git.checkout() to work on unmerged indexes Fix the added to both but different conflict Fix git.reset() to remove the added files Allow configurable file extensions for merge conflicts Add the --update option to pick Implement the 'goto' command Add the --replace option to import Fix the t1201-pull-trailing.sh test Show the stderr for failed GIT commands Generate an empty commit for the newly created patches Fix the add and rm commands to fail if no patch is applied Fix the t0001-subdir-branches.sh test Update the TODO file Release 0.10 Karl Hasselstr=C3=B6m: Fix infinite recursion on absolute paths Fix indexing error during "diff -r/" Explicitly specify utf-8 coding in file Karl Hasselstr=F6m: Don't die when there are no branches Handle branch names with slashes Tests for branch names with slashes Pavel Roskin: Add .gitignore files, list generated files there Add a simple makefile Yann Dirson: Add a testsuite framework copied from git-core Add list of bugs to TODO Add a couple of safety checks to series creation Make branch creation atomic Correctly handle refs/patches on series rename Fix a seriously bad interaction between .git caching and repo clo= ning Test that pulls a patch creating a file that got modified afterwa= rds Exercise "stg pull" on patches just appending lines. Look for templates in ~/.stgit/templates as well Fixes to the pull testcases. Allow to specify multiple patch names on push command-line Classify commands in stg --help output. --=20 Catalin --------------060001070700010405080802--