diff options
| author | Junio C Hamano <gitster@pobox.com> | 2021-02-25 16:43:30 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2021-02-25 16:43:30 -0800 |
| commit | 845d6030f81da3bb43bd24a78ef8c441a441c5d5 (patch) | |
| tree | 8f53740bbf5e31f6a002bc6166c897417e58696e /diffcore.h | |
| parent | Merge branch 'mt/checkout-index-corner-cases' (diff) | |
| parent | diff: --{rotate,skip}-to=<path> (diff) | |
| download | git-845d6030f81da3bb43bd24a78ef8c441a441c5d5.tar.gz git-845d6030f81da3bb43bd24a78ef8c441a441c5d5.zip | |
Merge branch 'jc/diffcore-rotate'
"git {diff,log} --{skip,rotate}-to=<path>" allows the user to
discard diff output for early paths or move them to the end of the
output.
* jc/diffcore-rotate:
diff: --{rotate,skip}-to=<path>
Diffstat (limited to 'diffcore.h')
| -rw-r--r-- | diffcore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/diffcore.h b/diffcore.h index d2a63c5c71..c1592bcd01 100644 --- a/diffcore.h +++ b/diffcore.h @@ -164,6 +164,7 @@ void diffcore_rename(struct diff_options *); void diffcore_merge_broken(void); void diffcore_pickaxe(struct diff_options *); void diffcore_order(const char *orderfile); +void diffcore_rotate(struct diff_options *); /* low-level interface to diffcore_order */ struct obj_order { |
