32 Commits (f3500825257b441134bd99b08bab3b6fd1cb4f51)

Author SHA1 Message Date
Karsten Blees 7349afd20e update-index/diff-index: use core.preloadindex to improve performance 12 years ago
Nguyễn Thái Ngọc Duy 4914c9629c Move setup_diff_pager to libgit.a 12 years ago
Thomas Rast 28452655af diff_setup_done(): return void 13 years ago
Jeff King e54501004a diff: do not use null sha1 as a sentinel value 13 years ago
Jeff King 1af3d97751 fix pager.diff with diff --no-index 13 years ago
Jeff King cba595bd21 drop casts from users EMPTY_TREE_SHA1_BIN 13 years ago
Zbigniew Jędrzejewski-Szmek df44483a5d diff --stat: add config option to limit graph width 13 years ago
Zbigniew Jędrzejewski-Szmek af9fedc128 diff --stat: use the full terminal width 13 years ago
René Scharfe 0041f09de6 use struct sha1_array in diff_tree_combined() 13 years ago
Ævar Arnfjörð Bjarmason 83838d5c1b cast variable in call to free() in builtin/diff.c and submodule.c 13 years ago
Jeff King c9bfb95348 want_color: automatically fallback to color.ui 14 years ago
Jim Meyering dc4cd76710 plug a few coverity-spotted leaks 14 years ago
Junio C Hamano e7c3a59c22 builtin/diff.c: remove duplicated call to diff_result_code() 14 years ago
Junio C Hamano ccdc4ec304 diff/status: refactor opportunistic index update 14 years ago
Ævar Arnfjörð Bjarmason 54214529b5 i18n: git-diff basic messages 14 years ago
Nguyễn Thái Ngọc Duy a2b7a3b3a9 diff: support --cached on unborn branches 14 years ago
Nguyễn Thái Ngọc Duy afe069d166 struct rev_info: convert prune_data to struct pathspec 14 years ago
Nguyễn Thái Ngọc Duy 66f136252f Convert struct diff_options to use struct pathspec 14 years ago
Štěpán Němec 9edb8a0f7b diff,difftool: Don't use the {0,2} notation in usage strings 14 years ago
Jens Lehmann 302ad7a993 Submodules: Use "ignore" settings from .gitmodules too for diff and status 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Matthieu Moy 1c370ea4e5 Show usage string for 'git log -h', 'git show -h' and 'git diff -h' 16 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Jeff King 5ec11af61d reorder ALLOW_TEXTCONV option setting 16 years ago
Matt McCutchen dbc2fb6b84 "git diff <tree>{3,}": do not reverse order of arguments 16 years ago
Junio C Hamano 61af494ca4 Teach "git diff" to honour --[no-]ext-diff 16 years ago
Linus Torvalds 671c9b7e31 Add cache preload facility 16 years ago
David Symonds 2baf1850ce git-diff: Add --staged as a synonym for --cached. 16 years ago
Jeff King c7534ef4a1 userdiff: require explicitly allowing textconv 17 years ago
Matt McCutchen b75271d93a "git diff <tree>{3,}": do not reverse order of arguments 17 years ago
Junio C Hamano 903e09a3ec diff/diff-files: do not use --cc too aggressively 17 years ago
Junio C Hamano a5a818ee48 diff: vary default prefix depending on what are compared 17 years ago
Nguyễn Thái Ngọc Duy 4f38f6b5ba diff*: fix worktree setup 17 years ago
Alex Riesen 8f0359f0a6 Allow pager of diff command be enabled/disabled 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Junio C Hamano 0569e9b8ce "git diff": do not ignore index without --no-index 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
SZEDER Gábor af05d67939 Always set *nongit_ok in setup_git_directory_gently() 17 years ago
Matthias Kestenholz 6b2f2d9805 Add color.ui variable which globally enables colorization if set 17 years ago
Junio C Hamano cd676a5136 diff --relative: output paths as relative to the current subdirectory 17 years ago
Brandon Casey 4ed7cd3ab0 Improve use of lockfile API 17 years ago
Junio C Hamano da31b358fb diff --check: minor fixups 17 years ago
Wincent Colaiuta 62c64895cf "diff --check" should affect exit status 17 years ago
Junio C Hamano 3384a2dfc1 shortlog: default to HEAD when the standard input is a tty 17 years ago
Pierre Habouzit 8f67f8aefb Make the diff_options bitfields be an unsigned with explicit masks. 17 years ago
Junio C Hamano fbbdbfc3cc refresh_index_quietly(): express "optional" nature of index writing better 18 years ago
Junio C Hamano aecbf914c4 git-diff: resurrect the traditional empty "diff --git" behaviour 18 years ago
Junio C Hamano fb13227e08 git-diff: squelch "empty" diffs 18 years ago
René Scharfe 89d07f750a diff: don't run pager if user asked for a diff style exit code 18 years ago
Jeff King 82cb8afa9b git-diff: turn on recursion by default 18 years ago