aboutsummaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAge
* Merge branch 'jc/diff-stat-scaler'Junio C Hamano2012-02-20
|\
| * diff --stat: show bars of same length for paths with same amount of changesJunio C Hamano2012-02-14
* | Merge branch 'jk/userdiff-config-simplify'Junio C Hamano2012-02-14
|\ \
| * | drop odd return value semantics from userdiff_configJeff King2012-02-07
* | | Use correct grammar in diffstat summary lineNguyễn Thái Ngọc Duy2012-02-03
|/ /
* | Merge branch 'tr/maint-word-diff-incomplete-line'Junio C Hamano2012-01-18
|\ \ | |/ |/|
| * word-diff: ignore '\ No newline at eof' markerThomas Rast2012-01-12
* | Merge branch 'rs/diff-whole-function'Junio C Hamano2011-10-19
|\ \
| * | diff: add option to show whole functions as contextRené Scharfe2011-10-10
* | | Merge branch 'rs/diff-cleanup-records-fix'Junio C Hamano2011-10-13
|\ \ \
| * | | diff: resurrect XDF_NEED_MINIMAL with --minimalJunio C Hamano2011-10-03
* | | | Merge branch 'jc/maint-diffstat-numstat-context'Junio C Hamano2011-10-10
|\ \ \ \ | |_|/ / |/| | |
| * | | diff: teach --stat/--numstat to honor -U$numJunio C Hamano2011-09-22
* | | | Merge branch 'jk/color-and-pager'Junio C Hamano2011-08-28
|\ \ \ \
| * | | | diff: don't load color config in plumbingJeff King2011-08-19
| * | | | color: delay auto-color decision until point of useJeff King2011-08-19
| * | | | git_config_colorbool: refactor stdout_is_tty handlingJeff King2011-08-18
| * | | | diff: refactor COLOR_DIFF from a flag into an intJeff King2011-08-18
| | |_|/ | |/| |
| * | | Merge branch 'jc/zlib-wrap' into maintJunio C Hamano2011-08-16
| |\ \ \
| * \ \ \ Merge branch 'jk/combine-diff-binary-etc' into maintJunio C Hamano2011-08-16
| |\ \ \ \
* | \ \ \ \ Merge branch 'rc/histogram-diff'Junio C Hamano2011-08-17
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | teach --histogram to diffTay Ray Chuan2011-07-12
| |/ / / /
* | | | | Merge branch 'jc/zlib-wrap'Junio C Hamano2011-07-19
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | zlib: zlib can only process 4GB at a timeJunio C Hamano2011-06-10
| * | | | zlib: wrap deflateBound() tooJunio C Hamano2011-06-10
| * | | | zlib: wrap deflate side of the APIJunio C Hamano2011-06-10
| * | | | Merge branch 'jc/rename-degrade-cc-to-c' into maintJunio C Hamano2011-05-31
| |\ \ \ \
| * \ \ \ \ Merge branch 'jm/maint-diff-words-with-sbe' into maintJunio C Hamano2011-05-26
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jc/fix-diff-files-unmerged' into maintJunio C Hamano2011-05-13
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jh/dirstat' into maintJunio C Hamano2011-05-04
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'mg/diff-stat-count'Junio C Hamano2011-06-29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | diff --stat-count: finishing touchesJunio C Hamano2011-05-27
| * | | | | | | | | diff: introduce --stat-lines to limit the stat linesMichael J Gruber2011-05-27
| * | | | | | | | | diff.c: omit hidden entries from namelen calculation with --statMichael J Gruber2011-05-27
* | | | | | | | | | Merge branch 'jk/combine-diff-binary-etc'Junio C Hamano2011-06-29
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | / / | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | refactor get_textconv to not require diff_filespecJeff King2011-05-23
* | | | | | | | | Merge branch 'jk/diff-not-so-quick'Junio C Hamano2011-06-06
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | diff: futureproof "stop feeding the backend early" logicJunio C Hamano2011-05-31
* | | | | | | | | | Merge branch 'jm/maint-diff-words-with-sbe'Junio C Hamano2011-05-23
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | / / / | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | do not read beyond end of malloc'd bufferJim Meyering2011-05-20
* | | | | | | | | Merge branch 'jh/dirstat-lines'Junio C Hamano2011-05-13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Mark dirstat error messages for translationJohan Herland2011-04-29
| * | | | | | | | | Improve error handling when parsing dirstat parametersJohan Herland2011-04-29
| * | | | | | | | | New --dirstat=lines mode, doing dirstat analysis based on diffstatJohan Herland2011-04-29
| * | | | | | | | | Allow specifying --dirstat cut-off percentage as a floating point numberJohan Herland2011-04-29
| * | | | | | | | | Add config variable for specifying default --dirstat behaviorJohan Herland2011-04-29
| * | | | | | | | | Refactor --dirstat parsing; deprecate --cumulative and --dirstat-by-fileJohan Herland2011-04-29
| * | | | | | | | | Make --dirstat=0 output directories that contribute < 0.1% of changesJohan Herland2011-04-29
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'jc/fix-diff-files-unmerged'Junio C Hamano2011-05-06
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | / / / | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | diff: remove often unused parameters from diff_unmerge()Junio C Hamano2011-04-23