File tree 3 files changed +16
-6
lines changed
3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 1
- Makefile
1
+ Git-PurePerl- *
2
+ MANIFEST.bak
2
3
blib /
4
+ Makefile
5
+ blib *
3
6
pm_to_blib
4
7
test-init-bare.git
5
- t /checkout /
6
- test-project-packs /
7
- test-project-packs2 /
8
- test-project /
8
+ t /checkout /*
9
+ test-project-packs /*
10
+ test-project-packs2 /*
11
+ test-project /*
12
+ MANIFEST
13
+
Original file line number Diff line number Diff line change 1
1
Revision history for Perl module Git::PurePerl:
2
2
3
- 0.42_01 Mon Nov 23 11:44 :51 GMT 2009
3
+ 0.42_01 Mon Nov 23 12:12 :51 GMT 2009
4
4
- allow put_object to update other heads than just 'master'
5
5
(thanks to martijn)
6
6
- Fix bug when the ref dirs are more than two levels deep
7
7
- Fix commit object to support multiple parents. This is seen in merge
8
8
commits
9
9
- Add object_kind method to tag objects.
10
+ - Change to MANIFEST.SKIP based dist building.
10
11
- Dev release with version bump skipping 0.42 so that Gitalist can depend
11
12
on >= 0.42 but we don't have to push a real release until I've done
12
13
a little more maintainance work.
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ use warnings;
4
4
use Test::More;
5
5
6
6
BEGIN {
7
+ plan skip_all => ' Needs you to manually run a git daemon' ;
8
+
9
+ exit 0;
10
+
7
11
if ( $^O eq ' MSWin32' ) {
8
12
plan skip_all => ' Windows does NOT have git-daemon yet' ;
9
13
}
You can’t perform that action at this time.
0 commit comments