Browse Source
* jh/dirstat: --dirstat: In case of renames, use target filename instead of source filename Teach --dirstat not to completely ignore rearranged lines within a file --dirstat-by-file: Make it faster and more correct --dirstat: Describe non-obvious differences relative to --stat or regular diffmaint
Junio C Hamano
14 years ago
8 changed files with 81 additions and 12 deletions
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
$ git diff --dirstat-by-file initial rearrange |
||||
100.0% dir/ |
||||
$ |
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
$ git diff --dirstat initial rearrange |
||||
100.0% dir/ |
||||
$ |
Loading…
Reference in new issue