git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Git does not recognise directory named '${sys:DATA_ROOT_DIR}'
@ 2019-09-03 12:44 Σταύρος Ντέντος
  2019-09-03 13:34 ` Taylor Blau
  0 siblings, 1 reply; 6+ messages in thread
From: Σταύρος Ντέντος @ 2019-09-03 12:44 UTC (permalink / raw)
  To: git

Hello there,

While the name is obviously a mistake, git refuses to even acknowledge
the directory.

```
u@h:~/$ mkdir init-test
u@h:~/$ cd init-test
u@h:~/init-test$ git init
Initialized empty Git repository in /home/u/init-test/.git/
u@h:~/init-test$ (master #) mkdir \$\{sys\:DATA_ROOT_DIR\}/
u@h:~/init-test$ (master #) git status
On branch master

No commits yet

nothing to commit (create/copy files and use "git add" to track)
u@h:~/init-test$ (master #) git add
.git/                    ${sys:DATA_ROOT_DIR}/
u@h:~/init-test$ (master #) git add \$\{sys\:DATA_ROOT_DIR\}/
u@h:~/init-test$ (master #) git commit --signoff -m'a'
On branch master

Initial commit

nothing to commit
u@h:~/init-test$ (master #)
```

Is that expected?

Ντέντος Σταύρος

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-09-03 19:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-03 12:44 Git does not recognise directory named '${sys:DATA_ROOT_DIR}' Σταύρος Ντέντος
2019-09-03 13:34 ` Taylor Blau
2019-09-03 14:11   ` Σταύρος Ντέντος
2019-09-03 16:45     ` Philip Oakley
2019-09-03 19:08   ` Junio C Hamano
2019-09-03 19:55     ` Σταύρος Ντέντος

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).