From 1b2dd74d8d46cb32948f51a746921a768970e10b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 18 Apr 2020 23:57:48 -0400 Subject: [PATCH] bug --- .../get_behavior_when_location_log_is_out_of_date.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/bugs/get_behavior_when_location_log_is_out_of_date.mdwn diff --git a/doc/bugs/get_behavior_when_location_log_is_out_of_date.mdwn b/doc/bugs/get_behavior_when_location_log_is_out_of_date.mdwn new file mode 100644 index 0000000000..47454b82a5 --- /dev/null +++ b/doc/bugs/get_behavior_when_location_log_is_out_of_date.mdwn @@ -0,0 +1,7 @@ +When location log says a remote contains a file, +but it is out of date, a get --from that remote will silently fail to do +anything. + +(This happened with a git remote on a drive fwiw). + +--[[Joey]]