This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fff5c6e
)
When using a GitHub fork advice the use of Perl's Git, not GitHub's mirror
author
Ævar Arnfjörð Bjarmason
<avarab@gmail.com>
Sat, 27 Mar 2010 23:59:01 +0000
(23:59 +0000)
committer
David Golden
<dagolden@cpan.org>
Sun, 28 Mar 2010 03:15:33 +0000
(23:15 -0400)
This bit me when `git pull upstream blead' didn't pull commits I knew
had been commited, turned out GitHub's mirror was out of date.
pod/perlrepository.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlrepository.pod
b/pod/perlrepository.pod
index
9b0292b
..
30d2cc2
100644
(file)
--- a/
pod/perlrepository.pod
+++ b/
pod/perlrepository.pod
@@
-725,7
+725,7
@@
you should clone:
The same patch as above, using github might look like this:
% cd perl-github
- % git remote add upstream git://
github.com/github
/perl.git
+ % git remote add upstream git://
perl5.git.perl.org
/perl.git
% git pull upstream blead
% git checkout -b orange
% perl -pi -e 's{Leon Brocard}{Orange Brocard}' AUTHORS