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:           Thu Apr 10 12:11:34 UTC 2008

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

Log Message:
Update to version 0.14.2.  Changes since last snapshot:

    fix: stg mail crashes when there is no patch description

    Better "stg rebase" help text

    Enhance rebase help string by providing guidance on merge conflict
    resolution during a rebase.

    Based on text suggested by Catalin Marinas.

    Test the 'stg rename' command

    Simple rename of top-most patch

    Allow renaming of the top-most patch just by calling stg rename
    <new-patch-name>, instead of stg rename <old> <new>. This is for
    example helpful for those people who always have a typo or two in
    their patch names.

    Make documentation less confusing

    It's not just by default "stg new" doesn't do a refresh -- it never
    does.

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

    Remove a newline from the e-mail template

    Allow picking of one commit id

    Remove the reordering side-effect of the latter sync changes

    Fix sync to push the popped patches back after sync'ing

    Add a boundary to parse_patches in pick.py

    Refuse to send empty patches

    Set umask to 0022 during the setup.py execution

    This allows template files to be installed with the proper rights.

    Modify 'series' to use '#' instead of '|'

    Allow the synchronisation of the unapplied patches

    Check for unnecessary push/pop in 'float'

    Allow pick to import multiple patches

    This patch allows multiple patches on the "pick" command line.

    Don't set the default authdate if none specified

    This way, we allow a patch editing to remove an existing date by not
    specifying it.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/stgit/Makefile pkgsrc/devel/stgit/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/stgit/PLIST
cvs rdiff -r1.1 -r1.2 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