Age | Commit message (Expand) | Author | Files | Lines |
2012-02-14 | Merge branch 'jk/userdiff-config-simplify' | Junio C Hamano | 1 | -5/+2 |
2012-02-07 | drop odd return value semantics from userdiff_config | Jeff King | 1 | -5/+2 |
2012-02-03 | Use correct grammar in diffstat summary line | Nguyễn Thái Ngọc Duy | 1 | -5/+51 |
2012-01-18 | Merge branch 'tr/maint-word-diff-incomplete-line' | Junio C Hamano | 1 | -0/+9 |
2012-01-12 | word-diff: ignore '\ No newline at eof' marker | Thomas Rast | 1 | -0/+9 |
2011-10-19 | Merge branch 'rs/diff-whole-function' | Junio C Hamano | 1 | -0/+8 |
2011-10-13 | Merge branch 'rs/diff-cleanup-records-fix' | Junio C Hamano | 1 | -0/+4 |
2011-10-10 | Merge branch 'jc/maint-diffstat-numstat-context' | Junio C Hamano | 1 | -0/+2 |
2011-10-10 | diff: add option to show whole functions as context | René Scharfe | 1 | -0/+8 |
2011-10-03 | diff: resurrect XDF_NEED_MINIMAL with --minimal | Junio C Hamano | 1 | -0/+4 |
2011-09-22 | diff: teach --stat/--numstat to honor -U$num | Junio C Hamano | 1 | -0/+2 |
2011-08-28 | Merge branch 'jk/color-and-pager' | Junio C Hamano | 1 | -28/+25 |
2011-08-19 | diff: don't load color config in plumbing | Jeff King | 1 | -1/+4 |
2011-08-19 | color: delay auto-color decision until point of use | Jeff King | 1 | -10/+7 |
2011-08-18 | git_config_colorbool: refactor stdout_is_tty handling | Jeff King | 1 | -2/+2 |
2011-08-18 | diff: refactor COLOR_DIFF from a flag into an int | Jeff King | 1 | -22/+19 |
2011-08-17 | Merge branch 'rc/histogram-diff' | Junio C Hamano | 1 | -0/+2 |
2011-08-16 | Merge branch 'jc/zlib-wrap' into maint | Junio C Hamano | 1 | -5/+5 |
2011-08-16 | Merge branch 'jk/combine-diff-binary-etc' into maint | Junio C Hamano | 1 | -13/+1 |
2011-07-19 | Merge branch 'jc/zlib-wrap' | Junio C Hamano | 1 | -5/+5 |
2011-07-12 | teach --histogram to diff | Tay Ray Chuan | 1 | -0/+2 |
2011-06-29 | Merge branch 'mg/diff-stat-count' | Junio C Hamano | 1 | -9/+45 |
2011-06-29 | Merge branch 'jk/combine-diff-binary-etc' | Junio C Hamano | 1 | -13/+1 |
2011-06-10 | zlib: zlib can only process 4GB at a time | Junio C Hamano | 1 | -1/+1 |
2011-06-10 | zlib: wrap deflateBound() too | Junio C Hamano | 1 | -1/+1 |
2011-06-10 | zlib: wrap deflate side of the API | Junio C Hamano | 1 | -3/+3 |
2011-06-06 | Merge branch 'jk/diff-not-so-quick' | Junio C Hamano | 1 | -0/+7 |
2011-05-31 | Merge branch 'jc/rename-degrade-cc-to-c' into maint | Junio C Hamano | 1 | -0/+26 |
2011-05-31 | diff: futureproof "stop feeding the backend early" logic | Junio C Hamano | 1 | -0/+7 |
2011-05-27 | diff --stat-count: finishing touches | Junio C Hamano | 1 | -2/+4 |
2011-05-27 | diff: introduce --stat-lines to limit the stat lines | Michael J Gruber | 1 | -4/+34 |
2011-05-27 | diff.c: omit hidden entries from namelen calculation with --stat | Michael J Gruber | 1 | -5/+9 |
2011-05-26 | Merge branch 'jm/maint-diff-words-with-sbe' into maint | Junio C Hamano | 1 | -2/+10 |
2011-05-23 | refactor get_textconv to not require diff_filespec | Jeff King | 1 | -13/+1 |
2011-05-23 | Merge branch 'jm/maint-diff-words-with-sbe' | Junio C Hamano | 1 | -2/+10 |
2011-05-20 | do not read beyond end of malloc'd buffer | Jim Meyering | 1 | -2/+10 |
2011-05-13 | Merge branch 'jh/dirstat-lines' | Junio C Hamano | 1 | -19/+152 |
2011-05-13 | Merge branch 'jc/fix-diff-files-unmerged' into maint | Junio C Hamano | 1 | -6/+6 |
2011-05-06 | Merge branch 'jc/fix-diff-files-unmerged' | Junio C Hamano | 1 | -6/+6 |
2011-05-04 | Merge branch 'jh/dirstat' into maint | Junio C Hamano | 1 | -5/+37 |
2011-04-29 | Mark dirstat error messages for translation | Johan Herland | 1 | -4/+4 |
2011-04-29 | Improve error handling when parsing dirstat parameters | Johan Herland | 1 | -30/+41 |
2011-04-29 | New --dirstat=lines mode, doing dirstat analysis based on diffstat | Johan Herland | 1 | -2/+59 |
2011-04-29 | Allow specifying --dirstat cut-off percentage as a floating point number | Johan Herland | 1 | -10/+16 |
2011-04-29 | Add config variable for specifying default --dirstat behavior | Johan Herland | 1 | -1/+9 |
2011-04-29 | Refactor --dirstat parsing; deprecate --cumulative and --dirstat-by-file | Johan Herland | 1 | -9/+60 |
2011-04-29 | Make --dirstat=0 output directories that contribute < 0.1% of changes | Johan Herland | 1 | -2/+2 |
2011-04-28 | Merge branch 'jc/diff-irreversible-delete' | Junio C Hamano | 1 | -5/+14 |
2011-04-28 | Merge branch 'jc/rename-degrade-cc-to-c' | Junio C Hamano | 1 | -0/+26 |
2011-04-28 | Merge branch 'jh/dirstat' | Junio C Hamano | 1 | -5/+37 |