From: Junio C Hamano <junio@pobox.com>
To: drafnel@gmail.com
Cc: gitster@pobox.com, git@vger.kernel.org
Subject: Re: [PATCH] t7701-repack-unpack-unreachable.sh: check timestamp of unpacked objects
Date: Sun, 18 May 2008 21:37:05 -0700 [thread overview]
Message-ID: <7vd4niaozy.fsf@gitster.siamese.dyndns.org> (raw)
In-Reply-To: <16342222.1211083116270.JavaMail.teamon@b306.teamon.com> (drafnel@gmail.com's message of "Sat, 17 May 2008 23:00:00 -0500")
drafnel@gmail.com writes:
> + test -f "$fsha1path" -a ! "$fsha1path" -nt "$packfile" -a \
> + ! "$fsha1path" -ot "$packfile" &&
> + test -f "$csha1path" -a ! "$csha1path" -nt "$packfile" -a \
> + ! "$csha1path" -ot "$packfile" &&
> + test -f "$tsha1path" -a ! "$tsha1path" -nt "$packfile" -a \
> + ! "$tsha1path" -ot "$packfile"
> +'
"Test" primaries -nt/-ot are unfortunately excluded from POSIX.
next prev parent reply other threads:[~2008-05-19 4:38 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-18 4:00 [PATCH] t7701-repack-unpack-unreachable.sh: check timestamp of unpacked objects drafnel
2008-05-19 4:37 ` Junio C Hamano [this message]
2008-05-19 14:20 ` Brandon Casey
2008-05-19 20:27 ` Brandon Casey
2008-05-19 21:08 ` Jeff King
2008-05-19 21:48 ` Brandon Casey
-- strict thread matches above, loose matches on Subject: below --
2008-06-29 0:25 drafnel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7vd4niaozy.fsf@gitster.siamese.dyndns.org \
--to=junio@pobox.com \
--cc=drafnel@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).