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