summaryrefslogtreecommitdiff
path: root/diff.c
AgeCommit message (Expand)Author
2007-10-03rename diff_free_filespec_data_large() to diff_free_filespec_blob()Junio C Hamano
2007-10-03diffcore-rename: cache file deltasJeff King
2007-09-14Fix the rename detection limit checkingLinus Torvalds
2007-09-09git-diff: don't squelch the new SHA1 in submodule diffsSven Verdoolaege
2007-09-01git-diff: resurrect the traditional empty "diff --git" behaviourJunio C Hamano
2007-08-19Take binary diffs into account for "git rebase"Linus Torvalds
2007-08-15diff: squelch empty diffs even moreRené Scharfe
2007-08-14git-diff: squelch "empty" diffsJunio C Hamano
2007-07-26git_mkstemp(): be careful not to overflow the path buffer.Junio C Hamano
2007-07-08diff.c: make built-in hunk header pattern a separate tableJunio C Hamano
2007-07-07diff: honor binariness specified in attributesJunio C Hamano
2007-07-07Fix configuration syntax to specify customized hunk header patterns.Junio C Hamano
2007-07-06Per-path attribute based hunk header selection.Junio C Hamano
2007-07-06Future-proof source for changes in xdemitconf_tJohannes Schindelin
2007-07-06Introduce diff_filespec_is_binary()Junio C Hamano
2007-07-04Merge branch 'maint'Junio C Hamano
2007-07-04Add diff-option --ext-diffJohannes Schindelin
2007-07-03diff --no-index: fix --name-status with added filesJohannes Schindelin
2007-07-02Merge branch 'jc/diffcore'Junio C Hamano
2007-07-01diffcore_filespec: add is_binaryJunio C Hamano
2007-06-25diff: round down similarity indexRené Scharfe
2007-06-23Finally implement "git log --follow"Linus Torvalds
2007-06-16Move buffer_is_binary() to xdiff-interface.hJohannes Schindelin
2007-06-12Teach diff to imply --find-copies-harder upon -C -CJohannes Schindelin
2007-06-08Even more missing staticJunio C Hamano
2007-06-07War on whitespaceJunio C Hamano
2007-06-05Move buffer_is_binary() to xdiff-interface.hJohannes Schindelin
2007-05-27Merge branch 'maint'Junio C Hamano
2007-05-26Merge branch 'maint-1.5.1' into maintJunio C Hamano
2007-05-26Replace the last 'dircache's by 'index'Jakub Narebski
2007-05-22rename dirlink to gitlink.Martin Waitz
2007-05-21Merge branch 'maint-1.5.1' into maintJunio C Hamano
2007-05-20Use PATH_MAX instead of TEMPFILE_PATH_LENFernando J. Pereda
2007-05-16Ensure return value from xread() is always stored into an ssize_tJohan Herland
2007-05-07diff.c: do not use a separate "size cache".Junio C Hamano
2007-05-07diff: release blobs after generating textual diff.Junio C Hamano
2007-05-04Merge branch 'maint'Junio C Hamano
2007-05-04diff.c: fix "size cache" handling.Junio C Hamano
2007-04-23Support 'diff=pgm' attributeJunio C Hamano
2007-04-22Merge branch 'jc/attr'Junio C Hamano
2007-04-21Simplify calling of CR/LF conversion routinesAlex Riesen
2007-04-18Fix funny types used in attribute value representationJunio C Hamano
2007-04-17Allow more than true/false to attributes.Junio C Hamano
2007-04-15Fix 'diff' attribute semantics.Junio C Hamano
2007-04-15Expose subprojects as special files to "git diff" machineryLinus Torvalds
2007-04-14Teach 'diff' about 'diff' attribute.Junio C Hamano
2007-04-05Show binary file size change in diff --statAndy Parkins
2007-03-14diff --quietJunio C Hamano
2007-03-14Remove unused diffcore_std_no_resolveJunio C Hamano
2007-03-14Allow git-diff exit with codes similar to diff(1)Alex Riesen