summaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAgeFilesLines
* Take binary diffs into account for "git rebase"Linus Torvalds2007-08-191-4/+0
* diff: squelch empty diffs even moreRené Scharfe2007-08-141-1/+2
* git-diff: squelch "empty" diffsJunio C Hamano2007-08-141-0/+52
* git_mkstemp(): be careful not to overflow the path buffer.Junio C Hamano2007-07-251-1/+1
* diff.c: make built-in hunk header pattern a separate tableJunio C Hamano2007-07-081-6/+16
* diff: honor binariness specified in attributesJunio C Hamano2007-07-071-5/+9
* Fix configuration syntax to specify customized hunk header patterns.Junio C Hamano2007-07-071-67/+80
* Per-path attribute based hunk header selection.Junio C Hamano2007-07-061-1/+95
* Future-proof source for changes in xdemitconf_tJohannes Schindelin2007-07-061-5/+5
* Introduce diff_filespec_is_binary()Junio C Hamano2007-07-061-35/+36
* Merge branch 'maint'Junio C Hamano2007-07-031-1/+2
|\
| * diff --no-index: fix --name-status with added filesJohannes Schindelin2007-07-031-1/+2
| * Move buffer_is_binary() to xdiff-interface.hJohannes Schindelin2007-06-151-6/+1
* | Add diff-option --ext-diffJohannes Schindelin2007-07-031-0/+4
* | Merge branch 'jc/diffcore'Junio C Hamano2007-07-021-0/+16
|\ \
| * | diffcore_filespec: add is_binaryJunio C Hamano2007-06-301-0/+16
* | | diff: round down similarity indexRené Scharfe2007-06-251-11/+11
|/ /
* | Finally implement "git log --follow"Linus Torvalds2007-06-221-0/+2
* | Teach diff to imply --find-copies-harder upon -C -CJohannes Schindelin2007-06-121-0/+2
* | Even more missing staticJunio C Hamano2007-06-081-1/+3
* | War on whitespaceJunio C Hamano2007-06-071-2/+2
* | Move buffer_is_binary() to xdiff-interface.hJohannes Schindelin2007-06-041-6/+1
* | Merge branch 'maint'Junio C Hamano2007-05-261-1/+1
|\ \ | |/
| * Merge branch 'maint-1.5.1' into maintJunio C Hamano2007-05-261-1/+1
| |\
| | * Replace the last 'dircache's by 'index'Jakub Narebski2007-05-251-1/+1
* | | rename dirlink to gitlink.Martin Waitz2007-05-211-1/+1
|/ /
* | Merge branch 'maint-1.5.1' into maintJunio C Hamano2007-05-201-4/+2
|\ \ | |/
| * Use PATH_MAX instead of TEMPFILE_PATH_LENFernando J. Pereda2007-05-201-4/+2
* | Ensure return value from xread() is always stored into an ssize_tJohan Herland2007-05-151-1/+1
* | diff.c: do not use a separate "size cache".Junio C Hamano2007-05-071-68/+4
* | diff: release blobs after generating textual diff.Junio C Hamano2007-05-071-5/+17
* | Merge branch 'maint'Junio C Hamano2007-05-031-6/+7
|\ \ | |/
| * diff.c: fix "size cache" handling.Junio C Hamano2007-05-031-6/+7
* | Support 'diff=pgm' attributeJunio C Hamano2007-04-221-5/+82
* | Merge branch 'jc/attr'Junio C Hamano2007-04-211-11/+43
|\ \
| * | Simplify calling of CR/LF conversion routinesAlex Riesen2007-04-201-2/+2
| * | Fix funny types used in attribute value representationJunio C Hamano2007-04-181-2/+2
| * | Allow more than true/false to attributes.Junio C Hamano2007-04-171-3/+12
| * | Fix 'diff' attribute semantics.Junio C Hamano2007-04-151-2/+3
| * | Teach 'diff' about 'diff' attribute.Junio C Hamano2007-04-141-9/+31
* | | Expose subprojects as special files to "git diff" machineryLinus Torvalds2007-04-151-0/+20
|/ /
* | Show binary file size change in diff --statAndy Parkins2007-04-051-3/+10
|/
* diff --quietJunio C Hamano2007-03-141-2/+25
* Remove unused diffcore_std_no_resolveJunio C Hamano2007-03-141-11/+0
* Allow git-diff exit with codes similar to diff(1)Alex Riesen2007-03-141-0/+6
* Merge branch 'js/diff-ni'Junio C Hamano2007-03-101-0/+33
|\
| * diff-ni: fix the diff with standard inputJunio C Hamano2007-03-041-16/+29
| * diff: support reading a file from stdin via "-"Johannes Schindelin2007-03-031-0/+20
* | Cast 64 bit off_t to 32 bit size_tShawn O. Pearce2007-03-071-4/+5
|/
* Merge branch 'np/types'Junio C Hamano2007-02-281-3/+4
|\