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 8e26a896b Cygwin: FIFO: allow fc_handler list to grow dynamically discards eae2e4fd1 Cygwin: FIFO: avoid infinite loop when opening a writer discards 4a4159b8a Cygwin: FIFO: avoid unneeded lock when closing discards d57d388ae Cygwin: FIFO: improve fixup_after_fork and fixup_after_exec discards c8ffd68c3 Cygwin: FIFO: designate one reader as owner discards 66473c4da Cygwin: indentation change discards 72e29b75b Cygwin: FIFO: introduce a new type, fifo_reader_id_t discards 832889107 Cygwin: FIFO: keep track of the number of readers discards 9dde69ea3 Cygwin: FIFO: add shared memory discards 22802bf30 Cygwin: FIFO: use a cygthread for listening instead of a home [...] discards 67c60dea8 Cygwin: FIFO: change the handling of the read_ready event new ba800c07e Cygwin: FIFO: change the handling of the read_ready event new 56150fa41 Cygwin: FIFO: use a cygthread for listening instead of a home [...] new e6f86b429 Cygwin: FIFO: add shared memory new 44b8c7297 Cygwin: FIFO: keep track of the number of readers new 3b73b4648 Cygwin: FIFO: introduce a new type, fifo_reader_id_t new caac0d703 Cygwin: indentation change new 4d7cf2bb5 Cygwin: FIFO: designate one reader as owner new aa22607be Cygwin: FIFO: improve fixup_after_fork and fixup_after_exec new 09dce29cf Cygwin: FIFO: avoid unneeded lock when closing new d6e05cdb1 Cygwin: FIFO: avoid infinite loop when opening a writer new 28cd72ef5 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 (8e26a896b) \ N -- N -- N refs/heads/topic/fifo (28cd72ef5)
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 11 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)