Project

General

Profile

Defect #16881 » log.txt

Toshi MARUYAMA, 2019-04-30 10:34

 
1
$ locale
2
LANG=en_US.UTF-8
3
LC_CTYPE="en_US.UTF-8"
4
LC_NUMERIC="en_US.UTF-8"
5
LC_TIME="en_US.UTF-8"
6
LC_COLLATE="en_US.UTF-8"
7
LC_MONETARY="en_US.UTF-8"
8
LC_MESSAGES="en_US.UTF-8"
9
LC_PAPER="en_US.UTF-8"
10
LC_NAME="en_US.UTF-8"
11
LC_ADDRESS="en_US.UTF-8"
12
LC_TELEPHONE="en_US.UTF-8"
13
LC_MEASUREMENT="en_US.UTF-8"
14
LC_IDENTIFICATION="en_US.UTF-8"
15
LC_ALL=en_US.UTF-8
16
$ ls -la
17
total 11
18
drwxrwxr-x 7 root root 1024 Apr 30 02:48 .
19
drwxrwxr-x 3 root root 1024 Apr 30 14:34 ..
20
drwxrwxr-x 2 root root 1024 Apr 30 02:38 branches
21
-rw-rw-r-- 1 root root   66 Apr 30 02:47 config
22
-rw-rw-r-- 1 root root   73 Apr 30 02:38 description
23
-rw-rw-r-- 1 root root   23 Apr 30 02:38 HEAD
24
drwxrwxr-x 2 root root 1024 Apr 30 02:38 hooks
25
drwxrwxr-x 2 root root 1024 Apr 30 02:48 info
26
drwxrwxr-x 4 root root 1024 Apr 30 02:46 objects
27
-rw-rw-r-- 1 root root  251 Apr 30 02:48 packed-refs
28
drwxrwxr-x 4 root root 1024 Apr 30 02:38 refs
29
$ git branch
30
* master
31
  日本語ブランチ01
32
$ git tag
33
日本語タグ01
34
$ git branch | file -
35
/dev/stdin: UTF-8 Unicode text
36
$ git tag | file -
37
/dev/stdin: UTF-8 Unicode text
38

    
(4-4/6)