summaryrefslogtreecommitdiffstats
path: root/diff.h
Commit message (Expand)AuthorAgeFilesLines
* diff: support anchoring line(s)Jonathan Tan2017-11-281-0/+4
* Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano2017-11-091-39/+49
|\
| * diff: make struct diff_flags members lowercaseBrandon Williams2017-11-011-31/+31
| * diff: remove DIFF_OPT_CLR macroBrandon Williams2017-11-011-2/+0
| * diff: remove DIFF_OPT_SET macroBrandon Williams2017-11-011-1/+0
| * diff: remove DIFF_OPT_TST macroBrandon Williams2017-11-011-1/+0
| * diff: remove touched flagsBrandon Williams2017-11-011-4/+2
| * diff: add flag to indicate textconv was set via cmdlineBrandon Williams2017-11-011-0/+1
| * diff: convert flags to be stored in bitfieldsBrandon Williams2017-11-011-39/+54
* | Merge branch 'jk/revision-pruning-optim'Junio C Hamano2017-11-061-0/+1
|\ \ | |/ |/|
| * revision: quit pruning diff more quickly when possibleJeff King2017-10-141-0/+1
* | diff: define block by number of alphanumeric charsJonathan Tan2017-08-161-1/+1
* | diff.c: add dimming to moved line detectionStefan Beller2017-06-301-2/+7
* | diff.c: color moved lines differently, plain modeStefan Beller2017-06-301-0/+1
* | diff.c: color moved lines differentlyStefan Beller2017-06-301-1/+11
* | diff.c: buffer all output if asked toStefan Beller2017-06-301-0/+2
* | diff.c: convert show_stats to use emit_diff_symbolStefan Beller2017-06-301-2/+2
* | submodule.c: migrate diff output to use emit_diff_symbolStefan Beller2017-06-301-0/+9
* | diff.c: migrate emit_line_checked to use emit_diff_symbolStefan Beller2017-06-301-3/+3
* | Merge branch 'bw/object-id'Junio C Hamano2017-06-191-19/+19
|\ \
| * | tree-diff: convert diff_tree_paths to struct object_idBrandon Williams2017-06-051-2/+2
| * | diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams2017-06-051-2/+3
| * | tree-diff: convert diff_root_tree_sha1 to struct object_idBrandon Williams2017-06-021-2/+2
| * | combine-diff: convert diff_tree_combined to struct object_idBrandon Williams2017-06-021-1/+1
| * | diff: convert diff_flush_patch_id to struct object_idBrandon Williams2017-06-021-1/+1
| * | diff: convert diff_change to struct object_idBrandon Williams2017-06-021-7/+6
| * | diff: convert diff_addremove to struct object_idBrandon Williams2017-06-021-4/+4
* | | Merge branch 'js/blame-lib'Junio C Hamano2017-06-051-0/+7
|\ \ \ | |/ / |/| |
| * | blame: move textconv_object with related functionsJeff Smith2017-05-241-0/+7
* | | diff-lib: convert do_diff_cache to struct object_idbrian m. carlson2017-05-081-1/+1
|/ /
* / Rename sha1_array to oid_arraybrian m. carlson2017-03-311-2/+2
|/
* Merge branch 'nd/ita-empty-commit'Junio C Hamano2016-10-271-1/+2
|\
| * commit: fix empty commit creation when there's no changes but ita entriesNguyễn Thái Ngọc Duy2016-10-241-1/+1
| * diff-lib: allow ita entries treated as "not yet exist in index"Nguyễn Thái Ngọc Duy2016-10-241-0/+1
* | diff_aligned_abbrev: use "struct oid"Jeff King2016-10-261-1/+1
* | diff_unique_abbrev: rename to diff_aligned_abbrevJeff King2016-10-261-1/+5
|/
* Merge branch 'mh/diff-indent-heuristic'Junio C Hamano2016-09-261-0/+1
|\
| * blame: honor the diff heuristic options and configMichael Haggerty2016-09-191-0/+1
* | Merge branch 'jk/diff-submodule-diff-inline'Junio C Hamano2016-09-121-2/+9
|\ \
| * | diff: teach diff to display submodule difference with an inline diffJacob Keller2016-08-311-1/+2
| * | diff: prepare for additional submodule formatsJacob Keller2016-08-311-1/+6
| * | graph: add support for --line-prefix on all graph-aware outputJacob Keller2016-08-311-0/+2
| * | diff.c: remove output_prefix_length fieldJunio C Hamano2016-08-311-1/+0
| |/
* / patch-ids: add flag to create the diff patch id using header only dataKevin Willford2016-07-291-1/+1
|/
* Merge branch 'mm/diff-renames-default'Junio C Hamano2016-04-031-0/+1
|\
| * diff: activate diff.renames by defaultMatthieu Moy2016-02-251-0/+1
* | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-2/+2
|\ \
| * | tree-diff: catch integer overflow in combine_diff_path allocationJeff King2016-02-191-2/+2
| * | Merge branch 'nd/diff-with-path-params' into maintJunio C Hamano2016-02-051-2/+2
| |\ \
* | \ \ Merge branch 'jk/more-comments-on-textconv'Junio C Hamano2016-02-261-0/+16
|\ \ \ \ | |_|_|/ |/| | |