X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=diff.h;h=2f8aff2cd4bf1eb73218e1e1e3df404b99308c1d;hb=d75f7952ef56408baa03ff82ded52b9289249d5a;hp=236095fc9a1a6ffc056be8616c0f83e4e8c7ec2f;hpb=02376287ffd8b37ea7622fd4b61d654855112e75;p=git.git diff --git a/diff.h b/diff.h index 236095fc..2f8aff2c 100644 --- a/diff.h +++ b/diff.h @@ -119,6 +119,7 @@ extern void diffcore_std_no_resolve(struct diff_options *); " -u synonym for -p.\n" \ " --patch-with-raw\n" \ " output both a patch and the diff-raw format.\n" \ +" --stat show diffstat instead of patch.\n" \ " --name-only show only names of changed files.\n" \ " --name-status show names and status of changed files.\n" \ " --full-index show full object name on index lines.\n" \ @@ -142,6 +143,7 @@ extern int diff_queue_is_empty(void); #define DIFF_FORMAT_NO_OUTPUT 3 #define DIFF_FORMAT_NAME 4 #define DIFF_FORMAT_NAME_STATUS 5 +#define DIFF_FORMAT_DIFFSTAT 6 extern void diff_flush(struct diff_options*);