summaryrefslogtreecommitdiff
path: root/examples/git-metapull
diff options
context:
space:
mode:
authorPrzemyslaw Pawelczyk <przemoc@gmail.com>2016-01-19 21:33:51 +0100
committerPrzemyslaw Pawelczyk <przemoc@gmail.com>2016-01-19 21:33:51 +0100
commitbcbb05f7ce81748cf182f8a1d045cca57c9c382e (patch)
tree71938f8eb7103d8e25975d0360684740e28f14ff /examples/git-metapull
parent7f000a2d7368367f8c6d3bf7c15e7ad7b0782952 (diff)
examples/git-metapull: Fix the comments.
Diffstat (limited to 'examples/git-metapull')
-rw-r--r--examples/git-metapull9
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"