소스 검색

Add documentation for "--log" option

Steven Myint 12 년 전
부모
커밋
7e0bca2820
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7
    0
      README.rst

+ 7
- 0
README.rst 파일 보기

77
     cdiff -s                # view side by side
77
     cdiff -s                # view side by side
78
     cdiff -s -w 90          # use text width 90 other than default 80
78
     cdiff -s -w 90          # use text width 90 other than default 80
79
 
79
 
80
+Read the log (e.g. ``git log -p``) in a svn, git, or hg workspace:
81
+
82
+.. code:: sh
83
+
84
+    cd proj-workspace
85
+    cdiff -l
86
+
80
 Pipe in a diff:
87
 Pipe in a diff:
81
 
88
 
82
 .. code:: sh
89
 .. code:: sh