diff options
author | Junio C Hamano <junkio@cox.net> | 2006-05-09 14:16:56 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-09 14:16:56 -0700 |
commit | 2fc240a7b21c060529c1d2e19d6b483361f81f2a (patch) | |
tree | 18fbd8e6e3c315cc6b7ece36922f0227332a3713 /diff.h | |
parent | 016cd9f6654248ebfc25f3c0d3b0e6ee6f2c81f0 (diff) | |
parent | addaacab07d91e5ff1f06ada31c9e96c0edd31cd (diff) | |
download | git-2fc240a7b21c060529c1d2e19d6b483361f81f2a.tar.gz |
Merge branch 'jc/bindiff'
* jc/bindiff:
improve base85 generated assembly code
binary diff and apply: testsuite.
binary diff: further updates.
binary patch.
Diffstat (limited to 'diff.h')
-rw-r--r-- | diff.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ struct diff_options { with_raw:1, with_stat:1, tree_in_recursive:1, + binary:1, full_index:1, silent_on_remove:1, find_copies_harder:1; |