New release date for 5.12.1 in light of the new RC
[p5sagit/p5-mst-13.2.git] / pod / perlrepository.pod
2010-05-09 Ævar Arnfjörð Bjar... Clarify that mail to perlbug also goes to p5p
2010-05-08 Ævar Arnfjörð Bjar... Add =encoding utf8 to all core non-ASCII POD files...
2010-05-03 Vincent Pit Please don't use any of your git aliases in perlreposit...
2010-04-23 Rafael Garcia-Suarez Pod formatting nits
2010-04-21 Ævar Arnfjörð Bjar... Don't ask the porters to fetch commits from a private URL
2010-04-21 Ævar Arnfjörð Bjar... Consistently use a topic branch in the GitHub examples
2010-04-21 Ævar Arnfjörð Bjar... Recommend git format-patch -M (detect renames) and...
2010-04-21 H.Merijn Brand Revert "GitHub's mirror is now at mirrors/perl, not...
2010-04-21 Ãvar Arnfjörð... GitHub's mirror is now at mirrors/perl, not github...
2010-04-20 Ævar Arnfjörð Bjar... Mention L<perlpolicy> and link to it in SEE ALSO
2010-04-20 Ævar Arnfjörð Bjar... Only all-upper case "special" POD sections
2010-04-20 Ævar Arnfjörð Bjar... Commit messages should start with a ~50 char summary
2010-04-20 Ævar Arnfjörð Bjar... POD: Use F<> for F<utils/perldoc> and F<utils/perldoc.PL>
2010-04-20 Ævar Arnfjörð Bjar... Don't tell the reader to `git checkout origin/*'
2010-04-20 Ævar Arnfjörð Bjar... GitHub's mirror is now at mirrors/perl, not github...
2010-04-15 Ævar Arnfjörð Bjar... Point submitters to perlbug@perl.org, not perl5-porters...
2010-04-13 Ævar Arnfjörð Bjar... Before 96a8704c makedepend.SH used shell quote syntax...
2010-04-13 Ævar Arnfjörð Bjar... When your bisect starts to go into perl-5.9.* territory...
2010-03-28 Ævar Arnfjörð Bjar... When using a GitHub fork advice the use of Perl's Git...
2010-03-25 Aristotle Pagaltzis give two simpler recipes for creating remote branches
2010-03-24 David Mitchell describe how to create a remote topic branch
2010-03-02 David Mitchell fetching from e.g. github requires a repo name
2010-02-16 Ævar Arnfjörð Bjar... Mention why it's a good idea to use topic branches...
2010-02-16 Ævar Arnfjörð Bjar... Adjusted the git config user.name/user.email example...
2010-02-16 Ævar Arnfjörð Bjar... Prefix commands universally with "%". Most of the POD...
2010-02-16 Ævar Arnfjörð Bjar... Don't recommend that people manually fiddle with their...
2010-02-16 Ævar Arnfjörð Bjar... Note that checking out from git via is at least 4x...
2010-01-18 Jesse Vincent Fixed an editing error in perldoc about commit messages.
2010-01-18 Jesse Vincent Minor updates to the git tutorial and our commit messag...
2010-01-13 brian d foy * Em dash cleanup in pod/
2010-01-03 Jim Cromie advice regarding make regen changes
2009-12-30 Vincent Pit s/text message/text editor/ in the last change to perlr...
2009-12-30 Jesse Vincent Update perlrepository.pod with new guidelines on commit...
2009-12-20 H.Merijn Brand Speed-up notice for bisects (skip Encode)
2009-11-23 Dennis Kaarsemaker More info about camel in perlrepository.pod
2009-11-18 Vincent Pit {camel,dromedary}.booking.com names are gone, so update...
2009-10-26 Yves Orton refine the documentation for deleting branches and...
2009-10-26 Jesse Vincent Hashed out a prose description of the (largely existing...
2009-10-23 Vincent Pit Cap the exit code of the bisecting script
2009-10-23 Vincent Pit "-x ./foo" isn't a shell command, but "[ -x ./foo ...
2009-10-05 Alex Vandiver Note the one mistake in perl.git's history, and the...
2009-10-05 David Golden Explain using git send-email for patches
2009-09-13 Nicholas Clark Retire uupacktool.pl. We're not in Kansas^W(Perforce...
2009-07-29 Leon Brocard podtidy
2009-07-23 Ricardo SIGNES [rjbs] very minor tweaks to description of maint/blead
2009-07-14 David Golden Explain camel and dromedary repository servers
2009-05-20 H.Merijn Brand Update bisect notes
2009-02-20 Leon Brocard Remove the -x from the cherry pick and show how to...
2009-02-20 Leon Brocard Remove an extra space
2009-02-20 Leon Brocard Add a section on merging from a branch via GitHub
2009-01-29 Gisle Aas Tweaks to pod/perlrepository.pod
2009-01-26 Leon Brocard Add a section on how to submit a patch using GitHub
2009-01-26 Leon Brocard Run podtidy on pod/perlrepository.pod and document...
2009-01-16 Renee use F<> in perlrepository.pod consistently and remove...
2009-01-09 Abigail Fixed some spelling errors
2009-01-06 Rafael Garcia-Suarez Delete the largely obsolete Porting/patching.pod
2009-01-01 Abigail From: Max Maischein <corion@corion.net>
2008-12-26 Nicholas Clark Merge branch 'blead' of nicholas@perl5.git.perl.org...
2008-12-26 Rafael Garcia-Suarez Some additions to perlrepository.pod
2008-12-23 Nicholas Clark Merge branch 'blead' of nicholas@perl5.git.perl.org...
2008-12-23 Leon Brocard Remove inconsistent formatting in pod/perlrepository...
2008-12-23 Leon Brocard Add a section on committing to maintenance versions
2008-12-22 Vincent Pit Note the --author option of git commit, and therefore...
2008-12-21 Vincent Pit A short introduction to git bisect.
2008-12-21 Nicholas Clark Merge branch 'blead' of nicholas@perl5.git.perl.org...
2008-12-21 Vincent Pit Document how commiters can keep 'origin' as a git remot...
2008-12-21 Yves Orton add a comment about git clean to the perlrepository.pod
2008-12-21 Nicholas Clark Note the correct way to make a branch to track a remote...
2008-12-20 Nicholas Clark Note how to set user name and e-mail address.
2008-12-20 Rafael Garcia-Suarez Various corrections and formatting nits to perlreposito...
2008-12-20 Yves Orton trim trailing spaces
2008-12-20 Yves Orton explain more stuff about status
2008-12-20 Yves Orton explain git status and stuff about remotes
2008-12-20 Yves Orton use checkout -b and not the more verbose two step process
2008-12-20 Jody Belka Improve perlrepository.pod to explain how to checkout...
2008-12-20 Abigail From Paul Fenwick <pjf@perltraining.com.au>; Instructio...
2008-12-20 Matt Kraai Do not use a dash between git and its subcommand
2008-12-19 Leon Brocard after applying, committers should push
2008-12-19 Leon Brocard Add a section on applying a patch
2008-12-19 Leon Brocard In the patch section, show how to work on a temporary...
2008-12-19 Leon Brocard Add a section on how to submit a patch
2008-12-19 Leon Brocard Mention that cloning over HTTP is slow
2008-12-19 Leon Brocard Show how to switch between branches
2008-12-19 Leon Brocard merge in changes
2008-12-19 Leon Brocard Change perl.git to perl-git to not confuse people ...
2008-12-19 Yves Orton fix thinko
2008-12-19 Yves Orton explain how to switch a git from git:// protocol to...
2008-12-19 Leon Brocard add a minimal pod/perlrepository.pod