349 Commits (dfb67594e964e63f20546361597c06432c73779d)

Author SHA1 Message Date
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
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
Thomas Rast 996277c520 Refactor cache_tree_update idiom from commit 13 years ago
Junio C Hamano ae8e4c9ce1 merge: make usage of commit->util more extensible 14 years ago
Brad King 80988783c8 submodule: Search for merges only at end of recursive merge 14 years ago
Junio C Hamano d45b7f40b3 merge-recursive: Do not look at working tree during a virtual ancestor merge 14 years ago
Carlos Martín Nieto f7d650c06e Remove 'working copy' from the documentation and C code 14 years ago
Jonathan Nieder 03f622c81f merge-recursive: take advantage of hardcoded empty tree 14 years ago
Elijah Newren f701aae077 merge-recursive: Don't re-sort a list whose order we depend upon 14 years ago
Elijah Newren 6d63070cac merge-recursive: Fix virtual merge base for rename/rename(1to2)/add-dest 14 years ago
Elijah Newren 35a74abff3 merge-recursive: Avoid unnecessary file rewrites 14 years ago
Elijah Newren f53d39778c merge-recursive: Fix spurious 'refusing to lose untracked file...' messages 14 years ago
Elijah Newren 3672c97148 merge-recursive: Fix working copy handling for rename/rename/add/add 14 years ago