127 Commits (5b2d131419817c5f5996da0e284e906400c083ef)

Author SHA1 Message Date
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 16 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
Junio C Hamano f1af60bdba Support 'diff=pgm' attribute 18 years ago
Shawn O. Pearce dc49cd769b Cast 64 bit off_t to 32 bit size_t 18 years ago
Johannes Sixt a249a9b5a2 Tell multi-parent diff about core.symlinks. 18 years ago
Nicolas Pitre 21666f1aae convert object type handling from a string to a number 18 years ago
Jim Meyering ee24ee55c2 diff --cc: integer overflow given a 2GB-or-larger file 18 years ago
Junio C Hamano 4fc970c438 diff --cc: fix display of symlink conflicts during a merge. 18 years ago
Junio C Hamano 3b0f5e88ee combine-diff: special case --unified=0 18 years ago
Junio C Hamano 44152787bc combine-diff: honour --no-commit-id 18 years ago
Junio C Hamano 7a8ac59f2f combine-diff: fix hunk_comment_line logic. 18 years ago
Junio C Hamano d5f6a01af0 combine-diff: a few more finishing touches. 18 years ago
Junio C Hamano 74e2abe5b7 diff --numstat 18 years ago