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:
adb873e
)
[perl #83792] Fix doubled "a" in perlgit.pod.
author
Michael Stevens
<mstevens@etla.org>
Wed, 9 Feb 2011 18:58:49 +0000
(10:58 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 9 Feb 2011 18:58:49 +0000
(10:58 -0800)
pod/perlgit.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlgit.pod
b/pod/perlgit.pod
index
ccc7c2c
..
e10fee6
100644
(file)
--- a/
pod/perlgit.pod
+++ b/
pod/perlgit.pod
@@
-281,7
+281,7
@@
If you want to delete your temporary branch, you may do so with:
=head2 Committing your changes
-Assuming that you'd like to commit all the changes you've made as a
a
+Assuming that you'd like to commit all the changes you've made as a
single atomic unit, run this command:
% git commit -a