46 Commits (48794acc50f14394ca6c4f5092a4a498f409f350)

Author SHA1 Message Date
Jeff King c43ab06259 tree-walk: add a strbuf wrapper for make_traverse_path() 5 years ago
Jeff King b3b3cbcbf2 tree-walk: accept a raw length for traverse_path_len() 5 years ago
Jeff King 9055384710 tree-walk: drop oid from traverse_info 6 years ago
Jeff King 947208b725 setup_traverse_info(): stop copying oid 6 years ago
Nguyễn Thái Ngọc Duy 5e57580733 tree-walk.c: remove the_repo from fill_tree_descriptor() 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
brian m. carlson ea82b2a085 tree-walk: store object_id in a separate member 6 years ago
Nguyễn Thái Ngọc Duy 67022e0214 tree-walk.c: make tree_entry_interesting() take an index 6 years ago
Jeff King 611e42a598 xdiff: provide a separate emit callback for hunks 6 years ago
Nguyễn Thái Ngọc Duy f4a55b2797 merge-blobs.c: remove implicit dependency on the_index 6 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 6 years ago
Stefan Beller da14a7ff99 blob: add repository argument to lookup_blob 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
René Scharfe 5c377d3d59 tree-walk: convert fill_tree_descriptor() to object_id 7 years ago
brian m. carlson d1a35e5c93 builtin/merge-tree: convert remaining caller of get_sha1 to object_id 8 years ago
brian m. carlson 3aca1fc6c9 Convert lookup_blob to struct object_id 8 years ago
brian m. carlson 3e9309815d Convert remaining callers of lookup_blob to object_id 8 years ago
brian m. carlson 7d924c9139 struct name_entry: use struct object_id instead of unsigned char sha1[20] 9 years ago
Jeff King 3733e69464 use xmallocz to avoid size arithmetic 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Jeff King 3efb988098 react to errors in xdi_diff 9 years ago
René Scharfe 57065289a9 merge-tree: remove unused df_conflict arguments 10 years ago
John Keeping 94883b4302 merge-tree: handle directory/empty conflict correctly 12 years ago
John Keeping ab5f42422d merge-tree: fix typo in "both changed identically" 12 years ago
John Keeping aacecc3b36 merge-tree: don't print entries that match "local" 12 years ago
John Keeping 187c00c6c5 merge-tree: fix typo in merge-tree.c::unresolved 12 years ago
Junio C Hamano 35ffe75831 merge-tree: fix d/f conflicts 12 years ago
Junio C Hamano 8dd15c6a90 merge-tree: add comments to clarify what these functions are doing 12 years ago
Junio C Hamano 3b8ff51b70 merge-tree: lose unused "resolve_directories" 12 years ago
Junio C Hamano b13112fa16 merge-tree: lose unused "flags" from merge_list 12 years ago
Junio C Hamano fa2364ec34 Which merge_file() function do you mean? 12 years ago
Ramsay Jones 1e0f8c41ac sparse: Fix an "symbol 'merge_file' not decared" warning 14 years ago
Stephen Boyd c2e86addb8 Fix sparse warnings 14 years ago
Will Palmer 21baa6e0c5 merge-tree: fix where two branches share no changes 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Johannes Sixt 07c0732067 merge-tree: remove unnecessary call of git_extract_argv0_path 15 years ago
Linus Torvalds 907a7cb51c make "git merge-tree" a built-in 15 years ago
Junio C Hamano 15b4f7a68d merge-tree: use ll_merge() not xdl_merge() 15 years ago
Alexander Potashev 34263de026 Replace deprecated dashed git commands in usage 16 years ago
Steffen Prohaska 2fb3f6db96 Add calls to git_extract_argv0_path() in programs that call git_config_* 16 years ago
Brandon Casey 19d4b416f4 Replace xmalloc/memset(0) pairs with xcalloc 16 years ago
Linus Torvalds 91e4f03604 Make 'traverse_trees()' traverse conflicting DF entries in parallel 17 years ago
Linus Torvalds 5803c6f8a2 Add return value to 'traverse_tree()' callback 17 years ago
Linus Torvalds 40d934df72 Make 'traverse_tree()' use linked structure rather than 'const char *base' 17 years ago
Junio C Hamano c279d7e986 xdl_diff: identify call sites. 17 years ago
Johannes Schindelin 30b250104d Future-proof source for changes in xdemitconf_t 18 years ago