aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes/git-workflow
diff options
context:
space:
mode:
authorPo Lu2024-08-29 08:53:52 +0800
committerPo Lu2024-08-29 08:53:52 +0800
commit413489fe80a4736d6dc026cfc3b6d2ce3af44005 (patch)
treebadcfd28962a0dbc06f04c624916a8e5eb71140b /admin/notes/git-workflow
parente97ab1c41332e179939f457cc010a606a5124ff8 (diff)
parente6c72aec9d7eba8f3312811a1b6dc925850460f4 (diff)
downloademacs-413489fe80a4736d6dc026cfc3b6d2ce3af44005.tar.gz
emacs-413489fe80a4736d6dc026cfc3b6d2ce3af44005.zip
Merge from savannah/emacs-30
e6c72aec9d7 ; Fix typos 9ffa38d3925 Eglot: fix completion highlighting (bug#72824) d6880bc24dd ; * admin/make-tarball.txt: Document gotcha. afee71273b7 Discuss commit log messages on feature branches 77302ccb6aa * admin/authors.el (authors-fixed-entries): Update docstr... 3a4839d1427 More consistent treesit-forward-sexp around comments (bug... 31293155879 Improve php-ts-mode font lock and support latest grammar ... b8c05d73a11 Fix tree-sitter local parser overlay cleanup routine aa6ed7f67ec Fix copyright years by hand (Bug#72809)
Diffstat (limited to 'admin/notes/git-workflow')
-rw-r--r--admin/notes/git-workflow14
1 files changed, 14 insertions, 0 deletions
diff --git a/admin/notes/git-workflow b/admin/notes/git-workflow
index d33f49a1aca..d873cac4269 100644
--- a/admin/notes/git-workflow
+++ b/admin/notes/git-workflow
@@ -138,6 +138,20 @@ When everything's done, look hard at the resulting merge. Skipping
138commits requires separate merges, so don't be surprised to see more 138commits requires separate merges, so don't be surprised to see more
139than one merge commit. If you're happy, push. 139than one merge commit. If you're happy, push.
140 140
141
142Long-lived feature branches
143===========================
144
145The conventions for formatting commit log messages set out in CONTRIBUTE
146don't apply to commits made to feature branches.
147Thus, feel free to commit little and often, with short and simple commit
148messages. This practice can ease development by making 'git bisect' and
149'git revert' more effective.
150
151The commit merging the feature branch to master, on the other hand,
152should follow the usual commit log message conventions.
153
154
141Warnings about X11 forwarding 155Warnings about X11 forwarding
142============================= 156=============================
143 157