Public repository

Syslog-ng is version-controlled using git

Public git repositories of syslog-ng are available at the following location:

A web based interface for browsing changes is also available:

To fetch a copy of the contents of the repository, please issue the following command:

$ git clone git://git.balabit.hu/bazsi/syslog-ng-3.0.git/ syslog-ng.git

This will result in a syslog-ng.git directory to be created, which will contain the latest version of syslog-ng. Please note that this repository might contain changes that were not released yet. Using an unreleased version of syslog-ng in a production environment is not recommended.

Most important git commands

The following commands let you manipulate and examine the contents of the git repository. Please read the git documentation for more information.

View the changelog:

$ git log

Update the repository

$ git pull

Check local changes

$ git status