mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
Merge branch 'jt/diff-pairs'
A post-processing filter for "diff --raw" output has been introduced. * jt/diff-pairs: builtin/diff-pairs: allow explicit diff queue flush builtin: introduce diff-pairs command diff: add option to skip resolving diff statuses diff: return diff_filepair from diff queue helpers
This commit is contained in:
@@ -153,6 +153,7 @@ int cmd_diagnose(int argc, const char **argv, const char *prefix, struct reposit
|
||||
int cmd_diff_files(int argc, const char **argv, const char *prefix, struct repository *repo);
|
||||
int cmd_diff_index(int argc, const char **argv, const char *prefix, struct repository *repo);
|
||||
int cmd_diff(int argc, const char **argv, const char *prefix, struct repository *repo);
|
||||
int cmd_diff_pairs(int argc, const char **argv, const char *prefix, struct repository *repo);
|
||||
int cmd_diff_tree(int argc, const char **argv, const char *prefix, struct repository *repo);
|
||||
int cmd_difftool(int argc, const char **argv, const char *prefix, struct repository *repo);
|
||||
int cmd_env__helper(int argc, const char **argv, const char *prefix, struct repository *repo);
|
||||
|
||||
Reference in New Issue
Block a user