summaryrefslogtreecommitdiffstats
path: root/builtin/diff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-25Merge branch 'nd/diff-parseopt-4'Junio C Hamano1-19/+3
2019-03-24diff --no-index: use parse_options() instead of diff_opt_parse()Nguyễn Thái Ngọc Duy1-18/+3
2019-03-07Merge branch 'jk/diff-no-index-initialize'Junio C Hamano1-9/+11
2019-02-24diff: reuse diff setup for --no-index caseJeff King1-9/+11
2019-02-06Merge branch 'sl/const'Junio C Hamano1-1/+1
2019-02-04various: tighten constness of some local variablesShahzad Lone1-1/+1
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy1-0/+1
2019-01-14read-cache.c: replace update_index_if_able with repo_&Nguyễn Thái Ngọc Duy1-1/+1
2018-10-19Merge branch 'nd/the-index'Junio C Hamano1-2/+2
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-09-21diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King1-1/+1
2018-06-29tag: add repository argument to deref_tagStefan Beller1-1/+1
2018-06-29tree: add repository argument to lookup_treeStefan Beller1-1/+2
2018-06-29object: add repository argument to parse_objectStefan Beller1-1/+1
2018-06-25Merge branch 'nd/diff-apply-ita'Junio C Hamano1-0/+7
2018-05-29diff: turn --ita-invisible-in-index on by defaultNguyễn Thái Ngọc Duy1-0/+7
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee1-1/+1
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee1-1/+1
2017-11-13Switch empty tree and blob lookups to use hash abstractionbrian m. carlson1-1/+1
2017-11-09Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano1-4/+4
2017-11-06Merge branch 'ma/lockfile-fixes'Junio C Hamano1-4/+3
2017-11-01diff: make struct diff_flags members lowercaseBrandon Williams1-4/+4
2017-11-01diff: remove DIFF_OPT_SET macroBrandon Williams1-3/+3
2017-11-01diff: remove DIFF_OPT_TST macroBrandon Williams1-1/+1
2017-10-07Merge branch 'ma/builtin-unleak'Junio C Hamano1-0/+3
2017-10-06treewide: prefer lockfiles on the stackMartin Ågren1-4/+3
2017-10-02builtin/: add UNLEAKsMartin Ågren1-0/+3
2017-08-03submodule: remove gitmodules_configBrandon Williams1-2/+0
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-0/+1
2017-06-19Merge branch 'bw/object-id'Junio C Hamano1-4/+4
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-06-05diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams1-1/+1
2017-06-02Merge branch 'jk/diff-blob'Junio C Hamano1-31/+29
2017-06-02combine-diff: convert diff_tree_combined to struct object_idBrandon Williams1-1/+1
2017-06-02diff: convert fill_filespec to struct object_idBrandon Williams1-2/+2
2017-05-24diff: use blob path for blob/file diffsJeff King1-1/+2
2017-05-24diff: use pending "path" if it is availableJeff King1-1/+6
2017-05-24diff: use the word "path" instead of "name" for blobsJeff King1-7/+7
2017-05-24diff: pass whole pending entry in blobinfoJeff King1-23/+15
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson1-1/+1
2017-05-08Convert lookup_tree to struct object_idbrian m. carlson1-1/+1
2017-05-02Clean up outstanding object_id transforms.brian m. carlson1-1/+1
2017-03-31Rename sha1_array to oid_arraybrian m. carlson1-3/+3
2017-03-31Make sha1_array_append take a struct object_id *brian m. carlson1-1/+1
2017-03-26builtin/diff: convert to struct object_idbrian m. carlson1-17/+17
2017-01-30use SWAP macroRené Scharfe1-6/+3
2016-09-21Merge branch 'jk/setup-sequence-update'Junio C Hamano1-13/+14
2016-09-13diff: always try to set up the repositoryJeff King1-2/+2
2016-09-13diff: skip implicit no-index check when given --no-indexJeff King1-12/+13