This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository efm2.

View the commit online.

commit 180904ba15e71bb67798965e9bb8547abcdae0cf
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Thu Jun 6 11:56:44 2024 +0100

    mv - add comments
---
 src/backends/default/mv.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/backends/default/mv.c b/src/backends/default/mv.c
index e3733e5..d5c1194 100644
--- a/src/backends/default/mv.c
+++ b/src/backends/default/mv.c
@@ -134,6 +134,7 @@ main(int argc EINA_UNUSED, char **argv EINA_UNUSED)
         src_can_write = meta_path_can_write(fs->src);
         dst_can_write = meta_path_can_write(eina_strbuf_string_get(buf));
 
+        // metadata file for the base target file
         if (src_can_write) src_meta = meta_path_find(fs->src, "meta.efm");
         else src_meta = meta_path_user_find(fs->src, "meta.efm");
         if (dst_can_write) dst_meta = meta_path_find(dstfile, "meta.efm");
@@ -153,6 +154,7 @@ main(int argc EINA_UNUSED, char **argv EINA_UNUSED)
         free(src_meta);
         free(dst_meta);
 
+        // thumbnail file for the base target file
         if (src_can_write) src_meta = meta_path_find(fs->src, "thumb.efm");
         else src_meta = meta_path_user_find(fs->src, "thumb.efm");
         if (dst_can_write) dst_meta = meta_path_find(dstfile, "thumb.efm");

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to