* [PATCH 1/2] cogito: fix t9105-fetch-local.sh - use "git-fsck-objects --full"
@ 2007-03-20 17:04 Pavel Roskin
2007-03-20 17:04 ` [PATCH 2/2] cogito: understand permissions written as "100755" Pavel Roskin
0 siblings, 1 reply; 2+ messages in thread
From: Pavel Roskin @ 2007-03-20 17:04 UTC (permalink / raw)
To: Petr Baudis; +Cc: git
git-fsck-objects without "--full" won't succeed in a repository that
uses "alternates".
Signed-off-by: Pavel Roskin <proski@gnu.org>
---
t/t9105-fetch-local.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/t/t9105-fetch-local.sh b/t/t9105-fetch-local.sh
index 35e2778..184ae69 100755
--- a/t/t9105-fetch-local.sh
+++ b/t/t9105-fetch-local.sh
@@ -66,6 +66,6 @@ test_expect_success 'incremental update in repo2' \
'(cd repo2 && cg-update)'
test_expect_success 'verifying incremental update' \
"(cmp repo1/.git/refs/heads/master repo2/.git/refs/heads/master &&
- cd repo2 && git-fsck-objects)"
+ cd repo2 && git-fsck-objects --full)"
test_done
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-03-20 17:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-20 17:04 [PATCH 1/2] cogito: fix t9105-fetch-local.sh - use "git-fsck-objects --full" Pavel Roskin
2007-03-20 17:04 ` [PATCH 2/2] cogito: understand permissions written as "100755" Pavel Roskin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).