summaryrefslogtreecommitdiff
path: root/pod/perlrepository.pod
Commit message (Expand)AuthorAgeFilesLines
* When using a GitHub fork advice the use of Perl's Git, not GitHub's mirrorÆvar Arnfjörð Bjarmason2010-03-271-1/+1
* give two simpler recipes for creating remote branchesAristotle Pagaltzis2010-03-241-15/+13
* describe how to create a remote topic branchDavid Mitchell2010-03-241-0/+16
* fetching from e.g. github requires a repo nameDavid Mitchell2010-03-021-1/+1
* Mention why it's a good idea to use topic branches for everythingÆvar Arnfjörð Bjarmason2010-02-161-0/+8
* Adjusted the git config user.name/user.email example for what 99% of users wo...Ævar Arnfjörð Bjarmason2010-02-161-3/+9
* Prefix commands universally with "%". Most of the POD used that convention bu...Ævar Arnfjörð Bjarmason2010-02-161-6/+6
* Don't recommend that people manually fiddle with their F<.git/config>, instea...Ævar Arnfjörð Bjarmason2010-02-161-9/+4
* Note that checking out from git via http:// is at least 4x slower than git://Ævar Arnfjörð Bjarmason2010-02-161-1/+1
* Fixed an editing error in perldoc about commit messages.Jesse Vincent2010-01-181-4/+4
* Minor updates to the git tutorial and our commit message policies.Jesse Vincent2010-01-181-2/+12
* * Em dash cleanup in pod/brian d foy2010-01-131-1/+1
* advice regarding make regen changesJim Cromie2010-01-031-4/+13
* s/text message/text editor/ in the last change to perlrepository.podVincent Pit2009-12-301-1/+1
* Update perlrepository.pod with new guidelines on commit messages and patches.Jesse Vincent2009-12-301-16/+69
* Speed-up notice for bisects (skip Encode)H.Merijn Brand2009-12-201-0/+2
* More info about camel in perlrepository.podDennis Kaarsemaker2009-11-231-9/+18
* {camel,dromedary}.booking.com names are gone, so update them to {,users.}per5...Vincent Pit2009-11-181-46/+50
* refine the documentation for deleting branches and altering historyYves Orton2009-10-261-19/+43
* Hashed out a prose description of the (largely existing) branching and topic ...Jesse Vincent2009-10-261-0/+38
* Cap the exit code of the bisecting scriptVincent Pit2009-10-231-0/+1
* "-x ./foo" isn't a shell command, but "[ -x ./foo ]" isVincent Pit2009-10-231-1/+1
* Note the one mistake in perl.git's history, and the appropriate graft to remo...Alex Vandiver2009-10-061-0/+14
* Explain using git send-email for patchesDavid Golden2009-10-051-1/+25
* Retire uupacktool.pl. We're not in Kansas^W(Perforce & APC)-land anymore.Nicholas Clark2009-09-131-17/+2
* podtidyLeon Brocard2009-07-291-13/+14
* [rjbs] very minor tweaks to description of maint/bleadRicardo SIGNES2009-07-221-7/+10
* Explain camel and dromedary repository serversDavid Golden2009-07-141-0/+8
* Update bisect notesH.Merijn Brand2009-05-201-2/+10
* Remove the -x from the cherry pick and show how to merge the whole branch (su...Leon Brocard2009-02-201-1/+5
* Remove an extra spaceLeon Brocard2009-02-201-1/+1
* Add a section on merging from a branch via GitHubLeon Brocard2009-02-201-11/+34
* Tweaks to pod/perlrepository.podGisle Aas2009-01-291-22/+35
* Add a section on how to submit a patch using GitHubLeon Brocard2009-01-261-0/+33
* Run podtidy on pod/perlrepository.pod and document how to do soLeon Brocard2009-01-261-47/+55
* use F<> in perlrepository.pod consistently and remove one needless whitespaceRenee2009-01-161-2/+2
* Fixed some spelling errorsAbigail2009-01-091-3/+3
* Delete the largely obsolete Porting/patching.podRafael Garcia-Suarez2009-01-061-0/+114
* From: Max Maischein <corion@corion.net>Abigail2009-01-011-1/+1
* Merge branch 'blead' of nicholas@perl5.git.perl.org:/gitroot/perl into bleadNicholas Clark2008-12-261-8/+20
|\
| * Some additions to perlrepository.podRafael Garcia-Suarez2008-12-261-8/+20
* | Merge branch 'blead' of nicholas@perl5.git.perl.org:/gitroot/perl into bleadNicholas Clark2008-12-231-54/+145
|\ \ | |/
| * Remove inconsistent formatting in pod/perlrepository.pod with Porting/podtidyLeon Brocard2008-12-231-65/+93
| * Add a section on committing to maintenance versionsLeon Brocard2008-12-231-0/+11
| * Note the --author option of git commit, and therefore explain how to apply ra...Vincent Pit2008-12-221-1/+6
| * A short introduction to git bisect.Vincent Pit2008-12-211-0/+47
* | Merge branch 'blead' of nicholas@perl5.git.perl.org:/gitroot/perl into bleadNicholas Clark2008-12-211-0/+27
|\ \ | |/
| * Document how commiters can keep 'origin' as a git remote and push with anothe...Vincent Pit2008-12-211-0/+11
| * add a comment about git clean to the perlrepository.podYves Orton2008-12-211-0/+16
* | Note the correct way to make a branch to track a remote branch.Nicholas Clark2008-12-211-0/+4
|/