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 e5d19cece Cygwin: FIFO: allow fc_handler list to grow dynamically discards 3bfcea9cd Cygwin: FIFO: avoid infinite loop when opening a writer discards 46b60bb4e Cygwin: FIFO: avoid unneeded lock when closing discards 7b89adf14 Cygwin: FIFO: improve fixup_after_fork and fixup_after_exec discards 7538be1f8 Cygwin: FIFO: designate one reader as owner discards 943a21302 Cygwin: indentation change discards e9cb80f97 Cygwin: FIFO: introduce a new type, fifo_reader_id_t discards 99f5da92f Cygwin: FIFO: keep track of the number of readers discards f1d9519e2 Cygwin: FIFO: add shared memory discards 56150fa41 Cygwin: FIFO: use a cygthread for listening instead of a home [...] discards ba800c07e Cygwin: FIFO: change the handling of the read_ready event discards ff99f4d79 Cygwin: honor the flags argument in fhandler_fifo::dup discards 1b301bad1 Cygwin: FIFO: simplify the fifo_client_handler structure new ccddab948 Cygwin: FIFO: simplify the fifo_client_handler structure new 83b326a88 Cygwin: honor the flags argument in fhandler_fifo::dup new d2580c72e Cygwin: FIFO: change the handling of the read_ready event new 01ef7a0a0 Cygwin: FIFO: use a cygthread for listening instead of a home [...] new 9bb4e64a7 Cygwin: FIFO: add shared memory new a5781f409 Cygwin: FIFO: keep track of the number of readers new 56c61ff6d Cygwin: FIFO: introduce a new type, fifo_reader_id_t new 5809bbe4c Cygwin: indentation change new 822fcf500 Cygwin: FIFO: designate one reader as owner new 3b16964ce Cygwin: FIFO: improve fixup_after_fork and fixup_after_exec new dd844e01d Cygwin: FIFO: avoid unneeded lock when closing new 2e5e470a7 Cygwin: FIFO: avoid infinite loop when opening a writer new b15d51dbc 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 (e5d19cece) \ N -- N -- N refs/heads/topic/fifo (b15d51dbc)
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 13 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_fifo.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)