404 Commits (adac8115a6e7f9841c48e4fe48b74e0ce652ef58)

Author SHA1 Message Date
René Scharfe 35d803bc9a use SWAP macro 8 years ago
Matt McCutchen b26d87f2da merge-recursive: make "CONFLICT (rename/delete)" message show both paths 8 years ago
Junio C Hamano b3e83cc752 hold_locked_index(): align error handling with hold_lockfile_for_update() 8 years ago
Nguyễn Thái Ngọc Duy fa6ca11105 merge-recursive.c: use string_list_sort instead of qsort 8 years ago
Johannes Schindelin 55e9f0e5c9 merge-recursive: handle NULL in add_cacheinfo() correctly 8 years ago
David Turner 5423d2e700 submodules: allow empty working-tree dirs in merge/cherry-pick 8 years ago
René Scharfe a94bb68397 use strbuf_add_unique_abbrev() for adding short hashes, part 3 9 years ago
René Scharfe a22ae753cb use strbuf_addstr() for adding constant strings to a strbuf, part 2 9 years ago
brian m. carlson d449347d08 Convert read_mmblob to take struct object_id. 9 years ago
brian m. carlson 99d1a9861a cache: convert struct cache_entry to use struct object_id 9 years ago
René Scharfe a25716535b merge-recursive: fix verbose output for multiple base trees 9 years ago
René Scharfe af4941d444 merge-recursive: use STRING_LIST_INIT_NODUP 9 years ago
Johannes Schindelin 6999bc7074 merge-recursive: flush output buffer even when erroring out 9 years ago
Johannes Schindelin 548009c0d5 merge_trees(): ensure that the callers release output buffer 9 years ago
Johannes Schindelin f1e2426b28 merge-recursive: offer an option to retain the output in 'obuf' 9 years ago
Johannes Schindelin dde75cb056 merge-recursive: write the commit title in one go 9 years ago
Johannes Schindelin bc9204d4ef merge-recursive: flush output buffer before printing error messages 9 years ago
Johannes Schindelin 6003303a1e merge-recursive: switch to returning errors instead of dying 9 years ago
Johannes Schindelin 75456f96d4 merge-recursive: handle return values indicating errors 9 years ago
Johannes Schindelin fbc87eb544 merge-recursive: allow write_tree_from_memory() to error out 9 years ago
Johannes Schindelin 3c8a51e89a merge-recursive: avoid returning a wholesale struct 9 years ago
Johannes Schindelin de8946de16 merge_recursive: abort properly upon errors 9 years ago
Johannes Schindelin f8d83fb66c merge-recursive: clarify code in was_tracked() 9 years ago
Johannes Schindelin 7e97e10033 die(_("BUG")): avoid translating bug messages 9 years ago
Johannes Schindelin ef1177d18e die("bug"): report bugs consistently 9 years ago
Junio C Hamano 1335d76e45 merge: avoid "safer crlf" during recording of merge results 9 years ago
brian m. carlson 4e8161a82e merge-recursive: convert merge_recursive_generic() to object_id 9 years ago
brian m. carlson b4da9d62f9 merge-recursive: convert leaf functions to use struct object_id 9 years ago
brian m. carlson 9b56149996 merge-recursive: convert struct merge_file_info to object_id 9 years ago
brian m. carlson fd429e986d merge-recursive: convert struct stage_data to use object_id 9 years ago
brian m. carlson a0d12c4433 diff: convert struct diff_filespec to struct object_id 9 years ago
brian m. carlson 82db3d44e7 match-trees: convert shift_tree() and shift_tree_by() to use object_id 9 years ago
Elijah Newren 8e1b62f174 merge-recursive: do not check working copy when creating a virtual merge base 9 years ago
Elijah Newren 3efc61add5 merge-recursive: remove duplicate code 9 years ago
Felipe Gonçalves Assis 87892f605b merge-recursive: find-renames resets threshold 9 years ago
Felipe Gonçalves Assis 1b47ad160b merge-recursive: more consistent interface 9 years ago
Felipe Gonçalves Assis d2b11eca7e merge-recursive: option to disable renames 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 72fac66bca merge: detect delete/modechange conflict 10 years ago
Jeff King b4600fbe07 merge-recursive: convert malloc / strcpy to strbuf 10 years ago
René Scharfe dbe44faadb use file_exists() to check if a file exists in the worktree 10 years ago
Stefan Beller 473091e21e merge-recursive: fix memleaks 10 years ago
Nguyễn Thái Ngọc Duy 6a0b0b6de9 tree.c: update read_tree_recursive callback to pass strbuf as base 10 years ago
Junio C Hamano 2ce406ccb8 get_merge_bases(): always clean-up object flags 11 years ago
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 11 years ago
Stefan Beller 040b2ac978 merge-recursive: remove stale commented debugging code 11 years ago
Stefan Beller 422af49c2f merge-recursive: fix copy-paste mistake 11 years ago
David Aguilar 1c4b660412 cleanups: ensure that git-compat-util.h is included first 11 years ago