Merge branch 'se/diff'
authorJunio C Hamano <junkio@cox.net>
Tue, 16 May 2006 06:42:37 +0000 (23:42 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 16 May 2006 06:42:37 +0000 (23:42 -0700)
* se/diff:
  Convert some "apply --summary" users to "diff --summary".
  Add "--summary" option to git diff.

1  2 
diff.c
diff.h

diff --cc diff.c
Simple merge
diff --cc diff.h
--- 1/diff.h
--- 2/diff.h
+++ b/diff.h
@@@ -31,8 -31,8 +31,9 @@@ struct diff_options 
                 binary:1,
                 full_index:1,
                 silent_on_remove:1,
-                find_copies_harder:1;
+                find_copies_harder:1,
+                summary:1;
 +      int context;
        int break_opt;
        int detect_rename;
        int line_termination;