aboutsummaryrefslogtreecommitdiffstats
path: root/diff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-03Merge branch 'ph/strbuf'Junio C Hamano1-229/+123
2007-10-02rename diff_free_filespec_data_large() to diff_free_filespec_blob()Junio C Hamano1-2/+2
2007-10-02diffcore-rename: cache file deltasJeff King1-1/+6
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit1-8/+6
2007-09-20Full rework of quote_c_style and write_name_quoted.Pierre Habouzit1-193/+110
2007-09-18Use xmemdupz() in many places.Pierre Habouzit1-11/+2
2007-09-18Merge branch 'master' into ph/strbufJunio C Hamano1-1/+1
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit1-1/+0
2007-09-16Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit1-7/+5
2007-09-14Fix the rename detection limit checkingLinus Torvalds1-1/+1
2007-09-10Strbuf API extensions and fixes.Pierre Habouzit1-2/+2
2007-09-10Merge branch 'master' into ph/strbufJunio C Hamano1-4/+17
2007-09-09git-diff: don't squelch the new SHA1 in submodule diffsSven Verdoolaege1-4/+17
2007-09-06Use strbuf API in apply, blame, commit-tree and diffPierre Habouzit1-18/+9
2007-08-31git-diff: resurrect the traditional empty "diff --git" behaviourJunio C Hamano1-0/+5
2007-08-19Take binary diffs into account for "git rebase"Linus Torvalds1-4/+0
2007-08-14diff: squelch empty diffs even moreRené Scharfe1-1/+2
2007-08-14git-diff: squelch "empty" diffsJunio C Hamano1-0/+52
2007-07-25git_mkstemp(): be careful not to overflow the path buffer.Junio C Hamano1-1/+1
2007-07-08diff.c: make built-in hunk header pattern a separate tableJunio C Hamano1-6/+16
2007-07-07diff: honor binariness specified in attributesJunio C Hamano1-5/+9
2007-07-07Fix configuration syntax to specify customized hunk header patterns.Junio C Hamano1-67/+80
2007-07-06Per-path attribute based hunk header selection.Junio C Hamano1-1/+95
2007-07-06Future-proof source for changes in xdemitconf_tJohannes Schindelin1-5/+5
2007-07-06Introduce diff_filespec_is_binary()Junio C Hamano1-35/+36
2007-07-03Merge branch 'maint'Junio C Hamano1-1/+2
2007-07-03Add diff-option --ext-diffJohannes Schindelin1-0/+4
2007-07-03diff --no-index: fix --name-status with added filesJohannes Schindelin1-1/+2
2007-07-02Merge branch 'jc/diffcore'Junio C Hamano1-0/+16
2007-06-30diffcore_filespec: add is_binaryJunio C Hamano1-0/+16
2007-06-25diff: round down similarity indexRené Scharfe1-11/+11
2007-06-22Finally implement "git log --follow"Linus Torvalds1-0/+2
2007-06-15Move buffer_is_binary() to xdiff-interface.hJohannes Schindelin1-6/+1
2007-06-12Teach diff to imply --find-copies-harder upon -C -CJohannes Schindelin1-0/+2
2007-06-08Even more missing staticJunio C Hamano1-1/+3
2007-06-07War on whitespaceJunio C Hamano1-2/+2
2007-06-04Move buffer_is_binary() to xdiff-interface.hJohannes Schindelin1-6/+1
2007-05-26Merge branch 'maint'Junio C Hamano1-1/+1
2007-05-26Merge branch 'maint-1.5.1' into maintJunio C Hamano1-1/+1
2007-05-25Replace the last 'dircache's by 'index'Jakub Narebski1-1/+1
2007-05-21rename dirlink to gitlink.Martin Waitz1-1/+1
2007-05-20Merge branch 'maint-1.5.1' into maintJunio C Hamano1-4/+2
2007-05-20Use PATH_MAX instead of TEMPFILE_PATH_LENFernando J. Pereda1-4/+2
2007-05-15Ensure return value from xread() is always stored into an ssize_tJohan Herland1-1/+1
2007-05-07diff.c: do not use a separate "size cache".Junio C Hamano1-68/+4
2007-05-07diff: release blobs after generating textual diff.Junio C Hamano1-5/+17
2007-05-03Merge branch 'maint'Junio C Hamano1-6/+7
2007-05-03diff.c: fix "size cache" handling.Junio C Hamano1-6/+7
2007-04-22Support 'diff=pgm' attributeJunio C Hamano1-5/+82
2007-04-21Merge branch 'jc/attr'Junio C Hamano1-11/+43