966 Commits (9b601eafd1437df2e11b032bfbfd1ac5d32d3290)

Author SHA1 Message Date
Jeff King 06dec439a3 diff: do not reuse worktree files that need "clean" conversion 9 years ago
Junio C Hamano 5580b271af diff: disable compaction heuristic for now 9 years ago
Stefan Beller d634d61ed6 xdiff: implement empty line chunk heuristic 9 years ago
Matthieu Moy 5404c116aa diff: activate diff.renames by default 9 years ago
Jeff King b1ddfb9151 diff_populate_gitlink: use a strbuf 9 years ago
Jeff King 96ffc06f72 convert trivial cases to FLEX_ARRAY macros 9 years ago
Jeff King a64e6a44c6 diff: clarify textconv interface 9 years ago
Duy Nguyen a97262c62f diff: make -O and --output work in subdirectory 9 years ago
Tobias Klauser 086ecab1a7 diff: remove unused #include "sigchain.h" 9 years ago
Jeff King d59f765ac9 use sha1_to_hex_r() instead of strcpy 9 years ago
Jeff King 3efb988098 react to errors in xdi_diff 10 years ago
Jeff King 5096d4909f convert trivial sprintf / strcpy calls to xsnprintf 10 years ago
Heiko Voigt 851e18c385 submodule: use new config API for worktree configurations 10 years ago
Michael Haggerty 284098f13f diff: use tempfile module 10 years ago
René Scharfe 3f4f17b51b diff: parse ws-error-highlight option more strictly 10 years ago
David Turner 076c98372e log: add "log.follow" configuration variable 10 years ago
Jeff King 8dbf3eb685 diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXT 10 years ago
Jeff King 74b15bfbf6 diff: accept color.diff.context as a synonym for "plain" 10 years ago
Junio C Hamano b8767f791c diff.c: --ws-error-highlight=<kind> option 10 years ago
Junio C Hamano 0e383e185a diff.c: add emit_del_line() and emit_context_line() 10 years ago
René Scharfe 9a6f1287fb zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw} 10 years ago
Mårten Kongstad ab27389aff diff --shortstat --dirstat: remove duplicate output 10 years ago
Jeff King f6c5a2968c color_parse: do not mention variable name in error message 10 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Nguyễn Thái Ngọc Duy 1aaf69e669 diff: shortcut for diff'ing two binary SHA-1 objects 11 years ago
Nguyễn Thái Ngọc Duy 6bf3b81348 diff --stat: mark any file larger than core.bigfilethreshold binary 11 years ago
Nguyễn Thái Ngọc Duy 8e5dd3d654 diff.c: allow to pass more flags to diff_populate_filespec 11 years ago
René Scharfe cedc61a998 strbuf: use strbuf_addstr() for adding C strings 11 years ago
Jeff King 0539cc0038 stat_opt: check extra strlen call 11 years ago
Jeff King 95b567c7c3 use skip_prefix to avoid repeating strings 11 years ago
Jeff King ae021d8791 use skip_prefix to avoid magic numbers 11 years ago
Jeff King 9e1a5ebe52 parse_diff_color_slot: drop ofs parameter 11 years ago
Brian Gesiak 1a4927c5c5 diff.c: rearrange xcalloc arguments 11 years ago
Jeff King dd63f169d9 move "--follow needs one pathspec" rule to diff_setup_done 11 years ago
Jeff King f3efe78782 run_external_diff: refactor cmdline setup logic 11 years ago
Jeff King 0d4217d92e run_external_diff: hoist common bits out of conditional 11 years ago
Jeff King 5b88caa417 run_external_diff: drop fflush(NULL) 11 years ago
Jeff King 89294d143d run_external_diff: clean up error handling 11 years ago
Jeff King ae049c955c run_external_diff: use an argv_array for the environment 11 years ago
Jeff King 82fbf269b9 run_external_diff: use an argv_array for the command line 11 years ago
Jiang Xin d1d96a82bb i18n: remove obsolete comments for translators in diffstat generation 11 years ago
Kirill Smelkov 7195fbfaf5 combine-diff: speed it up, by using multiparent diff tree-walker directly 11 years ago
Kirill Smelkov 72441af7c4 tree-diff: rework diff_tree() to generate diffs for multiparent cases as well 11 years ago
Justin Lebar 01689909eb comments: fix misuses of "nor" 11 years ago
Rohit Mani 2c5495f7b6 use strchrnul() in place of strchr() and strlen() 11 years ago
Dmitry S. Dolzhenko 4c960a432c diff.c: use ALLOC_GROW() 11 years ago
Nguyễn Thái Ngọc Duy f34b205f6c diff: do not quit early on stat-dirty files 11 years ago
Nguyễn Thái Ngọc Duy fceb907225 diff.c: move diffcore_skip_stat_unmatch core logic out for reuse later 11 years ago
Thomas Rast aba4727281 diff: do not reuse_worktree_file for submodules 11 years ago
Jeff King 428d52a5a5 diff_filespec: drop xfrm_flags field 11 years ago