summaryrefslogtreecommitdiff
path: root/diff.c
AgeCommit message (Expand)AuthorFilesLines
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-50/+99
2007-02-24Merge branch 'maint'Junio C Hamano1-2/+4
2007-02-24diff-patch: Avoid emitting double-slashes in textual patch.Junio C Hamano1-2/+4
2007-02-22Merge branches 'lt/crlf' and 'jc/apply-config'Junio C Hamano1-1/+16
2007-02-22Teach git-diff-files the new option `--no-index`Johannes Schindelin1-1/+2
2007-02-21Teach diff -B about coloursJohannes Schindelin1-14/+25
2007-02-20prefixcmp(): fix-up leftover strncmp().Junio C Hamano1-1/+1
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-15/+15
2007-02-19Merge branch 'js/diff-color-check'Junio C Hamano1-18/+39
2007-02-18diff --check: use colourJohannes Schindelin1-18/+39