backup-at-scripts:tip

Last commit made on 2024-05-05
Get this branch:
git clone -b tip https://git.launchpad.net/backup-at-scripts
Only Mark Grant can upload to this branch. If you are Mark Grant please log in for upload directions.

Branch merges

Branch information

Name:
tip
Repository:
lp:backup-at-scripts

Recent commits

07327b6... by Mark Grant

git: Correct reasoning in gitignore file

Signed-off-by: Mark Grant <email address hidden>

66aa8f5... by Mark Grant

v1.1.2

Signed-off-by: Mark Grant <email address hidden>

c798813... by Mark Grant

at: Update ChangeLog and NEWS for new release

Signed-off-by: Mark Grant <email address hidden>

d208748... by Mark Grant

v1.1.2-rc1

Signed-off-by: Mark Grant <email address hidden>

469cd9c... by Mark Grant

bash: Silence trap function unreachable code warning

Found by shellcheck:-
SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly).

Being a trap function appearing unreachable is normal so silence the
warning.

Link: https://www.shellcheck.net/wiki/SC2317
Signed-off-by: Mark Grant <email address hidden>

a74f57b... by Mark Grant

bash: Double quote to prevent globbing and word splitting

Found by shellcheck:-
SC2086 (info): Double quote to prevent globbing and word splitting.

Link: https://www.shellcheck.net/wiki/SC2086
Signed-off-by: Mark Grant <email address hidden>

6c51361... by Mark Grant

bash: Remove unused variable

Found by shellcheck:-
SC2034 (warning): outputprefix appears unused. Verify use (or export if used externally).

Link: https://www.shellcheck.net/wiki/SC2034
Signed-off-by: Mark Grant <email address hidden>

8aa7136... by Mark Grant

at: Improve CL syntax description

Use standardised command line syntax format.

Signed-off-by: Mark Grant <email address hidden>

6538ed8... by Mark Grant

man: Update CL syntax

Use standard format for command line syntax.

Signed-off-by: Mark Grant <email address hidden>

7583729... by Mark Grant

bash: Improve CL syntax description

Use standardised command line syntax format.

Signed-off-by: Mark Grant <email address hidden>