summaryrefslogtreecommitdiff
path: root/builtin/diff.c
AgeCommit message (Expand)Author
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
2016-09-13diff: skip implicit no-index check when given --no-indexJeff King
2016-06-06Merge branch 'ar/diff-args-osx-precompose' into maintJunio C Hamano
2016-05-23Merge branch 'ar/diff-args-osx-precompose'Junio C Hamano
2016-05-13diff: run arguments through precompose_argvAlexander Rinass
2016-02-25diff: activate diff.renames by defaultMatthieu Moy
2016-02-03Merge branch 'nd/diff-with-path-params'Junio C Hamano
2016-01-21diff-no-index: do not take a redundant prefix argumentNguyễn Thái Ngọc Duy
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty
2013-12-27Merge branch 'tg/diff-no-index-refactor'Junio C Hamano
2013-12-16diff: avoid some nestingThomas Gummerer
2013-12-12diff: don't read index when --no-index is givenThomas Gummerer