summaryrefslogtreecommitdiffstats
path: root/diff.c
AgeCommit message (Expand)AuthorLines
2010-01-18Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano-0/+2
2010-01-18Performance optimization for detection of modified submodulesJens Lehmann-4/+11
2010-01-17Merge branch 'jk/run-command-use-shell'Junio C Hamano-1/+2
2010-01-16Teach diff that modified submodule directory is dirtyJunio C Hamano-2/+7
2010-01-13Merge branch 'nd/sparse'Junio C Hamano-1/+1
2010-01-10Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano-0/+2
2010-01-07unpack-trees.c: look ahead in the indexJunio C Hamano-0/+17
2010-01-05diff: run external diff helper with shellJeff King-1/+1
2010-01-05textconv: use shell to run helperJeff King-0/+1
2009-12-30Merge branch 'maint'Junio C Hamano-0/+2
2009-12-30Merge branch 'maint-1.6.1' into maintJunio C Hamano-0/+2
2009-12-30textconv: stop leaking file descriptorsJeff King-0/+2
2009-12-26Merge branch 'gb/1.7.0-diff-whitespace-only-output'Junio C Hamano-8/+27
2009-12-26Merge branch 'jc/1.7.0-diff-whitespace-only-status'Junio C Hamano-5/+33
2009-12-16Merge branch 'maint' to sync with 1.6.5.7Junio C Hamano-1/+3
2009-12-16ignore unknown color configurationJeff King-1/+3
2009-11-28Give the hunk comment its own colorBert Wesarg-3/+40
2009-11-27emit_line(): don't emit an empty <SET><RESET> followed by a newlineJunio C Hamano-6/+7
2009-11-20No diff -b/-w output for all-whitespace changesGreg Bacon-8/+27
2009-11-16Merge branch 'js/maint-diff-color-words' into maintJunio C Hamano-8/+12
2009-11-15Merge branch 'jc/maint-blank-at-eof' into maintJunio C Hamano-145/+262
2009-11-15Merge branch 'js/maint-diff-color-words'Junio C Hamano-8/+12
2009-10-31diff --color-words: bit of clean-upJunio C Hamano-14/+12
2009-10-30Merge branch 'js/diff-verbose-submodule'Junio C Hamano-0/+18
2009-10-30diff --color-words -U0: fix the location of hunk headersJohannes Schindelin-0/+6
2009-10-19Add the --submodule option to the diff option familyJohannes Schindelin-0/+18
2009-10-17Merge branch 'jc/maint-blank-at-eof'Junio C Hamano-145/+262
2009-10-11diff.c: stylefixFelipe Contreras-1/+1
2009-09-15Merge branch 'jc/maint-1.6.0-blank-at-eof' into jc/maint-blank-at-eofJunio C Hamano-22/+47
2009-09-15Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...Junio C Hamano-14/+35
2009-09-15Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...Junio C Hamano-148/+148
2009-09-15Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...Junio C Hamano-42/+113
2009-09-15diff -B: colour whitespace errorsJunio C Hamano-26/+49
2009-09-15diff.c: emit_add_line() takes only the rest of the lineJunio C Hamano-7/+9
2009-09-15diff.c: split emit_line() from the first char and the rest of the lineJunio C Hamano-7/+26
2009-09-14diff.c: shuffling code aroundJunio C Hamano-125/+125
2009-09-14diff --whitespace: fix blank lines at endJunio C Hamano-21/+53
2009-09-04diff --color: color blank-at-eofJunio C Hamano-10/+27
2009-09-04diff --whitespace=warn/error: fix blank-at-eof checkJunio C Hamano-16/+48
2009-09-04diff --whitespace=warn/error: obey blank-at-eofJunio C Hamano-3/+7
2009-09-04diff.c: the builtin_diff() deals with only two-file comparisonJunio C Hamano-23/+9
2009-08-31Style fixes, add a space after if/for/while.Brian Gianforcaro-1/+1
2009-08-30diff.c: fix typoes in commentsJim Meyering-2/+2
2009-08-23Teach Git to respect skip-worktree bit (reading part)Nguyễn Thái Ngọc Duy-1/+1
2009-07-29diff: Rename QUIET internal option to QUICKJunio C Hamano-2/+2
2009-07-29diff: change semantics of "ignore whitespace" optionsJunio C Hamano-3/+31
2009-07-09Merge branch 'rs/grep-p'Junio C Hamano-0/+1
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano-5/+5
2009-07-01userdiff: add xdiff_clear_find_func()René Scharfe-0/+1
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast-3/+3