The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Nuggit log

Display the git log of the root repository.

SYNOPSIS

To compare ahead and behind commits between the current and a specified branch, use --diff and --all. It is recommended pipe to more or less if -n is not used.

Example usage: nuggit log nuggit log -n <#> nuggit log --diff <branch name> nuggit log --diff --all <branch name> nuggit log --diff --all <branch-name> -n <#> -p

-n <#>

Specify the number of commits to show.

--diff <branch name>

Show the ahead commits; a branch name is required.

--all

Show the ahead and behind commits ; the diff flag and branch name are also required.

-p

Include patch text.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 55:

=over without closing =back