lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sat, 21 Oct 2006 16:08:31 +0100
From:	"Catalin Marinas" <catalin.marinas@...il.com>
To:	git <git@...r.kernel.org>,
	"Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>
Subject: [ANNOUNCE] Stacked GIT 0.11

Stacked GIT 0.11 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:

*  New 'float' command to bring a range patches to the top of the
stack. This command can also take a series file as a parameter,
allowing easy reordering of the patches
* Patch history support, accessible through the 'log [--graphical]' command
* Use the '..' syntax for patch ranges instead of ':'
* '--keep' option for 'pop' to preserve the local changes (useful to
add the modifications to a different patch)
* '--graphical' option for 'series' to invoke gitk instead of listing
the patches
* Automatically generate patch names for the 'import', 'pick' and
'uncommit' commands
* '--noreply' option for 'mail' to not send messages as replies to the
first one. This is useful for mailing lists filtering replies with a
different subject
* '--interactive' option for 'resolved' to invoke a graphical 3-way
merge tool (xxdiff or emacs)
* '--sign' and '--ack' options for 'refresh' to sign off or acknowledge a patch
* Diff colouring pager script added to the contrib directory
* Configurable low-level pull command (i.e. git-pull)
* '--auto' option for 'mail' to automatically cc the patch signers
* Debian package support files
* Bug fixes


Acknowledgements (generated with 'git shortlog'):

Catalin Marinas:
      Do not use the pager when the output is empty
      Get the patch name from the description
      Add '--' to git-diff-index calls
      Add a common function for reading template files
      Automatically generate patch names for uncommit
      Set the .txt extension to the StGIT commit message file
      Use the ".." syntax for patch ranges
      Use get-ref-list to get the commit parents
      Add --keep option to pop
      Allow empty commit messages
      Add the --graphical option to series
      Add patch history support
      Add the --noreply option to 'mail'
      TODO list update
      Add the '--interactive' option to 'resolved'
      Add --sign and --ack options to refresh
      Fix the preserving of the local changes during pop
      Add the diffcol.sh file to the contrib directory
      Allow the git-pull command to be configurable
      Add --auto option to 'mail'
      Rearrange the patches with a given series file
      Add Debian package support to StGIT
      Release 0.11

Robin Rosenberg:
      Fix the --cover option.
      New command 'float' to move a patch to the top

Yann Dirson:
      Add a --parent flag to "stgit pick".

-- 
Catalin
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ