mail-templates: adjust text about git #11272
No reviewers
Labels
No labels
after freeze
automation
backlog
blocked
change-ack
change-nak
change-noreleng
changes
Closed As
Can't Fix
Closed As
Duplicate
Closed As
Fixed
Closed As
Fixed with Explanation
Closed As
Get back later
Closed As
Grooming
Closed As
Insufficient data
Closed As
Invalid
Closed As
It's all good
Closed As
taiga
Closed As
upstream
day-to-day
dev
docs
easyfix
epel
f26
f27
f28
f29
f30
f31
f32
f33
f34
f35
f36
f37
f38
f39
f40
f41
f42
f43
f44
f45
fedora
groomed
high-gain
high-trouble
in-progress
in-review
investigation
legal
low-gain
low-trouble
mass rebuild
medium-gain
medium-trouble
meeting
mini-initiative
new_artifact
ops
pdc_retirement
rawhide
RCA
review
script
sidetarget
sprint-0
sprint-1
sprint-2
sprint-3
sprint-4
sprint-5
unfrozen
waiting on external
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
points
01
points
02
points
03
points
05
points
08
points
13
Priority
High
Priority
Low
Priority
Medium
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
No assignees
6 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
releng/tickets!11272
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "git-text"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The text is reflown to 79 columns.
Signed-off-by: Zbigniew Jędrzejewski-Szmek zbyszek@in.waw.pl
I'm happy to see
git pull --rebasestop being suggested. It's a rather circuitous (and potentially dangerous) way to pick up a new remote branch. Thanks!IMO, 79 columns is a bit wide for email. Ideally, mail is under 72 or so columns, to allow for others to quote it and still stay less than 80 columns.
But if re-flowing is desired, that seems better done in a separate commit, likely applied to all of the templates. And maybe a README in the templates dir which denotes the desired column-width?
This makes the change a tad hard to review. Could you please not mix that in the same commit?
The reason we recommend
git pull --rebaseis so that anything stored locally gets replayed on top in the event that a commit was done by someone else (mass build and branching events usually include that). Since we don't have force pushes, this ensures that we don't break something or randomly introduce merge commits.That's not relevant in this case. No one is arguing that we should recommend
git pullinstead ofgit pull --rebase. Rather,git fetchis all that is needed to pick up the new branch, with no other side-effects.And as I wrote on the devel list here,
git pulluses--ff-onlyby default these days, which is generally better than starting withgit pull --rebasefor most users. But the arguments/options togit pullaren't the core issue here.rebased onto bc444875265a104e6880023a76643acf80119274
OK. I split this into three commits now:
3 new commits added
mail-templates: adjust text about gitmail-templates: add missing punctuation and suchmail-templates: reflow text to 72 charactersThat looks great @zbyszek, thanks!
Very minor, there are a few stray characters in the commit body for the last commit:
s/ s a//:)3 new commits added
mail-templates: adjust text about gitmail-templates: add missing punctuation and suchmail-templates: reflow text to 72 charactersUpdate with just the commit message fix.
Looks good, thanks!
rebased onto 85827321087fe4bb64d4b94e2ab4aa3fc6afba9b
But what has that got to do with the creation of the
f38branch?Rebasing your local commits when there are upstream changes by other packagers is just entirely normal dist-git workflow, and nothing to do with branching from rawhide. Why should this email about branching be the place for general "how to git" info?
If we don't want merge commits, we should add a pre-receive hook to reject them. This email about branching is not the place to enforce that policy.
Should "pending updates will be pushed ..." start a new sentence?
Can we avoid the "it'll" contraction and just say "it will appear"?
rebased onto bc444875265a104e6880023a76643acf80119274
Updated with those two changes.
ok, is everyone happy with the current version? Shall we merge?
Rebased again.
rebased onto
f4acef86caPull-Request has been merged by churchyard