]> git.phdru.name Git - git-wiki.git/commitdiff
Don't mention the author of the PEP
authorOleg Broytman <phd@phdru.name>
Tue, 28 Jun 2016 16:08:10 +0000 (19:08 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 28 Jun 2016 16:08:10 +0000 (19:08 +0300)
He is humble and shy. ;-)

pep-103.txt

index e953e0707bb644f809ca7b1c70baeb9363171ec3..ab2c351ec6f580145276637032aa0562bfccc079 100644 (file)
@@ -592,10 +592,10 @@ that it is very much recommended not to rebase published commits the
 question's diminished even further: "whether to use rebase on
 non-pushed commits?"
 
-That small question is for the team to decide. The author of the PEP
-recommends to use rebase when pulling, i.e. always do ``git pull
---rebase`` or even configure automatic setup of rebase for every new
-branch::
+That small question is for the team to decide. To preserve the beauty
+of linear history it's recommended to use rebase when pulling, i.e. do
+``git pull --rebase`` or even configure automatic setup of rebase for
+every new branch::
 
     $ git config branch.autosetuprebase always