]> git.tue.mpg.de Git - paraslash.git/commit
Merge topic branch t/misc into pu pu
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 17 Sep 2024 15:59:14 +0000 (17:59 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 17 Sep 2024 15:59:14 +0000 (17:59 +0200)
commitdb1ba336fc3dbee9f604c98269687d73ed5c5cd0
tree35a195f1c2b44e6e7697843623826fd427527239
parent2331d651a7e91815ee50f7e40d145d902167e3a0
parent7314d67a2097794caefcb19d917f198a3cbfd3ae
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: Kill also child processes of external commands.