summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorAristotle Pagaltzis <pagaltzis@gmx.de>2015-07-21 12:24:36 +0200
committerAristotle Pagaltzis <pagaltzis@gmx.de>2015-07-21 12:24:36 +0200
commite7f1d4a74b38eea00e7928f048d1981610a4bced (patch)
tree7b99f2939c587d516f96402dc5c5ab0c07a1f1a9 /pod
parentcc116ce7f30f9861a5b501456e5dfaf8e57de587 (diff)
downloadperl-e7f1d4a74b38eea00e7928f048d1981610a4bced.tar.gz
perlgit: minor copyedits
Diffstat (limited to 'pod')
-rw-r--r--pod/perlgit.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlgit.pod b/pod/perlgit.pod
index a79f3a1e34..3eb0dbbdd6 100644
--- a/pod/perlgit.pod
+++ b/pod/perlgit.pod
@@ -544,12 +544,12 @@ producing an error like this:
As a matter of policy we do B<not> edit the history of the blead and
maint-* branches. If a typo (or worse) sneaks into a commit to blead or
maint-*, we'll fix it in another commit. The only types of updates
-allowed on these branches are "fast-forward's", where all history is
+allowed on these branches are "fast-forwards", where all history is
preserved.
Annotated tags in the canonical perl.git repository will never be
deleted or modified. Think long and hard about whether you want to push
-a local tag to perl.git before doing so. (Pushing unannotated tags is
+a local tag to perl.git before doing so. (Pushing simple tags is
not allowed.)
=head2 Grafts