Age | Commit message (Expand) | Author | Files | Lines |
2010-06-13 | Merge branch 'rs/diff-no-minimal' | Junio C Hamano | 1 | -1/+1 |
2010-05-04 | remove ecb parameter from xdi_diff_outf() | René Scharfe | 1 | -2/+1 |
2010-05-02 | git diff too slow for a file | René Scharfe | 1 | -1/+1 |
2010-04-17 | combined diff: correctly handle truncated file | Thomas Rast | 1 | -6/+8 |
2009-11-28 | Give the hunk comment its own color | Bert Wesarg | 1 | -1/+4 |
2009-07-22 | Merge branch 'maint' | Junio C Hamano | 1 | -15/+14 |
2009-07-22 | diff --cc: a lost line at the beginning of the file is shown incorrectly | Junio C Hamano | 1 | -7/+9 |
2009-07-22 | combine-diff.c: fix performance problem when folding common deleted lines | Junio C Hamano | 1 | -8/+5 |
2009-06-27 | Use die_errno() instead of die() when checking syscalls | Thomas Rast | 1 | -1/+1 |
2009-05-01 | Fix a bunch of pointer declarations (codestyle) | Felipe Contreras | 1 | -2/+2 |
2009-04-29 | Merge branch 'maint' | Junio C Hamano | 1 | -9/+25 |
2009-04-29 | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 1 | -12/+26 |
2009-04-29 | diff -c -p: do not die on submodules | Junio C Hamano | 1 | -12/+26 |
2009-03-17 | Merge branch 'kb/checkout-optim' | Junio C Hamano | 1 | -3/+1 |
2009-03-07 | Move local variables to narrower scopes | Benjamin Kramer | 1 | -2/+1 |
2009-02-09 | show_patch_diff(): remove a call to fstat() | Kjetil Barvik | 1 | -3/+1 |
2008-12-17 | combine-diff.c: use strbuf_readlink() | Junio C Hamano | 1 | -5/+5 |
2008-10-25 | Always initialize xpparam_t to 0 | Brian Downing | 1 | -0/+1 |
2008-10-12 | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 1 | -2/+1 |
2008-09-18 | Merge branch 'jc/diff-prefix' | Junio C Hamano | 1 | -2/+6 |
2008-09-07 | Merge branch 'jc/hide-cr-in-diff-from-less' | Junio C Hamano | 1 | -2/+14 |
2008-08-30 | diff: vary default prefix depending on what are compared | Junio C Hamano | 1 | -2/+6 |
2008-08-30 | diff: Help "less" hide ^M from the output | Junio C Hamano | 1 | -2/+14 |
2008-08-24 | Merge branch 'maint' to sync with 1.6.0.1 | Junio C Hamano | 1 | -0/+12 |
2008-08-23 | Respect core.autocrlf in combined diff | Alexander Gavrilov | 1 | -0/+12 |
2008-08-14 | xdiff-interface: hide the whole "xdiff_emit_state" business from the caller | Junio C Hamano | 1 | -5/+2 |
2008-08-13 | Make xdi_diff_outf interface for running xdiff_outf diffs | Brian Downing | 1 | -3/+2 |
2008-06-22 | Merge branch 'jc/maint-combine-diff-pre-context' | Junio C Hamano | 1 | -2/+5 |
2008-06-18 | diff -c/--cc: do not include uninteresting deletion before leading context | Junio C Hamano | 1 | -2/+5 |
2008-05-03 | Cleanup xread() loops to use read_in_full() | Heikki Orsila | 1 | -9/+8 |
2008-05-03 | Remove dead code: show_log() sep argument and diff_options.msg_sep | Adam Simpkins | 1 | -3/+3 |
2008-04-27 | Die for an early EOF in a file reading loop | Heikki Orsila | 1 | -3/+3 |
2007-12-26 | Fix rewrite_diff() name quoting. | Junio C Hamano | 1 | -10/+1 |
2007-12-26 | combine-diff: Fix path quoting | Junio C Hamano | 1 | -10/+31 |
2007-12-13 | xdl_diff: identify call sites. | Junio C Hamano | 1 | -1/+1 |
2007-11-11 | Make the diff_options bitfields be an unsigned with explicit masks. | Pierre Habouzit | 1 | -5/+5 |
2007-09-20 | Full rework of quote_c_style and write_name_quoted. | Pierre Habouzit | 1 | -14/+2 |
2007-07-06 | Future-proof source for changes in xdemitconf_t | Johannes Schindelin | 1 | -2/+1 |
2007-05-15 | Ensure return value from xread() is always stored into an ssize_t | Johan Herland | 1 | -1/+1 |
2007-04-22 | Support 'diff=pgm' attribute | Junio C Hamano | 1 | -0/+1 |
2007-03-07 | Cast 64 bit off_t to 32 bit size_t | Shawn O. Pearce | 1 | -2/+2 |
2007-03-03 | Tell multi-parent diff about core.symlinks. | Johannes Sixt | 1 | -0/+10 |
2007-02-27 | convert object type handling from a string to a number | Nicolas Pitre | 1 | -3/+3 |
2007-02-27 | diff --cc: integer overflow given a 2GB-or-larger file | Jim Meyering | 1 | -3/+3 |
2007-02-25 | diff --cc: fix display of symlink conflicts during a merge. | Junio C Hamano | 1 | -4/+21 |
2007-02-03 | combine-diff: special case --unified=0 | Junio C Hamano | 1 | -4/+30 |
2006-10-26 | Merge branch 'jc/combined' | Junio C Hamano | 1 | -4/+8 |
2006-10-26 | combine-diff: honour --no-commit-id | Junio C Hamano | 1 | -3/+3 |
2006-10-26 | combine-diff: fix hunk_comment_line logic. | Junio C Hamano | 1 | -1/+5 |
2006-10-26 | Merge branch 'jc/combined' | Junio C Hamano | 1 | -5/+43 |