Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Sample command line workflow with git and gerrit

From: Hadriel Kaplan <hadriel.kaplan@xxxxxxxxxx>
Date: Wed, 26 Feb 2014 11:38:34 -0500
On Feb 26, 2014, at 3:22 AM, Joerg Mayer <jmayer@xxxxxxxxx> wrote:

> a) Develpment documentation must be available for offline work.
>   Folding the development READMEs into the developer guide now
>   that the stuff has moved over to asciidoc would reduce the
>   number of places to two - and the developer's guide is available
>   via web, so there is no problem with creating tutorials and
>   similar stuff in the wiki and then linking to the dg for the
>   details.

To work offline:
% curl http://wiki.wireshark.org/Development/Workflow > README.html

To get a changelog:
% curl http://wiki.wireshark.org/Development/Workflow?action=info > README_changelog.html

-hadriel