summaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jl/diff-submodule-ignore'Junio C Hamano2010-01-261-1/+1
|\
| * Teach diff --submodule that modified submodule directory is dirtyJens Lehmann2010-01-241-1/+1
* | Merge branch 'jc/fix-tree-walk'Junio C Hamano2010-01-241-0/+17
|\ \ | |/ |/|
| * unpack-trees.c: look ahead in the indexJunio C Hamano2010-01-071-0/+17
* | Merge branch 'jl/submodule-diff'Junio C Hamano2010-01-221-5/+17
|\ \
| * | Performance optimization for detection of modified submodulesJens Lehmann2010-01-181-4/+11
| * | Teach diff that modified submodule directory is dirtyJunio C Hamano2010-01-161-2/+7
* | | Merge branch 'jk/run-command-use-shell'Junio C Hamano2010-01-171-1/+2
|\ \ \ | |/ / |/| |
| * | diff: run external diff helper with shellJeff King2010-01-051-1/+1
| * | textconv: use shell to run helperJeff King2010-01-051-0/+1
| |/
* | Merge branch 'nd/sparse'Junio C Hamano2010-01-131-1/+1
|\ \
| * | Teach Git to respect skip-worktree bit (reading part)Nguyễn Thái Ngọc Duy2009-08-231-1/+1
* | | Merge branch 'maint'Junio C Hamano2009-12-301-0/+2
|\ \ \
| * \ \ Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-12-301-0/+2
| |\ \ \ | | |_|/ | |/| |
| | * | textconv: stop leaking file descriptorsJeff King2009-12-301-0/+2
| | * | Merge branch 'jc/maint-1.6.0-keep-pack' into maint-1.6.1Junio C Hamano2009-05-031-1/+1
| | |\ \
| | * \ \ Merge branch 'jc/maint-1.6.0-diff-borrow-carefully' into maint-1.6.1Junio C Hamano2009-05-031-1/+9
| | |\ \ \
* | | \ \ \ Merge branch 'gb/1.7.0-diff-whitespace-only-output'Junio C Hamano2009-12-261-8/+27
|\ \ \ \ \ \
| * | | | | | No diff -b/-w output for all-whitespace changesGreg Bacon2009-11-201-8/+27
* | | | | | | Merge branch 'jc/1.7.0-diff-whitespace-only-status'Junio C Hamano2009-12-261-5/+33
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | diff.c: fix typoes in commentsJim Meyering2009-08-301-2/+2
| * | | | | | diff: Rename QUIET internal option to QUICKJunio C Hamano2009-07-291-2/+2
| * | | | | | diff: change semantics of "ignore whitespace" optionsJunio C Hamano2009-07-291-3/+31
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'maint' to sync with 1.6.5.7Junio C Hamano2009-12-161-1/+3
|\ \ \ \ \ \
| * | | | | | ignore unknown color configurationJeff King2009-12-161-1/+3
| * | | | | | Merge branch 'js/maint-diff-color-words' into maintJunio C Hamano2009-11-161-8/+12
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jc/maint-blank-at-eof' into maintJunio C Hamano2009-11-151-145/+262
| |\ \ \ \ \ \ \
* | | | | | | | | Give the hunk comment its own colorBert Wesarg2009-11-281-3/+40
* | | | | | | | | emit_line(): don't emit an empty <SET><RESET> followed by a newlineJunio C Hamano2009-11-271-6/+7
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge branch 'js/maint-diff-color-words'Junio C Hamano2009-11-151-8/+12
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | diff --color-words: bit of clean-upJunio C Hamano2009-10-311-14/+12
| * | | | | | | diff --color-words -U0: fix the location of hunk headersJohannes Schindelin2009-10-301-0/+6
| |/ / / / / /
* | | | | | | Merge branch 'js/diff-verbose-submodule'Junio C Hamano2009-10-301-0/+18
|\ \ \ \ \ \ \
| * | | | | | | Add the --submodule option to the diff option familyJohannes Schindelin2009-10-191-0/+18
| |/ / / / / /
* | | | | | | Merge branch 'jc/maint-blank-at-eof'Junio C Hamano2009-10-171-145/+262
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'jc/maint-1.6.0-blank-at-eof' into jc/maint-blank-at-eofJunio C Hamano2009-09-151-22/+47
| |\ \ \ \ \ \
| | * | | | | | diff -B: colour whitespace errorsJunio C Hamano2009-09-151-26/+49
| * | | | | | | Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...Junio C Hamano2009-09-151-14/+35
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | diff.c: emit_add_line() takes only the rest of the lineJunio C Hamano2009-09-151-7/+9
| | * | | | | | diff.c: split emit_line() from the first char and the rest of the lineJunio C Hamano2009-09-151-7/+26
| * | | | | | | Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...Junio C Hamano2009-09-151-148/+148
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | diff.c: shuffling code aroundJunio C Hamano2009-09-141-125/+125
| * | | | | | | Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...Junio C Hamano2009-09-151-42/+113
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | / / / / | | |_|/ / / / | |/| | | | |
| | * | | | | diff --whitespace: fix blank lines at endJunio C Hamano2009-09-141-21/+53
| | * | | | | diff --color: color blank-at-eofJunio C Hamano2009-09-041-10/+27
| | * | | | | diff --whitespace=warn/error: fix blank-at-eof checkJunio C Hamano2009-09-041-16/+48
| | * | | | | diff --whitespace=warn/error: obey blank-at-eofJunio C Hamano2009-09-041-3/+7
| | * | | | | diff.c: the builtin_diff() deals with only two-file comparisonJunio C Hamano2009-09-041-23/+9
* | | | | | | diff.c: stylefixFelipe Contreras2009-10-111-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Style fixes, add a space after if/for/while.Brian Gianforcaro2009-08-311-1/+1
|/ / / / /