pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/stgit



Module Name:    pkgsrc
Committed By:   bjs
Date:           Wed Jan 30 23:03:51 UTC 2008

Modified Files:
        pkgsrc/devel/stgit: Makefile PLIST distinfo
Added Files:
        pkgsrc/devel/stgit/patches: patch-ab

Log Message:
Update to 20080128 snapshot.  Quite a few bugs have been fixed since the
0.14.1 release (which I found to have some annoying bugs/quirks myself,
anyway).
The ChangeLog is extensive, so check it out for a full list--some important
changes follow below.  While here, install the provided contrib helper
scripts.  The bash dependency is OK, as git depends on it anyway.
In that spirit, add a dependency on devel/stgit-base, as this is useless
without it.  Also, install examples in share/examples/stgit as per
convention.

Refactor --diff-opts handling

    Lots of commands take a -O/--diff-opts flag, and they all handle it
    identically. So break that out into a library function.

Don't keep old committer when rewriting a commit

replace "git repo-config" usage by "git config"

This is necessary since "git repo-config" will be removed soon.

Fix "stg edit --sign"

    It worked in 0.14, but was broken some time after the release.

Make "stg goto" subdirectory safe

    This is not specific to "stg goto" -- it affects all commands that
    use the new infrastructure. (But of those, only goto and coalesce
    were subdirectory unsafe.)

Make "stg commit" fancier

    Allow the user to commit any patch. Changed behavior: with no
    parameters, commit one applied patch, not all applied patches --
    this is what uncommit does.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/stgit/Makefile pkgsrc/devel/stgit/PLIST \
    pkgsrc/devel/stgit/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/devel/stgit/patches/patch-ab

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




Home | Main Index | Thread Index | Old Index