aboutsummaryrefslogtreecommitdiffstats
path: root/diff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-20Simplify calling of CR/LF conversion routinesAlex Riesen1-2/+2
2007-04-18Fix funny types used in attribute value representationJunio C Hamano1-2/+2
2007-04-17Allow more than true/false to attributes.Junio C Hamano1-3/+12
2007-04-15Fix 'diff' attribute semantics.Junio C Hamano1-2/+3
2007-04-15Expose subprojects as special files to "git diff" machineryLinus Torvalds1-0/+20
2007-04-14Teach 'diff' about 'diff' attribute.Junio C Hamano1-9/+31
2007-04-05Show binary file size change in diff --statAndy Parkins1-3/+10
2007-03-14diff --quietJunio C Hamano1-2/+25
2007-03-14Remove unused diffcore_std_no_resolveJunio C Hamano1-11/+0
2007-03-14Allow git-diff exit with codes similar to diff(1)Alex Riesen1-0/+6
2007-03-10Merge branch 'js/diff-ni'Junio C Hamano1-0/+33
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce1-4/+5
2007-03-04diff-ni: fix the diff with standard inputJunio C Hamano1-16/+29
2007-03-03diff: support reading a file from stdin via "-"Johannes Schindelin1-0/+20
2007-02-28Merge branch 'np/types'Junio C Hamano1-3/+4
2007-02-27convert object type handling from a string to a numberNicolas Pitre1-3/+4
2007-02-26diff --no-index: also imitate the exit status of diff(1)Johannes Schindelin1-0/+6
2007-02-26Merge branch 'master' into js/diff-niJunio C Hamano1-51/+100