Olle,
Please be more careful about the stuff that you commit. In the commit log below you say that you are reinstalling the README, but in fact you removed its contents.
Note that once commits are made to the central repository, they are pretty much irreversible. We can correct existing commits by committing yet another change which fixes it, but we cannot remove commits that already exist in the repository because that could break history for other people.
I understand that getting used to a new revision control system can be a challenge and I really appreciate the effort you put into cleaning up all the documentation and boilerplate, please keep doing it, but double-check that your commit log messages are correct from time to time.
-- Jan
On Thu, Oct 15, 2009 at 2:03 AM, Olle E. Johansson oej@edvina.net wrote:
Module: sip-router Branch: master Commit: 83d11718dc79d3a0dacf853a2ecfe6283f6759bf URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=83d11718...
Author: oej oej@edvina.net Committer: oej oej@edvina.net Date: Wed Oct 14 20:44:41 2009 +0200
- Doxygen updates
- Reinstalling README
...committing an empty README is not a good way to improve documentation
modules/dialplan/dialplan.c | 19 +- modules/dialplan/dialplan.h | 14 +- modules/dialplan/dp_db.c | 14 +- modules/dialplan/dp_db.h | 13 +- modules/dialplan/dp_repl.c | 14 +- modules/tm/README | 1821 ------------------------------------------- 6 files changed, 59 insertions(+), 1836 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=83d1...
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev