From 2ab4ee7205d8e7d5d81e9a9764f13299444fdf68 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 12 Nov 2017 00:56:43 -0500 Subject: [PATCH] fixing naming --- scripts/rev_control/{rfluffer.sh => rpuffer.sh} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename scripts/rev_control/{rfluffer.sh => rpuffer.sh} (71%) diff --git a/scripts/rev_control/rfluffer.sh b/scripts/rev_control/rpuffer.sh similarity index 71% rename from scripts/rev_control/rfluffer.sh rename to scripts/rev_control/rpuffer.sh index b5de908e..5032bc12 100644 --- a/scripts/rev_control/rfluffer.sh +++ b/scripts/rev_control/rpuffer.sh @@ -1,12 +1,12 @@ #!/bin/bash -# this "fluffs out" the repositories that it finds. what this means is that +# this "puffs out" the repositories that it finds. what this means is that # any git repositories found will have all of their remote state updated (by # pulling all remote repos). this ensures that any upstream changes get # merged into the local branch. -# it's better to fluff out your code regularly rather than waiting for a huge +# it's better to puff out your code regularly rather than waiting for a huge # merge snarl later. note that if you check in the code frequently with the -# feisty meow scripts, that will also take care of fluffing out the code. +# feisty meow scripts, that will also take care of puffing out the code. source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" source "$FEISTY_MEOW_SCRIPTS/rev_control/version_control.sh" @@ -25,5 +25,5 @@ test_or_die "generating revision control file list" popd &>/dev/null perform_revctrl_action_on_file "$tempfile" do_careful_git_update -test_or_die "fluffing out repository at: $tempfile" +test_or_die "puffing out repository at: $tempfile" -- 2.34.1