aboutsummaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAge
* Merge branch 'rs/use-div-round-up'Junio C Hamano2017-07-12
|\
| * use DIV_ROUND_UPRené Scharfe2017-07-10
* | 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
* | | | | Merge branch 'tk/diffcore-delta-remove-unused'Junio C Hamano2016-11-17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | diffcore-delta: remove unused parameter to diffcore_count_changes()Tobias Klauser2016-11-14
| | |_|/ | |/| |
* | | | Merge branch 'nd/ita-empty-commit'Junio C Hamano2016-10-27
|\ \ \ \
| * | | | diff: add --ita-[in]visible-in-indexNguyễn Thái Ngọc Duy2016-10-24
* | | | | Merge branch 'jk/no-looking-at-dotgit-outside-repo'Junio C Hamano2016-10-27
|\ \ \ \ \
| * | | | | diff: handle sha1 abbreviations outside of repositoryJeff King2016-10-26