質問編集履歴
2
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
```
|
6
6
|
|
7
|
-
date=`+%Y-%m-%d`
|
7
|
+
date=`date +%Y-%m-%d`
|
8
8
|
|
9
9
|
list=`git diff HEAD 'HEAD@{${date}}' --name-only`
|
10
10
|
|
1
エラー文の詳細を追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,7 +14,9 @@
|
|
14
14
|
|
15
15
|
```
|
16
16
|
|
17
|
-
fatel: ambiguous paths from HEAD@{${date}} .
|
17
|
+
fatel: ambiguous paths from HEAD@{${date}} ': unknown revision or path not in the working tree.
|
18
|
+
|
19
|
+
Use '--' to separate paths from revisions
|
18
20
|
|
19
21
|
```
|
20
22
|
|