Thread (3 messages) flat view 3 messages, 2 authors, 2016-06-15

Re: [PATCH] Make Git accept absolute path names for files within the work tree

From: Johannes Sixt <hidden>
Date: 2016-06-15 22:43:54

Robin Rosenberg schrieb:
+test_expect_success 'add files using absolute path names' '
+echo a >afile &&
+echo b >bfile &&
+git-add afile &&
+git-add $(pwd)/bfile &&
Please use "$(pwd)/bfile" (d-quotes) throughout. Otherwise the test would 
fail if conducted in a directory with spaces.

-- Hannes
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help