diff options
author | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2016-01-19 21:33:51 +0100 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2016-01-19 21:33:51 +0100 |
commit | bcbb05f7ce81748cf182f8a1d045cca57c9c382e (patch) | |
tree | 71938f8eb7103d8e25975d0360684740e28f14ff /examples | |
parent | 7f000a2d7368367f8c6d3bf7c15e7ad7b0782952 (diff) |
examples/git-metapull: Fix the comments.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/git-metapull | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/examples/git-metapull b/examples/git-metapull index e9a5090..a81c2ba 100644 --- a/examples/git-metapull +++ b/examples/git-metapull @@ -1,9 +1,10 @@ #!/bin/sh # -# This script can be used instead of git pull when updating a remote -# repo to make sure the metadata matches what is stored in the repo. -# It will do a git pull, show a list of changes to be made to the metadata, -# and after getting confirmation, apply the changes. +# This script can be used instead of git pull when updating from +# a remote repo to make sure the metadata matches what is stored in +# the repo. +# It will do a git pull, show a list of changes to be made to +# the metadata, and after getting confirmation, apply the changes. DO_MTIME=yes MSFILE=".metadata" |