diff options
author | bjs <bjs@pkgsrc.org> | 2008-04-10 12:11:34 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-04-10 12:11:34 +0000 |
commit | 63a5defdaf90f0d429aedd1faf0cd0fd5062a7dd (patch) | |
tree | 95404dbabe6eebc9ae902a7d679546b90b69d4fa /devel/stgit/distinfo | |
parent | aabb95297963f62f943263c714ac0cc72b0c50f5 (diff) | |
download | pkgsrc-63a5defdaf90f0d429aedd1faf0cd0fd5062a7dd.tar.gz |
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.
Diffstat (limited to 'devel/stgit/distinfo')
-rw-r--r-- | devel/stgit/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/stgit/distinfo b/devel/stgit/distinfo index 7bada8e31b6..49ee5e84741 100644 --- a/devel/stgit/distinfo +++ b/devel/stgit/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2008/02/28 15:27:21 bjs Exp $ +$NetBSD: distinfo,v 1.7 2008/04/10 12:11:34 bjs Exp $ -SHA1 (stgit-20080220.tar.gz) = b17a875eb60833efc699dec94a0c366e5ad4dda3 -RMD160 (stgit-20080220.tar.gz) = 8ab31bd2f20662e00fb055b89be0ee20d21e7c6c -Size (stgit-20080220.tar.gz) = 240525 bytes +SHA1 (stgit-0.14.2.tar.gz) = 9cd3e4368fd36ea77c48eff4fd305d05469e8010 +RMD160 (stgit-0.14.2.tar.gz) = 566bbcccc93c3c011c866620992ff9e479ea902f +Size (stgit-0.14.2.tar.gz) = 225695 bytes SHA1 (patch-aa) = 364103963f8e74eee12dbd548b4ed48b349b662f -SHA1 (patch-ab) = 423664a988eb1c69c76adc482d74c4e8e227a83f +SHA1 (patch-ab) = 4808d98409c39cd6af33aad1b318a8df41c9cfec SHA1 (patch-ac) = ae316f684e33cca913be25a3f697ee8052218eaf |