summaryrefslogtreecommitdiff
path: root/builtin/diff.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-07Merge branch 'jk/diff-no-index-initialize'Libravatar Junio C Hamano1-9/+11
2019-02-24diff: reuse diff setup for --no-index caseLibravatar Jeff King1-9/+11
2019-02-06Merge branch 'sl/const'Libravatar Junio C Hamano1-1/+1
2019-02-04various: tighten constness of some local variablesLibravatar Shahzad Lone1-1/+1
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2019-01-14read-cache.c: replace update_index_if_able with repo_&Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-10-19Merge branch 'nd/the-index'Libravatar Junio C Hamano1-2/+2
2018-09-21revision.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-09-21diff.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-08-29convert "oidcmp() == 0" to oideq()Libravatar Jeff King1-1/+1
2018-06-29tag: add repository argument to deref_tagLibravatar Stefan Beller1-1/+1
2018-06-29tree: add repository argument to lookup_treeLibravatar Stefan Beller1-1/+2
2018-06-29object: add repository argument to parse_objectLibravatar Stefan Beller1-1/+1
2018-06-25Merge branch 'nd/diff-apply-ita'Libravatar Junio C Hamano1-0/+7
2018-05-29diff: turn --ita-invisible-in-index on by defaultLibravatar Nguyễn Thái Ngọc Duy1-0/+7
2018-04-11treewide: replace maybe_tree with accessor methodsLibravatar Derrick Stolee1-1/+1
2018-04-11treewide: rename tree to maybe_treeLibravatar Derrick Stolee1-1/+1
2017-11-13Switch empty tree and blob lookups to use hash abstractionLibravatar brian m. carlson1-1/+1
2017-11-09Merge branch 'bw/diff-opt-impl-to-bitfields'Libravatar Junio C Hamano1-4/+4
2017-11-06Merge branch 'ma/lockfile-fixes'Libravatar Junio C Hamano1-4/+3
2017-11-01diff: make struct diff_flags members lowercaseLibravatar Brandon Williams1-4/+4
2017-11-01diff: remove DIFF_OPT_SET macroLibravatar Brandon Williams1-3/+3
2017-11-01diff: remove DIFF_OPT_TST macroLibravatar Brandon Williams1-1/+1
2017-10-07Merge branch 'ma/builtin-unleak'Libravatar Junio C Hamano1-0/+3
2017-10-06treewide: prefer lockfiles on the stackLibravatar Martin Ågren1-4/+3
2017-10-02builtin/: add UNLEAKsLibravatar Martin Ågren1-0/+3
2017-08-03submodule: remove gitmodules_configLibravatar Brandon Williams1-2/+0
2017-06-24Merge branch 'bw/config-h'Libravatar Junio C Hamano1-0/+1
2017-06-19Merge branch 'bw/object-id'Libravatar Junio C Hamano1-4/+4
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-06-05diff-tree: convert diff_tree_sha1 to struct object_idLibravatar Brandon Williams1-1/+1
2017-06-02Merge branch 'jk/diff-blob'Libravatar Junio C Hamano1-31/+29
2017-06-02combine-diff: convert diff_tree_combined to struct object_idLibravatar Brandon Williams1-1/+1
2017-06-02diff: convert fill_filespec to struct object_idLibravatar Brandon Williams1-2/+2
2017-05-24diff: use blob path for blob/file diffsLibravatar Jeff King1-1/+2
2017-05-24diff: use pending "path" if it is availableLibravatar Jeff King1-1/+6
2017-05-24diff: use the word "path" instead of "name" for blobsLibravatar Jeff King1-7/+7
2017-05-24diff: pass whole pending entry in blobinfoLibravatar Jeff King1-23/+15
2017-05-08object: convert parse_object* to take struct object_idLibravatar brian m. carlson1-1/+1
2017-05-08Convert lookup_tree to struct object_idLibravatar brian m. carlson1-1/+1
2017-05-02Clean up outstanding object_id transforms.Libravatar brian m. carlson1-1/+1
2017-03-31Rename sha1_array to oid_arrayLibravatar brian m. carlson1-3/+3
2017-03-31Make sha1_array_append take a struct object_id *Libravatar brian m. carlson1-1/+1
2017-03-26builtin/diff: convert to struct object_idLibravatar brian m. carlson1-17/+17
2017-01-30use SWAP macroLibravatar René Scharfe1-6/+3
2016-09-21Merge branch 'jk/setup-sequence-update'Libravatar Junio C Hamano1-13/+14
2016-09-13diff: always try to set up the repositoryLibravatar Jeff King1-2/+2
2016-09-13diff: skip implicit no-index check when given --no-indexLibravatar Jeff King1-12/+13
2016-06-06Merge branch 'ar/diff-args-osx-precompose' into maintLibravatar Junio C Hamano1-0/+1
2016-05-23Merge branch 'ar/diff-args-osx-precompose'Libravatar Junio C Hamano1-0/+1