918 Commits (5b509df0c3b54c1b64ae3de871b2f150a524abb0)

Author SHA1 Message Date
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
Samuel Bronson 6d8940b562 diff: add diff.orderfile configuration variable 11 years ago
Jeff King 0ea7d5b6f8 diff.c: fix some recent whitespace style violations 11 years ago
Zoltan Klinger ee7fb0b1d4 difftool: display the number of files in the diff queue in the prompt 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Nicolas Vigier b0d12fc9b2 Use the word 'stuck' instead of 'sticked' 11 years ago
Stefan Beller 3b0c18af5c diff: fix a possible null pointer dereference 12 years ago
Stefan Beller c189c4f2c4 diff: remove ternary operator evaluating always to true 12 years ago
Ondřej Bílka 749f763dbb typofix: in-code comments 12 years ago
Junio C Hamano c48f6816f0 diff: remove "diff-files -q" in a version of Git in a distant future 12 years ago
Junio C Hamano 95a7c546b0 diff: deprecate -q option to diff-files 12 years ago
Matthieu Moy 71482d389d diff: allow --patch & cie to override -s/--no-patch 12 years ago
Matthieu Moy d09cd15d19 diff: allow --no-patch as synonym for -s 12 years ago
Junio C Hamano 7f2ea5f0f2 diff: allow lowercase letter to specify what change class to exclude 12 years ago
Junio C Hamano bf142ec434 diff: reject unknown change class given to --diff-filter 12 years ago
Junio C Hamano 1ecc1cbd3a diff: preparse --diff-filter string argument 12 years ago
Junio C Hamano 08578fa13e diff: factor out match_filter() 12 years ago
Junio C Hamano 949226fe77 diff: pass the whole diff_options to diffcore_apply_filter() 12 years ago
Stefan Beller d3c9cf32ca diff.c: Do not initialize a variable, which gets reassigned anyway. 12 years ago
Nguyễn Thái Ngọc Duy 9c5e6c802c Convert "struct cache_entry *" to "const ..." wherever possible 12 years ago
Junio C Hamano 5430bb283b diff: demote core.safecrlf=true to core.safecrlf=warn 12 years ago
Antoine Pelisse 36617af7ed diff: add --ignore-blank-lines option 12 years ago
Junio C Hamano 6c374008b1 diff_opt: track whether flags have been set explicitly 12 years ago