Remove trailing whitespace

pull/64/head
Tim Byrne 7 years ago
parent 5f47794104
commit aaa4152fac
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12

@ -101,7 +101,7 @@ function test_alt() {
and auto-alt is configured true
and file matches ##yadm_tmpl
automatically process alternates
report no linking (not loud)
report no linking (not loud)
Verify that the correct content is written
"

@ -199,7 +199,7 @@ function alt() {
#; for every file which is a *##yadm_tmpl create a real file
local IFS=$'\n'
local match="^(.+)##yadm_tmpl"
local envtpl_bin=$(which envtpl)
local envtpl_bin=$(which envtpl)
for tracked_file in $("$GIT_PROGRAM" ls-files | sort) $(cat "$YADM_ENCRYPT" 2>/dev/null); do
tracked_file="$YADM_WORK/$tracked_file"
if [ -e "$tracked_file" ] ; then

@ -91,8 +91,8 @@ Instead use the
command (see below).
.TP
.B alt
Create symbolic links and process jinja templates for any managed files matching the naming rules describe
in the ALTERNATES section.
Create symbolic links and process jinja templates for any managed files matching the naming rules describe
in the ALTERNATES section.
It is usually unnecessary to run this command, as
.B yadm
automatically processes alternates by default.
@ -401,7 +401,7 @@ can detect files with names ending in any of the following:
If there are any files managed by
.BR yadm \'s
repository,
or listed in
or listed in
.IR $HOME/.yadm/encrypt ,
which match this naming convention,
symbolic links will be created for the most appropriate version.
@ -490,19 +490,19 @@ using the configuration options
and
.BR local.user .
If
If
.BR envtpl
(
.BR pip\ install\ envtpl
) is available, you can also create
) is available, you can also create
.B jinja
templates (http://jinja.pocoo.org/) which will transformed into real files.
templates (http://jinja.pocoo.org/) which will transformed into real files.
.B yadm
will treat files ending in
will treat files ending in
##yadm_tmpl
as jinja templates. During processing, the following variables are
as jinja templates. During processing, the following variables are
set according to the above rules:
YADM_CLASS

Loading…
Cancel
Save