summaryrefslogtreecommitdiff
path: root/builtin/diff.c
AgeCommit message (Expand)Author
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty
2013-12-27Merge branch 'tg/diff-no-index-refactor'Junio C Hamano
2013-12-16diff: avoid some nestingThomas Gummerer
2013-12-12diff: don't read index when --no-index is givenThomas Gummerer
2013-12-12diff: move no-index detection to builtin/diff.cThomas Gummerer
2013-12-06Merge branch 'nd/magic-pathspec'Junio C Hamano
2013-11-20diff: restrict pathspec limitations to diff b/f case onlyNguyễn Thái Ngọc Duy
2013-10-31diff: trivial style fixFelipe Contreras
2013-07-15pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy
2013-07-15convert read_cache_preload() to take struct pathspecNguyễn Thái Ngọc Duy
2013-07-15guard against new pathspec magic in pathspec matching codeNguyễn Thái Ngọc Duy
2013-05-28cmd_diff(): make it obvious which cases are exclusive of each otherMichael Haggerty
2013-05-28cmd_diff(): rename local variable "list" -> "entry"Michael Haggerty
2013-05-28cmd_diff(): use an object_array for holding treesMichael Haggerty
2013-05-28builtin_diff_tree(): make it obvious that function wants two entriesMichael Haggerty
2012-11-20Merge branch 'kb/preload-index-more'Junio C Hamano
2012-11-02update-index/diff-index: use core.preloadindex to improve performanceKarsten Blees
2012-10-29Move setup_diff_pager to libgit.aNguyễn Thái Ngọc Duy
2012-09-11Merge branch 'tr/void-diff-setup-done' into maint-1.7.11Junio C Hamano
2012-09-10Merge branch 'jk/maint-null-in-trees' into maint-1.7.11Junio C Hamano
2012-08-27Merge branch 'jk/maint-null-in-trees'Junio C Hamano
2012-08-22Merge branch 'tr/void-diff-setup-done'Junio C Hamano
2012-08-03diff_setup_done(): return voidThomas Rast
2012-07-29diff: do not use null sha1 as a sentinel valueJeff King
2012-06-15fix pager.diff with diff --no-indexJeff King
2012-03-23drop casts from users EMPTY_TREE_SHA1_BINJeff King
2012-03-01diff --stat: add config option to limit graph widthZbigniew Jędrzejewski-Szmek
2012-03-01diff --stat: use the full terminal widthZbigniew Jędrzejewski-Szmek
2011-12-18use struct sha1_array in diff_tree_combined()René Scharfe
2011-11-06cast variable in call to free() in builtin/diff.c and submodule.cÆvar Arnfjörð Bjarmason
2011-08-19want_color: automatically fallback to color.uiJeff King
2011-06-20plug a few coverity-spotted leaksJim Meyering
2011-04-28Merge branch 'jc/rename-degrade-cc-to-c'Junio C Hamano
2011-04-02Merge branch 'ab/i18n-st'Junio C Hamano
2011-03-27Merge branch 'jc/index-update-if-able'Junio C Hamano
2011-03-22builtin/diff.c: remove duplicated call to diff_result_code()Junio C Hamano
2011-03-21diff/status: refactor opportunistic index updateJunio C Hamano
2011-03-10i18n: git-diff basic messagesÆvar Arnfjörð Bjarmason
2011-02-28Merge branch 'nd/struct-pathspec'Junio C Hamano
2011-02-07diff: support --cached on unborn branchesNguyễn Thái Ngọc Duy
2011-02-03struct rev_info: convert prune_data to struct pathspecNguyễn Thái Ngọc Duy
2011-02-03Convert struct diff_options to use struct pathspecNguyễn Thái Ngọc Duy
2010-11-05diff,difftool: Don't use the {0,2} notation in usage stringsŠtěpán Němec
2010-08-09Submodules: Use "ignore" settings from .gitmodules too for diff and statusJens Lehmann
2010-07-16Merge branch 'jc/diff-merge-base-multi'Junio C Hamano
2010-07-15Merge branch 'jc/diff-merge-base-multi'Junio C Hamano
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds