Age | Commit message (Expand) | Author | Files | Lines |
2017-01-30 | use SWAP macro | René Scharfe | 1 | -6/+3 |
2016-09-21 | Merge branch 'jk/setup-sequence-update' | Junio C Hamano | 1 | -13/+14 |
2016-09-13 | diff: always try to set up the repository | Jeff King | 1 | -2/+2 |
2016-09-13 | diff: skip implicit no-index check when given --no-index | Jeff King | 1 | -12/+13 |
2016-06-06 | Merge branch 'ar/diff-args-osx-precompose' into maint | Junio C Hamano | 1 | -0/+1 |
2016-05-23 | Merge branch 'ar/diff-args-osx-precompose' | Junio C Hamano | 1 | -0/+1 |
2016-05-13 | diff: run arguments through precompose_argv | Alexander Rinass | 1 | -0/+1 |
2016-02-25 | diff: activate diff.renames by default | Matthieu Moy | 1 | -0/+1 |
2016-02-03 | Merge branch 'nd/diff-with-path-params' | Junio C Hamano | 1 | -1/+1 |
2016-01-21 | diff-no-index: do not take a redundant prefix argument | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -6/+6 |
2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -6/+6 |
2014-10-01 | lockfile.h: extract new header file for the functions in lockfile.c | Michael Haggerty | 1 | -0/+1 |
2013-12-27 | Merge branch 'tg/diff-no-index-refactor' | Junio C Hamano | 1 | -5/+53 |
2013-12-16 | diff: avoid some nesting | Thomas Gummerer | 1 | -18/+17 |
2013-12-12 | diff: don't read index when --no-index is given | Thomas Gummerer | 1 | -2/+5 |
2013-12-12 | diff: move no-index detection to builtin/diff.c | Thomas Gummerer | 1 | -3/+49 |
2013-12-06 | Merge branch 'nd/magic-pathspec' | Junio C Hamano | 1 | -10/+7 |
2013-11-20 | diff: restrict pathspec limitations to diff b/f case only | Nguyễn Thái Ngọc Duy | 1 | -10/+7 |
2013-10-31 | diff: trivial style fix | Felipe Contreras | 1 | -1/+1 |
2013-07-15 | pathspec: support :(literal) syntax for noglob pathspec | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-07-15 | convert read_cache_preload() to take struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2013-07-15 | guard against new pathspec magic in pathspec matching code | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2013-05-28 | cmd_diff(): make it obvious which cases are exclusive of each other | Michael Haggerty | 1 | -5/+4 |
2013-05-28 | cmd_diff(): rename local variable "list" -> "entry" | Michael Haggerty | 1 | -4/+4 |
2013-05-28 | cmd_diff(): use an object_array for holding trees | Michael Haggerty | 1 | -19/+18 |
2013-05-28 | builtin_diff_tree(): make it obvious that function wants two entries | Michael Haggerty | 1 | -9/+10 |
2012-11-20 | Merge branch 'kb/preload-index-more' | Junio C Hamano | 1 | -4/+8 |
2012-11-02 | update-index/diff-index: use core.preloadindex to improve performance | Karsten Blees | 1 | -4/+8 |
2012-10-29 | Move setup_diff_pager to libgit.a | Nguyễn Thái Ngọc Duy | 1 | -16/+0 |
2012-09-11 | Merge branch 'tr/void-diff-setup-done' into maint-1.7.11 | Junio C Hamano | 1 | -2/+1 |
2012-09-10 | Merge branch 'jk/maint-null-in-trees' into maint-1.7.11 | Junio C Hamano | 1 | -2/+6 |
2012-08-27 | Merge branch 'jk/maint-null-in-trees' | Junio C Hamano | 1 | -2/+6 |
2012-08-22 | Merge branch 'tr/void-diff-setup-done' | Junio C Hamano | 1 | -2/+1 |
2012-08-03 | diff_setup_done(): return void | Thomas Rast | 1 | -2/+1 |
2012-07-29 | diff: do not use null sha1 as a sentinel value | Jeff King | 1 | -2/+6 |
2012-06-15 | fix pager.diff with diff --no-index | Jeff King | 1 | -7/+17 |
2012-03-23 | drop casts from users EMPTY_TREE_SHA1_BIN | Jeff King | 1 | -1/+1 |
2012-03-01 | diff --stat: add config option to limit graph width | Zbigniew Jędrzejewski-Szmek | 1 | -1/+2 |
2012-03-01 | diff --stat: use the full terminal width | Zbigniew Jędrzejewski-Szmek | 1 | -0/+3 |
2011-12-17 | use struct sha1_array in diff_tree_combined() | René Scharfe | 1 | -6/+6 |
2011-11-06 | cast variable in call to free() in builtin/diff.c and submodule.c | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2011-08-19 | want_color: automatically fallback to color.ui | Jeff King | 1 | -3/+0 |
2011-06-20 | plug a few coverity-spotted leaks | Jim Meyering | 1 | -0/+1 |
2011-04-28 | Merge branch 'jc/rename-degrade-cc-to-c' | Junio C Hamano | 1 | -3/+1 |
2011-04-01 | Merge branch 'ab/i18n-st' | Junio C Hamano | 1 | -9/+9 |
2011-03-26 | Merge branch 'jc/index-update-if-able' | Junio C Hamano | 1 | -6/+1 |
2011-03-22 | builtin/diff.c: remove duplicated call to diff_result_code() | Junio C Hamano | 1 | -3/+1 |
2011-03-21 | diff/status: refactor opportunistic index update | Junio C Hamano | 1 | -6/+1 |
2011-03-09 | i18n: git-diff basic messages | Ævar Arnfjörð Bjarmason | 1 | -9/+9 |