76 Commits (96dc883b3cdae83d0499b26c588fcb762361fd95)

Author SHA1 Message Date
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Brandon Williams 66f414f885 diff-tree: convert diff_tree_sha1 to struct object_id 8 years ago
Brandon Williams b9acf54dbd combine-diff: convert diff_tree_combined to struct object_id 8 years ago
Brandon Williams f9704c2d82 diff: convert fill_filespec to struct object_id 8 years ago
Jeff King 30d005c020 diff: use blob path for blob/file diffs 8 years ago
Jeff King 158b06caee diff: use pending "path" if it is available 8 years ago
Jeff King d04ec74b17 diff: use the word "path" instead of "name" for blobs 8 years ago
Jeff King 42f5ba5bb6 diff: pass whole pending entry in blobinfo 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
brian m. carlson 740ee055c6 Convert lookup_tree to struct object_id 8 years ago
brian m. carlson fb4e352b40 Clean up outstanding object_id transforms. 8 years ago
brian m. carlson 910650d2f8 Rename sha1_array to oid_array 8 years ago
brian m. carlson 98a72ddc12 Make sha1_array_append take a struct object_id * 8 years ago
brian m. carlson 9c4b0f66aa builtin/diff: convert to struct object_id 8 years ago
René Scharfe 35d803bc9a use SWAP macro 8 years ago
Jeff King 28a4e58021 diff: always try to set up the repository 8 years ago
Jeff King 475b362c2a diff: skip implicit no-index check when given --no-index 8 years ago
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 12 years ago
Nguyễn Thái Ngọc Duy 5ab2a2dabd convert read_cache_preload() to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 8f4f8f4579 guard against new pathspec magic in pathspec matching code 12 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 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