From eb5a738301bbd28f74e4354743d4be8da9755b18 Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Wed, 24 Oct 2018 16:36:32 +0000 Subject: [PATCH] comment about creating named pipes as arguments --- doc/forum/named_pipes_as_arguments.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/forum/named_pipes_as_arguments.mdwn diff --git a/doc/forum/named_pipes_as_arguments.mdwn b/doc/forum/named_pipes_as_arguments.mdwn new file mode 100644 index 0000000000..5e52c96862 --- /dev/null +++ b/doc/forum/named_pipes_as_arguments.mdwn @@ -0,0 +1 @@ +For which git-annex commands that take a file argument, is it safe for the file to be a named pipe (i.e. git-annex is guaranteed to only read/write the file once and without seeking)?