aboutsummaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAge
* diff.c: migrate emit_line_checked to use emit_diff_symbolStefan Beller2017-06-30
* diff.c: emit_diff_symbol learns DIFF_SYMBOL_NO_LF_EOFStefan Beller2017-06-30
* diff.c: emit_diff_symbol learns DIFF_SYMBOL_CONTEXT_FRAGINFOStefan Beller2017-06-30
* diff.c: emit_diff_symbol learns DIFF_SYMBOL_CONTEXT_MARKERStefan Beller2017-06-30
* diff.c: introduce emit_diff_symbolStefan Beller2017-06-30
* diff.c: factor out diff_flush_patch_all_file_pairsStefan Beller2017-06-30
* diff.c: move line ending check into emit_hunk_headerStefan Beller2017-06-30
* diff.c: readability fixStefan Beller2017-06-30
* Merge branch 'ab/free-and-null'Junio C Hamano2017-06-24
|\
| * coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-16
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\ \
| * | config: don't include config.h by defaultBrandon Williams2017-06-15
* | | Merge branch 'bw/ls-files-sans-the-index'Junio C Hamano2017-06-24
|\ \ \
| * | | convert: convert convert_to_git to take an indexBrandon Williams2017-06-13
* | | | Merge branch 'bw/object-id'Junio C Hamano2017-06-19
|\ \ \ \ | |_|_|/ |/| | |
| * | | diff: rename diff_fill_sha1_info to diff_fill_oid_infoBrandon Williams2017-06-05
| * | | diff: convert diff_flush_patch_id to struct object_idBrandon Williams2017-06-02
| * | | diff: finish conversion for prepare_temp_file to struct object_idBrandon Williams2017-06-02
| * | | diff: convert reuse_worktree_file to struct object_idBrandon Williams2017-06-02
| * | | diff: convert fill_filespec to struct object_idBrandon Williams2017-06-02
| * | | diff: convert diff_change to struct object_idBrandon Williams2017-06-02
| * | | diff: convert diff_addremove to struct object_idBrandon Williams2017-06-02
* | | | Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-13
|\ \ \ \ | |_|/ / |/| | |
| * | | use xfopen() in more placesNguyễn Thái Ngọc Duy2017-05-26
* | | | Merge branch 'js/blame-lib'Junio C Hamano2017-06-05
|\ \ \ \
| * | | | blame: move textconv_object with related functionsJeff Smith2017-05-24
| | |_|/ | |/| |
* | | | Merge branch 'mb/diff-default-to-indent-heuristics'Junio C Hamano2017-06-05
|\ \ \ \ | |_|_|/ |/| | |
| * | | diff: enable indent heuristic by defaultStefan Beller2017-05-09
| * | | diff: make the indent heuristic part of diff's basic configurationMarc Branchaud2017-05-09
| | |/ | |/|
* | | Merge branch 'bc/object-id'Junio C Hamano2017-05-29
|\ \ \ | |_|/ |/| |
| * | notes-cache: convert to struct object_idbrian m. carlson2017-05-08
| |/
* | fix minor typosRené Genz2017-05-01
|/
* Merge branch 'bc/object-id'Junio C Hamano2017-04-19
|\
| * Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson2017-03-26
* | diff: avoid fixed-size buffer for patch-idsJeff King2017-03-30
* | prefix_filename: return newly allocated stringJeff King2017-03-21
* | prefix_filename: drop length parameterJeff King2017-03-21
|/
* Merge branch 'jc/diff-populate-filespec-size-only-fix'Junio C Hamano2017-03-12
|\
| * diff: do not short-cut CHECK_SIZE_ONLY check in diff_populate_filespec()Junio C Hamano2017-03-02
* | Merge branch 'rs/swap'Junio C Hamano2017-02-15
|\ \
| * | diff: use SWAP macroRené Scharfe2017-01-30
| * | use SWAP macroRené Scharfe2017-01-30
* | | Merge branch 'jk/log-graph-name-only'Junio C Hamano2017-02-10
|\ \ \
| * | | diff: print line prefix for --name-only outputJeff King2017-02-08
| * | | Merge branch 'jk/diff-do-not-reuse-wtf-needs-cleaning' into maintJunio C Hamano2016-08-10
| |\ \ \
* | | | | use oid_to_hex_r() for converting struct object_id hashes to hex stringsRené Scharfe2017-01-30
| |_|/ / |/| | |
* | | | diff: add interhunk context config optionVegard Nossum2017-01-12
* | | | Merge branch 'jc/retire-compaction-heuristics'Junio C Hamano2017-01-10
|\ \ \ \
| * | | | diff: retire "compaction" heuristicsJunio C Hamano2016-12-23
* | | | | diff: handle --no-abbrev in no-index caseJack Bates2016-12-08