summaryrefslogtreecommitdiff
path: root/combine-diff.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-26Fix rewrite_diff() name quoting.Libravatar Junio C Hamano1-10/+1
2007-12-26combine-diff: Fix path quotingLibravatar Junio C Hamano1-10/+31
2007-12-13xdl_diff: identify call sites.Libravatar Junio C Hamano1-1/+1
2007-11-11Make the diff_options bitfields be an unsigned with explicit masks.Libravatar Pierre Habouzit1-5/+5
2007-09-20Full rework of quote_c_style and write_name_quoted.Libravatar Pierre Habouzit1-14/+2
2007-07-06Future-proof source for changes in xdemitconf_tLibravatar Johannes Schindelin1-2/+1
2007-05-15Ensure return value from xread() is always stored into an ssize_tLibravatar Johan Herland1-1/+1
2007-04-22Support 'diff=pgm' attributeLibravatar Junio C Hamano1-0/+1
2007-03-07Cast 64 bit off_t to 32 bit size_tLibravatar Shawn O. Pearce1-2/+2
2007-03-03Tell multi-parent diff about core.symlinks.Libravatar Johannes Sixt1-0/+10
2007-02-27convert object type handling from a string to a numberLibravatar Nicolas Pitre1-3/+3
2007-02-27diff --cc: integer overflow given a 2GB-or-larger fileLibravatar Jim Meyering1-3/+3
2007-02-25diff --cc: fix display of symlink conflicts during a merge.Libravatar Junio C Hamano1-4/+21
2007-02-03combine-diff: special case --unified=0Libravatar Junio C Hamano1-4/+30
2006-10-26Merge branch 'jc/combined'Libravatar Junio C Hamano1-4/+8
2006-10-26combine-diff: honour --no-commit-idLibravatar Junio C Hamano1-3/+3
2006-10-26combine-diff: fix hunk_comment_line logic.Libravatar Junio C Hamano1-1/+5
2006-10-26Merge branch 'jc/combined'Libravatar Junio C Hamano1-5/+43
2006-10-26combine-diff: a few more finishing touches.Libravatar Junio C Hamano1-5/+43
2006-10-13diff --numstatLibravatar Junio C Hamano1-3/+6
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Libravatar Shawn Pearce1-5/+5
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.Libravatar David Rientjes1-2/+2
2006-08-15make inline is_null_sha1 globalLibravatar David Rientjes1-2/+2
2006-08-14Remove combine-diff.c::uninteresting()Libravatar Junio C Hamano1-9/+2
2006-08-13Fix type of combine-diff.c::show_patch_diff()Libravatar Junio C Hamano1-7/+5
2006-08-10combine-diff: use colorLibravatar Junio C Hamano1-16/+34
2006-07-25Substitute xmalloc()+memset(0) with xcalloc().Libravatar Peter Eriksen1-2/+1
2006-07-10Fix more typos, primarily in the codeLibravatar Pavel Roskin1-1/+1
2006-07-05Merge branch 'th/diff'Libravatar Junio C Hamano1-34/+34
2006-06-28combine-diff.c: type sanity.Libravatar Junio C Hamano1-1/+1
2006-06-28combine-diff.c: type sanityLibravatar Junio C Hamano1-14/+15
2006-06-27Fix some more diff options changes.Libravatar Junio C Hamano1-9/+15
2006-06-26Add msg_sep to diff_optionsLibravatar Timo Hirvonen1-3/+4
2006-06-26Merge with_raw, with_stat and summary variables to output_formatLibravatar Timo Hirvonen1-31/+24
2006-05-14git diff: support "-U" and "--unified" options properlyLibravatar Linus Torvalds1-0/+1
2006-04-29built-in diff: assorted updates.Libravatar Junio C Hamano1-17/+30
2006-04-18Merge branch 'lt/logopt'Libravatar Junio C Hamano1-35/+54
2006-04-17combine-diff: show diffstat with the first parent.Libravatar Junio C Hamano1-5/+19
2006-04-17Log message printout cleanups (#2)Libravatar Linus Torvalds1-6/+16
2006-04-17Log message printout cleanupsLibravatar Linus Torvalds1-26/+21
2006-04-17cleanups: Remove unused vars from combine-diff.cLibravatar Serge E. Hallyn1-10/+2
2006-04-12Merge branch 'jc/combine' into nextLibravatar Junio C Hamano1-2/+2
2006-04-12combine-diff: type fix.Libravatar Junio C Hamano1-2/+2
2006-04-11Merge branch 'jc/combine' into nextLibravatar Junio C Hamano1-26/+37
2006-04-11combine-diff: fix hunks at the end (take #2).Libravatar Junio C Hamano1-28/+21
2006-04-11combine-diff: do not lose hunks with only deletion at end.Libravatar Junio C Hamano1-11/+29
2006-04-11Separate the raw diff and patch with a newlineLibravatar Petr Baudis1-0/+1
2006-04-10diff-* --patch-with-rawLibravatar Junio C Hamano1-0/+11
2006-04-06Match ofs/cnt types in diff interface.Libravatar Junio C Hamano1-1/+2
2006-04-05combine-diff: move the code to parse hunk-header into common library.Libravatar Junio C Hamano1-46/+0