diff options
| author | Junio C Hamano <gitster@pobox.com> | 2013-02-17 15:25:51 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2013-02-17 15:25:52 -0800 |
| commit | abea4dc76a675d4ac0f27a2367256dc31981d1ca (patch) | |
| tree | 07020dfe6fce37c742bc73700d651e117891a416 /diff.h | |
| parent | Merge branch 'mw/bash-prompt-show-untracked-config' (diff) | |
| parent | diff: Introduce --diff-algorithm command line option (diff) | |
| download | git-abea4dc76a675d4ac0f27a2367256dc31981d1ca.tar.gz git-abea4dc76a675d4ac0f27a2367256dc31981d1ca.zip | |
Merge branch 'mp/diff-algo-config'
Add diff.algorithm configuration so that the user does not type
"diff --histogram".
* mp/diff-algo-config:
diff: Introduce --diff-algorithm command line option
config: Introduce diff.algorithm variable
git-completion.bash: Autocomplete --minimal and --histogram for git-diff
Diffstat (limited to 'diff.h')
| -rw-r--r-- | diff.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -336,6 +336,8 @@ extern struct userdiff_driver *get_textconv(struct diff_filespec *one); extern int parse_rename_score(const char **cp_p); +extern long parse_algorithm_value(const char *value); + extern int print_stat_summary(FILE *fp, int files, int insertions, int deletions); extern void setup_diff_pager(struct diff_options *); |
