diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-05-26 01:52:40 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-05-26 01:52:40 +0000 |
commit | 44091104d72be41d91601774822a189e31ac379d (patch) | |
tree | 1dabd8bdddbc980695df2330b28ae9d131da2ed5 /devel/cvs-fast-export/Makefile | |
parent | 1b442a3520716ef800f0495cba1d06c79d2bcc86 (diff) | |
download | pkgsrc-44091104d72be41d91601774822a189e31ac379d.tar.gz |
Update to 0.4.
Changelog:
0.4 @ 2013-05-16
Fix buggy handling of -k option.
Add --remote (-e) and --stripprefix (-s) options.
Avoid recursion overflow on very large repos.
The fast-import stream ops are now emitted in the same order git uses.
Diffstat (limited to 'devel/cvs-fast-export/Makefile')
-rw-r--r-- | devel/cvs-fast-export/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvs-fast-export/Makefile b/devel/cvs-fast-export/Makefile index c236893a0d2..1471e3c9b32 100644 --- a/devel/cvs-fast-export/Makefile +++ b/devel/cvs-fast-export/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2013/04/20 09:40:49 apb Exp $ +# $NetBSD: Makefile,v 1.2 2013/05/26 01:52:40 ryoon Exp $ # -DISTNAME= cvs-fast-export-0.3 +DISTNAME= cvs-fast-export-0.4 CATEGORIES= devel MASTER_SITES= http://www.catb.org/~esr/cvs-fast-export/ |