git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] t5710-info-alternate: demonstrate bug in unpacked pruning
@ 2015-02-01 21:55 Jonathon Mah
  2015-02-01 21:55 ` [PATCH 2/2] sha1_file: fix iterating loose alternate objects Jonathon Mah
  2015-02-02 17:56 ` [PATCH 1/2] t5710-info-alternate: demonstrate bug in unpacked pruning Jeff King
  0 siblings, 2 replies; 7+ messages in thread
From: Jonathon Mah @ 2015-02-01 21:55 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Jeff King

Signed-off-by: Jonathon Mah <me@JonathonMah.com>
---
 t/t5710-info-alternate.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/t5710-info-alternate.sh b/t/t5710-info-alternate.sh
index 5a6e49d..d82844a 100755
--- a/t/t5710-info-alternate.sh
+++ b/t/t5710-info-alternate.sh
@@ -18,6 +18,7 @@ reachable_via() {
 
 test_valid_repo() {
 	git fsck --full > fsck.log &&
+	git prune &&
 	test_line_count = 0 fsck.log
 }
 
@@ -47,8 +48,7 @@ test_expect_success 'preparing third repository' \
 'git clone -l -s B C && cd C &&
 echo "Goodbye, cruel world" > file3 &&
 git add file3 &&
-git commit -m "one more" file3 &&
-git repack -a -d -l &&
+git commit -m "one more without packing" file3 &&
 git prune'
 
 cd "$base_dir"
-- 
2.3.0.rc2.2.g184f7a0

^ permalink raw reply related	[flat|nested] 7+ messages in thread
* Re: [PATCH] sha1_file.c: make sure open_sha1_file does not open a directory
@ 2015-02-09  1:12 Jeff King
  2015-02-09  1:15 ` [PATCH 2/2] sha1_file: fix iterating loose alternate objects Jeff King
  0 siblings, 1 reply; 7+ messages in thread
From: Jeff King @ 2015-02-09  1:12 UTC (permalink / raw)
  To: Kyle J. McKay; +Cc: Jonathon Mah, Junio C Hamano, Git mailing list

On Sun, Feb 08, 2015 at 07:54:44PM -0500, Jeff King wrote:

> However, the first thing for_each_loose_file_in_objdir is going to do is
> stick the path into a strbuf. So perhaps the most sensible thing is to
> just teach it to take a strbuf from the caller. I'll work up a patch.
> 
> It looks like a1b47246 isn't even in "next" yet, so I'll build it
> directly on what is already in master, dropping Jonathan's patch.

Here it is. The first patch is a refactoring to allow this,
and the second is the moral equivalent of Jonathon's patch.
These replace a1b47246 on the tip of jk/prune-mtime.

  [1/2]: for_each_loose_file_in_objdir: take an optional strbuf path
  [2/2]: sha1_file: fix iterating loose alternate objects

-Peff

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-02-09  9:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-01 21:55 [PATCH 1/2] t5710-info-alternate: demonstrate bug in unpacked pruning Jonathon Mah
2015-02-01 21:55 ` [PATCH 2/2] sha1_file: fix iterating loose alternate objects Jonathon Mah
2015-02-02 17:53   ` Jeff King
2015-02-02 18:37     ` Jonathon Mah
2015-02-02 17:56 ` [PATCH 1/2] t5710-info-alternate: demonstrate bug in unpacked pruning Jeff King
  -- strict thread matches above, loose matches on Subject: below --
2015-02-09  1:12 [PATCH] sha1_file.c: make sure open_sha1_file does not open a directory Jeff King
2015-02-09  1:15 ` [PATCH 2/2] sha1_file: fix iterating loose alternate objects Jeff King
2015-02-09  9:44   ` Kyle J. McKay

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).