projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sha1-file: make pretend_object_file() not prefetch
[git]
/
t
/
t7519
/
fsmonitor-watchman
diff --git
a/t/t7519/fsmonitor-watchman
b/t/t7519/fsmonitor-watchman
index
d8e7a1e
..
264b9da
100755
(executable)
--- a/
t/t7519/fsmonitor-watchman
+++ b/
t/t7519/fsmonitor-watchman
@@
-26,8
+26,7
@@
if ($version == 1) {
# subtract one second to make sure watchman will return all changes
$time = int ($time / 1000000000) - 1;
} else {
- die "Unsupported query-fsmonitor hook version '$version'.\n" .
- "Falling back to scanning...\n";
+ exit 1;
}
my $git_work_tree;