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 49b832a85be9db085dfa25261cf606139545f827 (commit)
discards 1fe004a28eab6678033e0dffc418445e2136cb20 (commit)
discards 667620e66b7c04db36dec1669114a91751423753 (commit)
via f020b25533e0eb9b6cdbc4f21c4971e9bfc62cf5 (commit)
via c7d641de1d7c0c5242f36ee7f2732b1e1de7f274 (commit)
via a3f102f4991ad6b19f6cf6128eda3b40f830b519 (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 (49b832a85be9db085dfa25261cf606139545f827)
\
N -- N -- N (f020b25533e0eb9b6cdbc4f21c4971e9bfc62cf5)
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=f020b25533e0eb9b6cdbc4f21c4971e…
commit f020b25533e0eb9b6cdbc4f21c4971e9bfc62cf5
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 12 02:45:21 2015 +0200
gtp.h: rename gsn_t.dublicate (->p).
This is potentially breaking API compat.
http://cgit.osmocom.org/openggsn/commit/?id=c7d641de1d7c0c5242f36ee7f2732b1…
commit c7d641de1d7c0c5242f36ee7f2732b1e1de7f274
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.
http://cgit.osmocom.org/openggsn/commit/?id=a3f102f4991ad6b19f6cf6128eda3b4…
commit a3f102f4991ad6b19f6cf6128eda3b40f830b519
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Oct 11 23:49:27 2015 +0200
gpt.c: improve an error log.
It would print the memory location of the address buffer. Instead, print the
first few hex values of the address buffer.
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
The OpenGGSN project