367 Commits (702ebbf4e2937accbac8184f87932f961e626a63)

Author SHA1 Message Date
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 9 years ago
Jeff King b4600fbe07 merge-recursive: convert malloc / strcpy to strbuf 9 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 10 years ago
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 10 years ago
Stefan Beller 040b2ac978 merge-recursive: remove stale commented debugging code 10 years ago
Stefan Beller 422af49c2f merge-recursive: fix copy-paste mistake 10 years ago
David Aguilar 1c4b660412 cleanups: ensure that git-compat-util.h is included first 11 years ago
René Scharfe 415792edf5 strbuf: use strbuf_addchars() for adding a char multiple times 11 years ago
Tanay Abhra 0e7bcb1b00 merge-recursive.c: replace `git_config()` with `git_config_get_int()` 11 years ago
Tanay Abhra f93d7c6fa0 replace memset with string-list initializers 11 years ago
René Scharfe 294b2680cd use strbuf_addch for adding single characters 11 years ago
Jeff King 95b567c7c3 use skip_prefix to avoid repeating strings 11 years ago
Jeff King 45bc131dd3 unique_path: fix unlikely heap overflow 11 years ago
Jeff King 283101869b use xstrfmt to replace xmalloc + sprintf 11 years ago
Jeff King 8597ea3afe commit: record buffer length in cache 11 years ago
Jeff King bc6b8fc130 use get_commit_buffer everywhere 11 years ago
Nguyễn Thái Ngọc Duy d0cfc3e866 cache-tree: mark istate->cache_changed on cache tree update 11 years ago
Nguyễn Thái Ngọc Duy 03b8664772 read-cache: new API write_locked_index instead of write_index/write_cache 11 years ago
Jeff King 10322a0aaf do not create "struct commit" with xcalloc 11 years ago
David Turner ae352c7f37 merge-recursive.c: fix case-changing merge bug 11 years ago
Brad King 6e2068ae48 merge-recursive.c: tolerate missing files while refreshing index 11 years ago
Brad King 257627268a read-cache.c: extend make_cache_entry refresh flag with options 11 years ago
Michael Haggerty 0be0521b23 safe_create_leading_directories(): introduce enum for return values 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
John Keeping 6562928ae9 merge-recursive: fix parsing of "diff-algorithm" option 11 years ago
Nguyễn Thái Ngọc Duy 9a08727443 remove init_pathspec() in favor of parse_pathspec() 12 years ago
Nguyễn Thái Ngọc Duy 9c5e6c802c Convert "struct cache_entry *" to "const ..." wherever possible 12 years ago
Michal Privoznik 07924d4d50 diff: Introduce --diff-algorithm command line option 12 years ago
Junio C Hamano fa2364ec34 Which merge_file() function do you mean? 12 years ago
Ramsay Jones 4e2d094dde Call mkpathdup() rather than xstrdup(mkpath(...)) 13 years ago
Ralf Thielow e0453cd8f0 merge-recursive: separate message for common ancestors 13 years ago
Thomas Rast f633ea2c73 merge-recursive: eliminate flush_buffer() in favor of write_in_full() 13 years ago
Thomas Rast 28452655af diff_setup_done(): return void 13 years ago