91 Commits (f3db366770ffc67196ee13cdcb65c6bfb45821f6)

Author SHA1 Message Date
Alexander Gavrilov 5e568f9e30 Respect core.autocrlf in combined diff 16 years ago
Junio C Hamano 8a3f524bf2 xdiff-interface: hide the whole "xdiff_emit_state" business from the caller 16 years ago
Brian Downing c99db9d292 Make xdi_diff_outf interface for running xdiff_outf diffs 16 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. 17 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
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 18 years ago
David Rientjes a89fccd281 Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. 18 years ago
David Rientjes 0bef57ee44 make inline is_null_sha1 global 18 years ago
Junio C Hamano a976b0a593 Remove combine-diff.c::uninteresting() 18 years ago
Junio C Hamano 89b0c4b5a3 Fix type of combine-diff.c::show_patch_diff() 19 years ago
Junio C Hamano 567a03d14c combine-diff: use color 19 years ago
Peter Eriksen 28f7581806 Substitute xmalloc()+memset(0) with xcalloc(). 19 years ago
Pavel Roskin 82e5a82fd7 Fix more typos, primarily in the code 19 years ago
Junio C Hamano 2c0b4dfd5a combine-diff.c: type sanity. 19 years ago
Junio C Hamano 2386c2975d combine-diff.c: type sanity 19 years ago
Junio C Hamano 3969cf7db1 Fix some more diff options changes. 19 years ago
Timo Hirvonen 39bc9a6c20 Add msg_sep to diff_options 19 years ago
Timo Hirvonen c6744349df Merge with_raw, with_stat and summary variables to output_format 19 years ago
Linus Torvalds ee1e5412a7 git diff: support "-U" and "--unified" options properly 19 years ago
Junio C Hamano 0fe7c1de16 built-in diff: assorted updates. 19 years ago
Junio C Hamano 965f803c32 combine-diff: show diffstat with the first parent. 19 years ago
Linus Torvalds eab144ac49 Log message printout cleanups (#2) 19 years ago
Linus Torvalds 9153983310 Log message printout cleanups 19 years ago
Serge E. Hallyn 310f8b5b6d cleanups: Remove unused vars from combine-diff.c 19 years ago
Junio C Hamano 8bc7574b63 combine-diff: type fix. 19 years ago
Junio C Hamano 740659519e combine-diff: fix hunks at the end (take #2). 19 years ago
Junio C Hamano 8a470ebfa1 combine-diff: do not lose hunks with only deletion at end. 19 years ago
Petr Baudis 90c1b08c7d Separate the raw diff and patch with a newline 19 years ago
Junio C Hamano 86ff1d2012 diff-* --patch-with-raw 19 years ago
Junio C Hamano a0fd31463b Match ofs/cnt types in diff interface. 19 years ago