diff options
author | wiz <wiz@pkgsrc.org> | 2007-08-29 23:07:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-08-29 23:07:48 +0000 |
commit | 5331ea5abed64af35e8a14d871efd1823e7aa100 (patch) | |
tree | 6162b9c3739a1186b6fc264ea2dc157531ba5d5e /devel/stgit/PLIST | |
parent | 87ee10fd875e6f89b1e69ffd68041a9e56c63233 (diff) | |
download | pkgsrc-5331ea5abed64af35e8a14d871efd1823e7aa100.tar.gz |
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
Diffstat (limited to 'devel/stgit/PLIST')
-rw-r--r-- | devel/stgit/PLIST | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/devel/stgit/PLIST b/devel/stgit/PLIST index 877c7f20fcb..17a42e0d9fa 100644 --- a/devel/stgit/PLIST +++ b/devel/stgit/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2007/07/01 12:33:51 dmcmahill Exp $ +@comment $NetBSD: PLIST,v 1.2 2007/08/29 23:07:48 wiz Exp $ bin/stg ${PYSITELIB}/stgit/basedir.py ${PYSITELIB}/stgit/basedir.pyc @@ -27,6 +27,9 @@ ${PYSITELIB}/stgit/commands/commit.pyo ${PYSITELIB}/stgit/commands/common.py ${PYSITELIB}/stgit/commands/common.pyc ${PYSITELIB}/stgit/commands/common.pyo +${PYSITELIB}/stgit/commands/copy.py +${PYSITELIB}/stgit/commands/copy.pyc +${PYSITELIB}/stgit/commands/copy.pyo ${PYSITELIB}/stgit/commands/delete.py ${PYSITELIB}/stgit/commands/delete.pyc ${PYSITELIB}/stgit/commands/delete.pyo @@ -108,6 +111,9 @@ ${PYSITELIB}/stgit/commands/series.pyo ${PYSITELIB}/stgit/commands/show.py ${PYSITELIB}/stgit/commands/show.pyc ${PYSITELIB}/stgit/commands/show.pyo +${PYSITELIB}/stgit/commands/sink.py +${PYSITELIB}/stgit/commands/sink.pyc +${PYSITELIB}/stgit/commands/sink.pyo ${PYSITELIB}/stgit/commands/status.py ${PYSITELIB}/stgit/commands/status.pyc ${PYSITELIB}/stgit/commands/status.pyo @@ -161,9 +167,10 @@ share/stgit/examples/patchdescr.tmpl share/stgit/templates/covermail.tmpl share/stgit/templates/patchexport.tmpl share/stgit/templates/patchmail.tmpl -@comment @dirrm share/stgit/templates -@comment @dirrm share/stgit/examples -@comment @dirrm share/stgit/contrib -@comment @dirrm share/stgit -@comment @dirrm ${PYSITELIB}/stgit/commands -@comment @dirrm ${PYSITELIB}/stgit +@dirrm share/stgit/templates +@dirrm share/stgit/examples +@dirrm share/stgit/contrib +@dirrm share/stgit +@dirrm share/doc/stgit +@dirrm ${PYSITELIB}/stgit/commands +@dirrm ${PYSITELIB}/stgit |