aboutsummaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAge
* Merge branch 'jl/diff-submodule-ignore'Junio C Hamano2010-01-26
|\
| * Teach diff --submodule that modified submodule directory is dirtyJens Lehmann2010-01-24
* | Merge branch 'jc/fix-tree-walk'Junio C Hamano2010-01-24
|\ \ | |/ |/|
| * unpack-trees.c: look ahead in the indexJunio C Hamano2010-01-07
* | Merge branch 'jl/submodule-diff'Junio C Hamano2010-01-22
|\ \
| * | Performance optimization for detection of modified submodulesJens Lehmann2010-01-18
| * | Teach diff that modified submodule directory is dirtyJunio C Hamano2010-01-16
* | | Merge branch 'jk/run-command-use-shell'Junio C Hamano2010-01-17
|\ \ \ | |/ / |/| |
| * | diff: run external diff helper with shellJeff King2010-01-05
| * | textconv: use shell to run helperJeff King2010-01-05
| |/
* | Merge branch 'nd/sparse'Junio C Hamano2010-01-13
|\ \
| * | Teach Git to respect skip-worktree bit (reading part)Nguyễn Thái Ngọc Duy2009-08-23
* | | Merge branch 'maint'Junio C Hamano2009-12-30
|\ \ \
| * \ \ Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-12-30
| |\ \ \ | | |_|/ | |/| |
| | * | textconv: stop leaking file descriptorsJeff King2009-12-30
| | * | Merge branch 'jc/maint-1.6.0-keep-pack' into maint-1.6.1Junio C Hamano2009-05-03
| | |\ \
| | * \ \ Merge branch 'jc/maint-1.6.0-diff-borrow-carefully' into maint-1.6.1Junio C Hamano2009-05-03
| | |\ \ \
* | | \ \ \ Merge branch 'gb/1.7.0-diff-whitespace-only-output'Junio C Hamano2009-12-26
|\ \ \ \ \ \
| * | | | | | No diff -b/-w output for all-whitespace changesGreg Bacon2009-11-20
* | | | | | | Merge branch 'jc/1.7.0-diff-whitespace-only-status'Junio C Hamano2009-12-26
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | diff.c: fix typoes in commentsJim Meyering2009-08-30
| * | | | | | diff: Rename QUIET internal option to QUICKJunio C Hamano2009-07-29
| * | | | | | diff: change semantics of "ignore whitespace" optionsJunio C Hamano2009-07-29
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'maint' to sync with 1.6.5.7Junio C Hamano2009-12-16
|\ \ \ \ \ \
| * | | | | | ignore unknown color configurationJeff King2009-12-16
| * | | | | | Merge branch 'js/maint-diff-color-words' into maintJunio C Hamano2009-11-16
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jc/maint-blank-at-eof' into maintJunio C Hamano2009-11-15
| |\ \ \ \ \ \ \
* | | | | | | | | Give the hunk comment its own colorBert Wesarg2009-11-28
* | | | | | | | | emit_line(): don't emit an empty <SET><RESET> followed by a newlineJunio C Hamano2009-11-27
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge branch 'js/maint-diff-color-words'Junio C Hamano2009-11-15
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | diff --color-words: bit of clean-upJunio C Hamano2009-10-31
| * | | | | | | diff --color-words -U0: fix the location of hunk headersJohannes Schindelin2009-10-30
| |/ / / / / /
* | | | | | | Merge branch 'js/diff-verbose-submodule'Junio C Hamano2009-10-30
|\ \ \ \ \ \ \
| * | | | | | | Add the --submodule option to the diff option familyJohannes Schindelin2009-10-19
| |/ / / / / /
* | | | | | | Merge branch 'jc/maint-blank-at-eof'Junio C Hamano2009-10-17
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'jc/maint-1.6.0-blank-at-eof' into jc/maint-blank-at-eofJunio C Hamano2009-09-15
| |\ \ \ \ \ \
| | * | | | | | diff -B: colour whitespace errorsJunio C Hamano2009-09-15
| * | | | | | | Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...Junio C Hamano2009-09-15
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | diff.c: emit_add_line() takes only the rest of the lineJunio C Hamano2009-09-15
| | * | | | | | diff.c: split emit_line() from the first char and the rest of the lineJunio C Hamano2009-09-15
| * | | | | | | Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...Junio C Hamano2009-09-15
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | diff.c: shuffling code aroundJunio C Hamano2009-09-14
| * | | | | | | Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...Junio C Hamano2009-09-15
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | / / / / | | |_|/ / / / | |/| | | | |
| | * | | | | diff --whitespace: fix blank lines at endJunio C Hamano2009-09-14
| | * | | | | diff --color: color blank-at-eofJunio C Hamano2009-09-04
| | * | | | | diff --whitespace=warn/error: fix blank-at-eof checkJunio C Hamano2009-09-04
| | * | | | | diff --whitespace=warn/error: obey blank-at-eofJunio C Hamano2009-09-04
| | * | | | | diff.c: the builtin_diff() deals with only two-file comparisonJunio C Hamano2009-09-04
* | | | | | | diff.c: stylefixFelipe Contreras2009-10-11
| |_|/ / / / |/| | | | |
* | | | | | Style fixes, add a space after if/for/while.Brian Gianforcaro2009-08-31
|/ / / / /