101 Commits (f0ec22bb70f66f92dda670a7ee0514b908f2237c)

Author SHA1 Message Date
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 6 years ago
Nguyễn Thái Ngọc Duy e675765235 diff.c: remove implicit dependency on the_index 6 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 7 years ago
Martin Ågren 886e1084d7 builtin/: add UNLEAKs 7 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
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 11 years ago
Thomas Gummerer aad90e85f8 diff: avoid some nesting 11 years ago
Thomas Gummerer 6df5762db3 diff: don't read index when --no-index is given 11 years ago
Thomas Gummerer 470faf9654 diff: move no-index detection to builtin/diff.c 11 years ago
Nguyễn Thái Ngọc Duy 887c6c18ba diff: restrict pathspec limitations to diff b/f case only 11 years ago
Felipe Contreras 4e7e4b6b1b diff: trivial style fix 11 years ago
Nguyễn Thái Ngọc Duy 5c6933d201 pathspec: support :(literal) syntax for noglob pathspec 12 years ago
Nguyễn Thái Ngọc Duy 5ab2a2dabd convert read_cache_preload() to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 8f4f8f4579 guard against new pathspec magic in pathspec matching code 12 years ago