This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenGGSN project".
The branch, neels/refactor has been updated
discards 695b0cff3d66158e0661aff99622b1ad514b8729 (commit)
discards b0d8b7841b0649d0ca5c746baa0e2b376af121d2 (commit)
discards 74fb84f8d44d0453bb03276948c679d76690832f (commit)
via 2bab4815ad67c069dabbe5d11297edd7ab686050 (commit)
via c5e01d68c32489454e4457aeb4686b4b72df6ca1 (commit)
via e5dbc2cc028b7df6d557faeabe70642c4668d5d7 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (695b0cff3d66158e0661aff99622b1ad514b8729)
\
N -- N -- N (2bab4815ad67c069dabbe5d11297edd7ab686050)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openggsn/commit/?id=2bab4815ad67c069dabbe5d11297edd…
commit 2bab4815ad67c069dabbe5d11297edd7ab686050
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 12 13:42:17 2015 +0200
gtp.c: fix an error log.
Fix: the code handles fd1u but prints fd1c.
http://cgit.osmocom.org/openggsn/commit/?id=c5e01d68c32489454e4457aeb4686b4…
commit c5e01d68c32489454e4457aeb4686b4b72df6ca1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 12 02:45:21 2015 +0200
gtp.h: rename gsn_t.dublicate to duplicate.
Fix spelling dublicate -> duplicate.
This is potentially breaking API compat, but currently, no users of
gsn_t.dublicate are known.
http://cgit.osmocom.org/openggsn/commit/?id=e5dbc2cc028b7df6d557faeabe70642…
commit e5dbc2cc028b7df6d557faeabe70642c4668d5d7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Oct 11 23:44:00 2015 +0200
Rename gtp_dublicate, cosmetic.
Fix spelling dublicate -> duplicate in comments and in (apparently only
statically used) gtp_dublicate().
Add two TODO comments.
Fix other spelling/punctuation and one numbering in comments.
Remove an opening brace from a comment to not mix up cindent in vim.
Break a long line.
-----------------------------------------------------------------------
Summary of changes:
gtp/gtp.c | 2 +-
sgsnemu/sgsnemu.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
The OpenGGSN project