summaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAgeFilesLines
* refactor userdiff textconv codeJeff King2008-10-261-13/+35
* diff: add missing static declarationJeff King2008-10-261-1/+1
* diff: add filter for converting binary to textJeff King2008-10-181-2/+47
* diff: introduce diff.<driver>.binaryJeff King2008-10-181-30/+22
* diff: unify external diff and funcname parsing codeJeff King2008-10-181-224/+27
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-10/+5
* Teach git diff about Objective-C syntaxJonathan del Strother2008-10-061-0/+10
* Merge branch 'maint'Shawn O. Pearce2008-10-061-0/+4
|\
| * fix bogus "diff --git" header from "diff --no-index"Linus Torvalds2008-10-061-0/+4
* | fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre2008-10-021-6/+6
* | diff.c: remove duplicate bibtex pattern introduced by merge 92bb9785Brandon Casey2008-09-301-2/+0
* | Merge branch 'bc/master-diff-hunk-header-fix'Shawn O. Pearce2008-09-291-46/+60
|\ \
| * \ Merge branch 'maint' into bc/master-diff-hunk-header-fixShawn O. Pearce2008-09-291-11/+1
| |\ \ | | |/
| | * Merge branch 'bc/maint-diff-hunk-header-fix' into maintShawn O. Pearce2008-09-291-43/+55
| | |\
| | * \ Merge branch 'jc/maint-diff-quiet' into maintJunio C Hamano2008-09-181-11/+1
| | |\ \
| * | | | t4018-diff-funcname: test syntax of builtin xfuncname patternsBrandon Casey2008-09-231-1/+1
| * | | | Merge branch 'bc/maint-diff-hunk-header-fix' into bc/master-diff-hunk-header-fixJunio C Hamano2008-09-201-1/+3
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | diff hunk pattern: fix misconverted "\{" tex macro introducersJunio C Hamano2008-09-201-2/+2
| * | | | diff: fix "multiple regexp" semantics to find hunk header commentJunio C Hamano2008-09-201-1/+1
| * | | | diff: use extended regexp to find hunk headersJunio C Hamano2008-09-191-3/+3
| * | | | Merge branch 'bc/maint-diff-hunk-header-fix' into bc/master-diff-hunk-header-fixJunio C Hamano2008-09-191-14/+17
| |\ \ \ \ | | |/ / /
| | * | | diff: use extended regexp to find hunk headersJunio C Hamano2008-09-191-14/+17
| * | | | Merge branch 'bc/maint-diff-hunk-header-fix' into bc/master-diff-hunk-header-fixJunio C Hamano2008-09-181-39/+55
| |\ \ \ \ | | |/ / /
| | * | | diff.*.xfuncname which uses "extended" regex's for hunk header selectionBrandon Casey2008-09-181-0/+5
| | * | | diff.c: associate a flag with each pattern and use it for compiling regexBrandon Casey2008-09-181-9/+12
| | * | | diff.c: return pattern entry pointer rather than just the hunk header patternBrandon Casey2008-09-181-27/+28
| | |/ /
| | * | Merge branch 'jc/maint-hide-cr-in-diff-from-less' into maintJunio C Hamano2008-09-101-1/+8
| | |\ \
* | | \ \ Merge branch 'ho/dirstat-by-file'Shawn O. Pearce2008-09-251-1/+9
|\ \ \ \ \
| * | | | | diff --dirstat-by-file: count changed files, not linesHeikki Orsila2008-09-051-1/+9
* | | | | | Merge branch 'jc/diff-prefix'Junio C Hamano2008-09-181-6/+40
|\ \ \ \ \ \
| * | | | | | diff: vary default prefix depending on what are comparedJunio C Hamano2008-08-301-6/+40
* | | | | | | Merge branch 'jc/maint-diff-quiet'Junio C Hamano2008-09-161-11/+1
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | diff --quiet: make it synonym to --exit-code >/dev/nullJunio C Hamano2008-09-061-10/+0
| * | | | | | diff Porcelain: do not disable auto index refreshing on -C -CJunio C Hamano2008-09-061-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'jc/hide-cr-in-diff-from-less'Junio C Hamano2008-09-071-1/+8
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | diff: Help "less" hide ^M from the outputJunio C Hamano2008-08-301-1/+8
| | |/ / | |/| |
* | | | Teach "git diff -p" to locate PHP class methodsAndreas Ericsson2008-09-071-0/+1
| |_|/ |/| |
* | | Merge branch 'jc/maint-log-grep'Junio C Hamano2008-09-041-3/+6
|\ \ \ | | |/ | |/|
| * | diff --cumulative is a sub-option of --dirstatJunio C Hamano2008-09-031-3/+6
| |/
* | Merge branch 'maint'Junio C Hamano2008-08-291-0/+8
|\ \ | |/
| * Fix '--dirstat' with cross-directory renamingLinus Torvalds2008-08-291-0/+8
* | Teach "git diff -p" HTML funcname patternsJohan Herland2008-08-201-2/+3
* | Teach "git diff -p" Python funcname patternsKirill Smelkov2008-08-201-0/+1
* | Merge branch 'maint'Junio C Hamano2008-08-201-0/+1
|\ \ | |/
| * diff --check: do not get confused by new blank lines in the middleJunio C Hamano2008-08-201-0/+1
* | Merge branch 'bd/diff-strbuf'Junio C Hamano2008-08-191-27/+10
|\ \
| * | xdiff-interface: hide the whole "xdiff_emit_state" business from the callerJunio C Hamano2008-08-141-17/+10
| * | Make xdi_diff_outf interface for running xdiff_outf diffsBrian Downing2008-08-131-15/+5
| |/
* | add boolean diff.suppress-blank-empty config optionJim Meyering2008-08-191-0/+13
|/
* Teach git diff about BibTeX head hunk patternsGustaf Hendeby2008-08-121-0/+1