362 Commits (433860f3d0beb0c6f205290bd16cda413148f098)

Author SHA1 Message Date
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 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
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 12 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
Jiang Xin 55653a689e i18n: merge-recursive: mark strings for translation 13 years ago
Jeff King 4f7cb99ada merge-recursive: don't detect renames of empty files 13 years ago
Jeff King cba595bd21 drop casts from users EMPTY_TREE_SHA1_BIN 13 years ago
Junio C Hamano 307ab20b33 xdiff: PATIENCE/HISTOGRAM are not independent option bits 13 years ago
Nguyễn Thái Ngọc Duy e859c69b26 cache-tree: update API to take abitrary flags 13 years ago