bug $message literal in commit message

2015-06-03 Thread Yauheni Zablotski
Hello, I think I found a bug(or strange behavior) in the git. If commit message contains literal $message than that literal disappears from commit message. For example: - user@comp ~/cc $ git commit -am 1$message1 [master (root-commit) d36a841] 1 1 file changed, 0 insertions(+), 0

Re: bug $message literal in commit message

2015-06-03 Thread Junio C Hamano
Yauheni Zablotski e.zablot...@gmail.com writes: Hello, I think I found a bug(or strange behavior) in the git. If commit message contains literal $message than that literal disappears from commit message. For example: - user@comp ~/cc $ git commit -am 1$message1 [master

Re: bug $message literal in commit message

2015-06-03 Thread Matthieu Moy
Yauheni Zablotski e.zablot...@gmail.com writes: Hello, I think I found a bug(or strange behavior) in the git. If commit message contains literal $message than that literal disappears from commit message. For example: - user@comp ~/cc $ git commit -am 1$message1 Not a Git