From 31f548272949a23f4e2a633346af0e80db60ac65 Mon Sep 17 00:00:00 2001 From: gueux Date: Wed, 3 Feb 2021 17:06:24 +0000 Subject: [PATCH 1/2] Added a comment --- ...comment_7_5e3482024e20759f8d42e14598d4dc26._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/after_adjust_--unlock_implies__44___a_lot_of_files_are_reported_as_modified/comment_7_5e3482024e20759f8d42e14598d4dc26._comment diff --git a/doc/bugs/after_adjust_--unlock_implies__44___a_lot_of_files_are_reported_as_modified/comment_7_5e3482024e20759f8d42e14598d4dc26._comment b/doc/bugs/after_adjust_--unlock_implies__44___a_lot_of_files_are_reported_as_modified/comment_7_5e3482024e20759f8d42e14598d4dc26._comment new file mode 100644 index 0000000000..a97a34b1e0 --- /dev/null +++ b/doc/bugs/after_adjust_--unlock_implies__44___a_lot_of_files_are_reported_as_modified/comment_7_5e3482024e20759f8d42e14598d4dc26._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="gueux" + avatar="http://cdn.libravatar.org/avatar/47e44a21505727b2d6bb5d88f0468f34" + subject="comment 7" + date="2021-02-03T17:06:24Z" + content=""" +I have a local repo (without most of the files) with Debian sid and a remote using ssh, on a server with Debian stable. The files are big, so it is easier to access them with sshfs, to avoid copying them. I wanted to use adjusted branches for users who access the files with gnome/nautilus (via sshfs integration) which is not clever with copying symlinks. So, I upgraded the repo from my laptop (repo mounted with sshfs). + +Note that this problem only occurs with adjusted branched, I also have other repos accessed and upgraded via sshfs (sometimes because I just ran \"git status\" on a repo mounted with sshfs, which resulted in an upgrade (I think)), and there is no file reported as modified (git status is also slow, though). +"""]] From 59fa8b767101814aed972465651e163e34fd868b Mon Sep 17 00:00:00 2001 From: gueux Date: Wed, 3 Feb 2021 17:20:24 +0000 Subject: [PATCH 2/2] Added a comment --- .../comment_8_4e9f342281b01ecb9354a08200c04ab0._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/after_adjust_--unlock_implies__44___a_lot_of_files_are_reported_as_modified/comment_8_4e9f342281b01ecb9354a08200c04ab0._comment diff --git a/doc/bugs/after_adjust_--unlock_implies__44___a_lot_of_files_are_reported_as_modified/comment_8_4e9f342281b01ecb9354a08200c04ab0._comment b/doc/bugs/after_adjust_--unlock_implies__44___a_lot_of_files_are_reported_as_modified/comment_8_4e9f342281b01ecb9354a08200c04ab0._comment new file mode 100644 index 0000000000..628793ae32 --- /dev/null +++ b/doc/bugs/after_adjust_--unlock_implies__44___a_lot_of_files_are_reported_as_modified/comment_8_4e9f342281b01ecb9354a08200c04ab0._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="gueux" + avatar="http://cdn.libravatar.org/avatar/47e44a21505727b2d6bb5d88f0468f34" + subject="comment 8" + date="2021-02-03T17:20:24Z" + content=""" +I've just seen it happen on a repo without adjusted branches, sorry! So, it does not seem to be related with them. +"""]]