EnglishFrenchSpanish

Ad


OnWorks favicon

git-changelog - Online in the Cloud

Run git-changelog in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command git-changelog that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


git-changelog - Generate a changelog report

SYNOPSIS


git-changelog [options] [<file>]
git-changelog {-h | --help | ?}

DESCRIPTION


Generates a changelog from git(1) tags (annotated or lightweight) and commit messages.
Existing changelog files with filenames that begin with Change or History will be
identified automatically with a case insensitive match pattern and existing content will
be appended to the new output generated--this behavior can be disabled by specifying the
prune option (-p|--prune-old). The generated file will be opened in $EDITOR when set.

If no tags exist, then all commits are output; if tags exist, then only the most-recent
commits are output up to the last identified tag. This behavior can be changed by
specifing one or both of the range options (-f|--final-tag and -s|--start-tag).

OPTIONS


<file>

The name of the output file. By default the new file will be History.md unless an existing
changelog is detected in which case the existing file will be updated.

-a, --all

Retrieve all commits. Ignores -s|--start-tag and -f|--final-tag options (if set).

-l, --list

Show commits in list format (without titles, dates).

-t, --tag

Specify a tag label to use for most-recent (untagged) commits.

-f, --final-tag

When specifying a range, the newest tag at which point commit retrieval will end. Commits
will be returned from the very first commit until the final tag unless a start tag is also
specified.

-s, --start-tag

When specifying a range, the oldest tag to retrieve commits from. Commits will be returned
from the start tag to now unless a final tag is also specified.

-n, --no-merges

Filters out merge commits (commits with more than 1 parent) from generated changelog.

-m, --merges-only

Uses only merge commits (commits with more than 1 parent) for generated changelog. It also
changes the default format to include the merge commit messages body, as on github the
commits subject line only contains the branch name but no information about the content of
the merge.

-p, --prune-old

Replace existing changelog entirely with newly generated content, thereby disabling the
default behavior of appending the content of any detected changelog to the end of newly
generated content.

-x, --stdout

Write output to stdout instead of to a new changelog file.

-h, --help, ?

Show a help message with basic usage information.

EXAMPLES


Updating existing file or creating a new History.md file with pretty formatted output:

$ git changelog

Listing commits from the current version:

$ git changelog --list

Listing a range of commits from 2.1.0 to now:

$ git changelog --list --start-tag 2.1.0

Listing a pretty formatted version of the same:

$ git changelog --start-tag 2.1.0

Listing a range of commits from initial commit to 2.1.0:

$ git changelog --list --final-tag 2.1.0

Listing a pretty formatted range of commits between 0.5.0 and 1.0.0:

$ git changelog --start-tag 0.5.0 --final-tag 1.0.0

Specifying a file for output:

$ git changelog ChangeLog.md

And if an existing Changelog exists, replace its contents entirely:

$ git changelog --prune-old

Use git-changelog online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad