]> git.tuebingen.mpg.de Git - paraslash.git/commit
Merge topic branch t/misc into pu
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 16 May 2024 23:45:32 +0000 (01:45 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 16 May 2024 23:45:32 +0000 (01:45 +0200)
commitfe563f536e9348ca996747137ea52f4897e874e6
tree1da969d3c1f16a1e5c1378c73cfff8c5ebfdea81
parentd5954c9803404fd68ab05325ea0c4fc04da72d5f
parent06d1d165f80eff7d7d690829693cc4c390db8939
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:
  play.c: Replace NULL check by assertion.
  filter_common: Annotate possible NULL pointer confusion.
  exec: Simplify fd handling.
  i9e: Clear history on close.
play.c