Thread (5 messages) flat view 5 messages, 3 authors, 2016-06-15

Re: [PATCH] t7701-repack-unpack-unreachable.sh: check timestamp of unpacked objects

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:44:37

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.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help