]> git.tuebingen.mpg.de Git - paraslash.git/commit
Merge topic branch t/misc into pu
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 19 Apr 2024 18:43:26 +0000 (20:43 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 19 Apr 2024 18:43:26 +0000 (20:43 +0200)
commit34c0f5f871c64c04404faa0ea944eef175912a2d
tree530a811c42e32827f42dac061da89ea736e2426f
parent4dbca475e7a8ef8f395918b7730a66190696d5e2
parentce519191e4404bdd5935a5d46d3660edcbbc5e5e
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:
  client: Fix memory leak on exit.
  ipc: Remove pointless initialization in shm_get_shmmax().
  i9e: Clear history on close.
client.c