54 Commits (e94eac49e6edb1ef37796e11bf52a7cb301645e8)

Author SHA1 Message Date
Alexander Rinass 90a78b83e0 diff: run arguments through precompose_argv 9 years ago
Matthieu Moy 5404c116aa diff: activate diff.renames by default 9 years ago
Nguyễn Thái Ngọc Duy e5f7a5d16f diff-no-index: do not take a redundant prefix argument 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 10 years ago
Thomas Gummerer aad90e85f8 diff: avoid some nesting 11 years ago
Thomas Gummerer 6df5762db3 diff: don't read index when --no-index is given 11 years ago
Thomas Gummerer 470faf9654 diff: move no-index detection to builtin/diff.c 11 years ago
Nguyễn Thái Ngọc Duy 887c6c18ba diff: restrict pathspec limitations to diff b/f case only 11 years ago
Felipe Contreras 4e7e4b6b1b diff: trivial style fix 11 years ago
Nguyễn Thái Ngọc Duy 5c6933d201 pathspec: support :(literal) syntax for noglob pathspec 11 years ago
Nguyễn Thái Ngọc Duy 5ab2a2dabd convert read_cache_preload() to take struct pathspec 11 years ago
Nguyễn Thái Ngọc Duy 8f4f8f4579 guard against new pathspec magic in pathspec matching code 11 years ago
Michael Haggerty 5b1e14eab3 cmd_diff(): make it obvious which cases are exclusive of each other 12 years ago
Michael Haggerty 026f09e796 cmd_diff(): rename local variable "list" -> "entry" 12 years ago
Michael Haggerty 33055fa823 cmd_diff(): use an object_array for holding trees 12 years ago
Michael Haggerty 91de344d76 builtin_diff_tree(): make it obvious that function wants two entries 12 years ago
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 12 years ago
Jeff King e54501004a diff: do not use null sha1 as a sentinel value 12 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 13 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 14 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' 15 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 16 years ago
Matt McCutchen b75271d93a "git diff <tree>{3,}": do not reverse order of arguments 16 years ago
Junio C Hamano 903e09a3ec diff/diff-files: do not use --cc too aggressively 16 years ago
Junio C Hamano a5a818ee48 diff: vary default prefix depending on what are compared 16 years ago