146 Commits (c5a84e92a2fe9e8748e32341c344d7a6c0f52a50)

Author SHA1 Message Date
Thomas Rast 53d00b39ce log: use true parents for diff even when rewriting 12 years ago
Ondřej Bílka 98e023dea4 many small typofixes 12 years ago
Nguyễn Thái Ngọc Duy bd1928df1d remove diff_tree_{setup,release}_paths 12 years ago
Clemens Buchacher 46ec510ac0 fix segfault with git log -c --follow 12 years ago
Matthijs Kooijman aac385717a combine-diff.c: Fix output when changes are exactly 3 lines apart 12 years ago
Antoine Pelisse 99d3206010 combine-diff: coalesce lost lines optimally 12 years ago
Antoine Pelisse fa04ae0be8 Allow combined diff to ignore white-spaces 12 years ago
John Keeping 41ee2ad6cb combine-diff.c: teach combined diffs about line prefix 12 years ago
Junio C Hamano 7766705198 combine-diff: lift 32-way limit of combined diff 12 years ago
Jeff King e54501004a diff: do not use null sha1 as a sentinel value 13 years ago
René Scharfe e5e9b56528 combine-diff: fix loop index underflow 13 years ago
René Scharfe 82889295e7 pass struct commit to diff_tree_combined_merge() 13 years ago
René Scharfe 0041f09de6 use struct sha1_array in diff_tree_combined() 13 years ago
Junio C Hamano 25e5e2bf85 combine-diff: support format_callback 14 years ago
Jeff King f1c9626105 diff: refactor COLOR_DIFF from a flag into an int 14 years ago
Junio C Hamano 9969454435 diff -c/--cc: do not mistake "resolved as deletion" as "use working tree" 14 years ago
Jeff King 0508fe533d combine-diff: respect textconv attributes 14 years ago
Jeff King 4d5f347199 combine-diff: handle binary files as binary 14 years ago
Jeff King c95b99bb5d combine-diff: calculate mode_differs earlier 14 years ago
Jeff King 7c978a068f combine-diff: split header printing into its own function 14 years ago
René Scharfe dfea79004c remove ecb parameter from xdi_diff_outf() 15 years ago
René Scharfe 582aa00bdf git diff too slow for a file 15 years ago
Thomas Rast 2179870803 combined diff: correctly handle truncated file 15 years ago
Bert Wesarg 89cb73a19a Give the hunk comment its own color 15 years ago
Junio C Hamano b810cbbde9 diff --cc: a lost line at the beginning of the file is shown incorrectly 16 years ago
Junio C Hamano 55d5d5bab7 combine-diff.c: fix performance problem when folding common deleted lines 16 years ago
Thomas Rast 0721c314a5 Use die_errno() instead of die() when checking syscalls 16 years ago
Felipe Contreras 4b25d091ba Fix a bunch of pointer declarations (codestyle) 16 years ago
Junio C Hamano 7dae8b21c2 diff -c -p: do not die on submodules 16 years ago
Benjamin Kramer fd13b21f52 Move local variables to narrower scopes 16 years ago
Kjetil Barvik 91fcbcbdcd show_patch_diff(): remove a call to fstat() 16 years ago
Junio C Hamano 912342d9d6 combine-diff.c: use strbuf_readlink() 16 years ago
Brian Downing 9ccd0a88ac Always initialize xpparam_t to 0 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 17 years ago
Junio C Hamano a5a818ee48 diff: vary default prefix depending on what are compared 17 years ago
Junio C Hamano 3928097020 diff: Help "less" hide ^M from the output 17 years ago
Alexander Gavrilov 5e568f9e30 Respect core.autocrlf in combined diff 17 years ago
Junio C Hamano 8a3f524bf2 xdiff-interface: hide the whole "xdiff_emit_state" business from the caller 17 years ago
Brian Downing c99db9d292 Make xdi_diff_outf interface for running xdiff_outf diffs 17 years ago
Junio C Hamano c86fbe5332 diff -c/--cc: do not include uninteresting deletion before leading context 17 years ago
Heikki Orsila c697ad143b Cleanup xread() loops to use read_in_full() 17 years ago
Adam Simpkins 028656552b Remove dead code: show_log() sep argument and diff_options.msg_sep 17 years ago
Heikki Orsila f0ec47b8e7 Die for an early EOF in a file reading loop 17 years ago
Junio C Hamano d56250911f Fix rewrite_diff() name quoting. 17 years ago
Junio C Hamano 462a15bc82 combine-diff: Fix path quoting 17 years ago
Junio C Hamano c279d7e986 xdl_diff: identify call sites. 17 years ago
Pierre Habouzit 8f67f8aefb Make the diff_options bitfields be an unsigned with explicit masks. 17 years ago
Pierre Habouzit 663af3422a Full rework of quote_c_style and write_name_quoted. 18 years ago
Johannes Schindelin 30b250104d Future-proof source for changes in xdemitconf_t 18 years ago
Johan Herland 8a912bcb25 Ensure return value from xread() is always stored into an ssize_t 18 years ago