]> git.tue.mpg.de Git - paraslash.git/commit
Merge topic branch t/misc into pu
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 22 Jan 2025 20:13:17 +0000 (21:13 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 22 Jan 2025 20:13:17 +0000 (21:13 +0100)
commit83acb9c8b663d28693775e267323ad0798782b4e
treefa5fa3b18923c89a4568e2d17e94f0a8b74e9553
parent83eb6d9349d163a96a6fb3b6a93bad211bbc0347
parentae65f5eb76224be746268c4c870cb0efd705fd2c
Merge topic branch t/misc into pu

The stuff in here is too small to get its own topic branch. The
commits are generally regarded as safe enough to be applied directly to
"master" without cooking in "next" first. However, if a commit induces
a merge conflict or is important enough to get mentioned in an item
of the NEWS file, the commit should get a dedicated topic branch.

Unlike most other topic branches, this branch never promotes to
"next". When a set of commits is ready to graduate to "master", the
branch is rebased onto "master" and its commits are re-ordered so that
the graduating commits appear at the beginning. The last such commit
is merged to "master". This always results in a fast-forward merge,
so no merge message needs to be supplied.

* refs/heads/t/misc:
  gui: Switch to white foreground for command output.
  gui: Improve "closing command fd" log message.
gui.c