From 1812ec5dabae25c5fde74054b3b30367756a2279 Mon Sep 17 00:00:00 2001 From: spwhitton Date: Wed, 13 Mar 2019 18:15:08 +0000 Subject: [PATCH] more info --- doc/forum/Checking_that_everything_is_committed.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/forum/Checking_that_everything_is_committed.mdwn b/doc/forum/Checking_that_everything_is_committed.mdwn index 7b2e06f1a3..7f492fc5ab 100644 --- a/doc/forum/Checking_that_everything_is_committed.mdwn +++ b/doc/forum/Checking_that_everything_is_committed.mdwn @@ -23,6 +23,8 @@ The call to git-diff-files(1) fails in a v7 repo with output like this (if I dro :100644 100644 f8e47b9532ea17ac825c39bddc35dbd68f120a46 0000000000000000000000000000000000000000 M dists/stretch/main/binary-amd64/Packages :100644 100644 f8e47b9532ea17ac825c39bddc35dbd68f120a46 0000000000000000000000000000000000000000 M dists/stretch/main/binary-i386/Packages +I note that the listed files are empty. + Is there a git-annex command that I can run to normalise my repo so that git-diff-files(1) produces no output? Or does it not make sense to run git-diff-files(1) in a v7 repo? Thanks.