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:
bdaf0bc
)
s/text message/text editor/ in the last change to perlrepository.pod
author
Vincent Pit
<perl@profvince.com>
Wed, 30 Dec 2009 22:53:22 +0000
(23:53 +0100)
committer
Vincent Pit
<perl@profvince.com>
Wed, 30 Dec 2009 22:53:39 +0000
(23:53 +0100)
Spotted by David E. Wheeler.
pod/perlrepository.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlrepository.pod
b/pod/perlrepository.pod
index
764348c
..
eb1737c
100644
(file)
--- a/
pod/perlrepository.pod
+++ b/
pod/perlrepository.pod
@@
-236,7
+236,7
@@
a single atomic unit, run this command:
If you want to commit some, but not all of your changes, have a look
at the documentation for C<git add>.)
-Git will start up your favorite text
message
, so that you can craft a
+Git will start up your favorite text
editor
, so that you can craft a
commit message for your change. See L</Commit message> below for more
information about what makes a good commit message.