73 Commits (c6cc4c5afd2efd5f8081a3839b48d003de4e094f)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 16bb3d714d diff --no-index: use parse_options() instead of diff_opt_parse() 6 years ago
Jeff King 287ab28bfa diff: reuse diff setup for --no-index case 6 years ago
Nguyễn Thái Ngọc Duy e675765235 diff.c: remove implicit dependency on the_index 6 years ago
Brandon Williams 0d1e0e7801 diff: make struct diff_flags members lowercase 7 years ago
Brandon Williams 23dcf77f48 diff: remove DIFF_OPT_SET macro 7 years ago
Brandon Williams 3b69daed86 diff: remove DIFF_OPT_TST macro 7 years ago
Brandon Williams f9704c2d82 diff: convert fill_filespec to struct object_id 8 years ago
Jeff King e4da43b1f0 prefix_filename: return newly allocated string 8 years ago
Jeff King 116fb64e43 prefix_filename: drop length parameter 8 years ago
René Scharfe 402bf8e198 diff: use SWAP macro 8 years ago
René Scharfe 35d803bc9a use SWAP macro 8 years ago
Jeff King 7d8930d903 diff: handle --no-index prefixes consistently 8 years ago
Nguyễn Thái Ngọc Duy a1f06be3ff diff-no-index.c: use error_errno() 9 years ago
Duy Nguyen a97262c62f diff: make -O and --output work in subdirectory 9 years ago
Nguyễn Thái Ngọc Duy e5f7a5d16f diff-no-index: do not take a redundant prefix argument 9 years ago
Jeff King 00b6c178c3 use strbuf_complete to conditionally append slash 9 years ago
Junio C Hamano 0615173998 diff-no-index: align D/F handling with that of normal Git 10 years ago
Junio C Hamano c9e1f2c7f2 diff-no-index: DWIM "diff D F" into "diff D/F F" 10 years ago
Junio C Hamano ad1c3fbd26 diff-no-index: correctly diagnose error return from diff_opt_parse() 11 years ago
Brian Bourn fd3aeeab0d diff-no-index: replace manual "."/".." check with is_dot_or_dotdot() 11 years ago
Brian Bourn 9daf0ef065 diff-no-index: rename read_directory() 11 years ago
Thomas Gummerer 470faf9654 diff: move no-index detection to builtin/diff.c 11 years ago
Dale R. Worley b214eddfb2 diff --no-index: clarify operation when not inside a repository 12 years ago
Junio C Hamano c48f6816f0 diff: remove "diff-files -q" in a version of Git in a distant future 12 years ago
Junio C Hamano 95a7c546b0 diff: deprecate -q option to diff-files 12 years ago
Jonathan Nieder 380395d094 mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVE 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
Junio C Hamano 4682d8521c diff-index.c: "git diff" has no need to read blob from the standard input 13 years ago
Junio C Hamano 3b069b1beb diff-index.c: unify handling of command line paths 13 years ago
Junio C Hamano c20f592611 diff-index.c: do not pretend paths are pathspecs 13 years ago
Tim Henigan 304970dd5d diff-no-index: exit(1) if 'diff --quiet <repo file> <external file>' finds changes 13 years ago
Jeff King 546e0fd9e9 diff: handle relative paths in no-index 13 years ago
Jeff King af63b543ed do not run pager with diff --no-index --quiet 13 years ago
Jeff King 1af3d97751 fix pager.diff with diff --no-index 13 years ago
Bobby Powers 176a33542e diff --no-index: don't leak buffers in queue_diff 13 years ago
Bobby Powers f3999e0327 diff --no-index: reset temporary buffer lengths on directory iteration 13 years ago
Junio C Hamano 875b91b35d diff --no-index: use strbuf for temporary pathnames 13 years ago
Jim Meyering 48e510b6a2 diff: avoid stack-buffer-read-overrun for very long name 13 years ago
Nguyễn Thái Ngọc Duy 66f136252f Convert struct diff_options to use struct pathspec 14 years ago
Nguyễn Thái Ngọc Duy 16dc36fea8 diff-no-index: use diff_tree_setup_paths() 14 years ago
Thiago Farina 183113a5ca string_list: Add STRING_LIST_INIT macro and make use of it. 15 years ago
Julian Phillips 78a395d371 string_list: Fix argument order for string_list_insert 15 years ago
Clemens Buchacher 4e1f87959c test get_git_work_tree() return value for NULL 15 years ago
Jonathan Nieder d74bb308fa diff --no-index: make the usage string less scary 15 years ago
Felipe Contreras 4b25d091ba Fix a bunch of pointer declarations (codestyle) 16 years ago
Johannes Sixt 5d83f9c198 diff --no-index: Do not generate patch output if other output is requested 16 years ago
Johannes Schindelin 36adb4abbd MinGW: fix diff --no-index /dev/null ... 16 years ago
Michael Spang d61027b21f Skip timestamp differences for diff --no-index 16 years ago
Johannes Schindelin 418566b6fd Fix 'git diff --no-index' with a non-existing symlink target 16 years ago