From: Oleg Broytman Date: Sat, 22 Aug 2015 14:32:04 +0000 (+0300) Subject: Change wording X-Git-Url: https://git.phdru.name/?p=git-wiki.git;a=commitdiff_plain;h=1cdc1923e156d5cd604f31220dc4d56f9ea28464 Change wording --- diff --git a/pep-git.txt b/pep-git.txt index 4684b1e..624efb1 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -710,8 +710,8 @@ the recommended parameters are ``git repack -a -d -f --depth=20 for explanation on the effects of these parameters. From time to time run ``git fsck [--strict]`` to verify integrity of -the database. ``git fsck`` could report dangling objects; that's not -an error, just a reminder to perform regular maintenance. +the database. ``git fsck`` may produce a list of dangling objects; +that's not an error, just a reminder to perform regular maintenance. Tips and tricks