Subject: CVS commit: pkgsrc/devel/stgit
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 08/29/2007 23:07:48
Module Name:	pkgsrc
Committed By:	wiz
Date:		Wed Aug 29 23:07:48 UTC 2007

Modified Files:
	pkgsrc/devel/stgit: Makefile PLIST distinfo

Log Message:
Update to 0.13, provided by Blair Sadewitz in private mail:

2007-07-26: StGIT-0.13 released

    * Documentation directory with man pages
    * Safety checks for the 'rebase' command
    * Various contrib scripts
    * 'cp' command to copy files
    * 'sink' command to complement 'float'
    * '--diff-opts' option to some commands for passing additional
      arguments to 'git-diff-*'
    * 'stgit.mail.prefix' configuration option for the default
      'mail --prefix' value
    * Interactive 2-way merging via xxdiff or emacs (previously,
      only 3-way merging had this feature)
    * Slightly changed behaviour to the 'patches' command when no
      argument is given to show the patches touching the locally
      modified files
    * Correct importing of multipart e-mails
    * '--unrelated' option to 'mail' to send patches unthreaded
      and without sequence numbering
    * '--update' option to 'refresh' to only check in the files
      already modified by the current patch (similar to 'pick --update')
    * '--keep' option to 'goto' (though it only works for patch popping)
    * '--expose' option to 'pick' to append the picked commit id
      to the log (similar to the 'git cherry-pick -x' command)
    * The 'new' command can automatically generate the patch name
      from the given log
    * 'uncommit' can generate patches up to a given commit id
    * Bug fixes


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/stgit/Makefile \
    pkgsrc/devel/stgit/PLIST pkgsrc/devel/stgit/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.