This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/fifo in repository newlib.
discards 28cd72ef5 Cygwin: FIFO: allow fc_handler list to grow dynamically discards d6e05cdb1 Cygwin: FIFO: avoid infinite loop when opening a writer discards 09dce29cf Cygwin: FIFO: avoid unneeded lock when closing discards aa22607be Cygwin: FIFO: improve fixup_after_fork and fixup_after_exec discards 4d7cf2bb5 Cygwin: FIFO: designate one reader as owner discards caac0d703 Cygwin: indentation change discards 3b73b4648 Cygwin: FIFO: introduce a new type, fifo_reader_id_t discards 44b8c7297 Cygwin: FIFO: keep track of the number of readers discards e6f86b429 Cygwin: FIFO: add shared memory new f1d9519e2 Cygwin: FIFO: add shared memory new 99f5da92f Cygwin: FIFO: keep track of the number of readers new e9cb80f97 Cygwin: FIFO: introduce a new type, fifo_reader_id_t new 943a21302 Cygwin: indentation change new 7538be1f8 Cygwin: FIFO: designate one reader as owner new 7b89adf14 Cygwin: FIFO: improve fixup_after_fork and fixup_after_exec new 46b60bb4e Cygwin: FIFO: avoid unneeded lock when closing new 3bfcea9cd Cygwin: FIFO: avoid infinite loop when opening a writer new e5d19cece Cygwin: FIFO: allow fc_handler list to grow dynamically
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (28cd72ef5) \ N -- N -- N refs/heads/topic/fifo (e5d19cece)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: winsup/cygwin/fhandler.h | 10 +++++----- winsup/cygwin/fhandler_fifo.cc | 20 ++++++++++---------- 2 files changed, 15 insertions(+), 15 deletions(-)