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]]