115 Commits (8dadc33bfb50a202e857d8188351712a6ba6d79a)

Author SHA1 Message Date
Sergey Organov d01141de5a diff: get rid of redundant 'dense' argument 4 years ago
Jeff King 5f46e610cb diff: check for merge bases before assigning sym->base 5 years ago
Denton Liu c592fd4c83 builtin/diff: fix botched update of usage comment 5 years ago
Denton Liu a9d7689cd4 builtin/diff: update usage comment 5 years ago
Chris Torek b7e10b2ca2 Documentation: usage for diff combined commits 5 years ago
Chris Torek 8bfcb3a690 git diff: improve range handling 5 years ago
Jeff King fe299ec5ae oid_array: rename source file from sha1-array 5 years ago
Nguyễn Thái Ngọc Duy 16bb3d714d diff --no-index: use parse_options() instead of diff_opt_parse() 6 years ago
Jeff King 287ab28bfa diff: reuse diff setup for --no-index case 6 years ago
Shahzad Lone 33de80b1d5 various: tighten constness of some local variables 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Nguyễn Thái Ngọc Duy 1b0d968b34 read-cache.c: replace update_index_if_able with repo_& 6 years ago
Nguyễn Thái Ngọc Duy 2abf350385 revision.c: remove implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy e675765235 diff.c: remove implicit dependency on the_index 7 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 years ago
Stefan Beller a74093da5e tag: add repository argument to deref_tag 7 years ago
Stefan Beller f86bcc7b2c tree: add repository argument to lookup_tree 7 years ago
Stefan Beller 109cd76dd3 object: add repository argument to parse_object 7 years ago
Nguyễn Thái Ngọc Duy 0231ae71d3 diff: turn --ita-invisible-in-index on by default 7 years ago
Derrick Stolee 2e27bd7731 treewide: replace maybe_tree with accessor methods 7 years ago
Derrick Stolee 891435d55d treewide: rename tree to maybe_tree 7 years ago
brian m. carlson eb0ccfd7f5 Switch empty tree and blob lookups to use hash abstraction 7 years ago
Brandon Williams 0d1e0e7801 diff: make struct diff_flags members lowercase 7 years ago
Brandon Williams 23dcf77f48 diff: remove DIFF_OPT_SET macro 7 years ago
Brandon Williams 3b69daed86 diff: remove DIFF_OPT_TST macro 7 years ago
Martin Ågren 837e34eba4 treewide: prefer lockfiles on the stack 8 years ago
Martin Ågren 886e1084d7 builtin/: add UNLEAKs 8 years ago
Brandon Williams 557a5998df submodule: remove gitmodules_config 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Brandon Williams 66f414f885 diff-tree: convert diff_tree_sha1 to struct object_id 8 years ago
Brandon Williams b9acf54dbd combine-diff: convert diff_tree_combined to struct object_id 8 years ago
Brandon Williams f9704c2d82 diff: convert fill_filespec to struct object_id 8 years ago
Jeff King 30d005c020 diff: use blob path for blob/file diffs 8 years ago
Jeff King 158b06caee diff: use pending "path" if it is available 8 years ago
Jeff King d04ec74b17 diff: use the word "path" instead of "name" for blobs 8 years ago
Jeff King 42f5ba5bb6 diff: pass whole pending entry in blobinfo 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
brian m. carlson 740ee055c6 Convert lookup_tree to struct object_id 8 years ago
brian m. carlson fb4e352b40 Clean up outstanding object_id transforms. 8 years ago
brian m. carlson 910650d2f8 Rename sha1_array to oid_array 8 years ago
brian m. carlson 98a72ddc12 Make sha1_array_append take a struct object_id * 8 years ago
brian m. carlson 9c4b0f66aa builtin/diff: convert to struct object_id 8 years ago
René Scharfe 35d803bc9a use SWAP macro 8 years ago
Jeff King 28a4e58021 diff: always try to set up the repository 9 years ago
Jeff King 475b362c2a diff: skip implicit no-index check when given --no-index 9 years ago
Alexander Rinass 90a78b83e0 diff: run arguments through precompose_argv 9 years ago
Matthieu Moy 5404c116aa diff: activate diff.renames by default 9 years ago
Nguyễn Thái Ngọc Duy e5f7a5d16f diff-no-index: do not take a redundant prefix argument 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago