67 Commits (7fe4a728a16cf4e873702f8478fa3e28e8ae89ce)

Author SHA1 Message Date
Junio C Hamano 903e09a3ec diff/diff-files: do not use --cc too aggressively 16 years ago
Nguyễn Thái Ngọc Duy 4f38f6b5ba diff*: fix worktree setup 16 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 17 years ago
Junio C Hamano aecbf914c4 git-diff: resurrect the traditional empty "diff --git" behaviour 17 years ago
Junio C Hamano fb13227e08 git-diff: squelch "empty" diffs 17 years ago
René Scharfe 89d07f750a diff: don't run pager if user asked for a diff style exit code 17 years ago
Jeff King 82cb8afa9b git-diff: turn on recursion by default 18 years ago
Junio C Hamano 43342941dd Diff between two blobs should take mode changes into account now. 18 years ago
Martin Koegler 01618a3ab1 use mode of the tree in git-diff, if <tree>:<file> syntax is used 18 years ago
Junio C Hamano f1af60bdba Support 'diff=pgm' attribute 18 years ago
Alex Riesen 41bbf9d585 Allow git-diff exit with codes similar to diff(1) 18 years ago
Johannes Schindelin fcfa33ec90 diff: make more cases implicit --no-index 18 years ago
Junio C Hamano 6c09c45138 diff --cached: give more sensible error message when HEAD is yet to be created. 18 years ago
Johannes Schindelin 75b62b489a git-diff: fix combined diff 18 years ago
Johannes Schindelin d516c2d119 Teach git-diff-files the new option `--no-index` 18 years ago
Junio C Hamano b4e1e4a787 run_diff_{files,index}(): update calling convention. 18 years ago
Junio C Hamano f2dd1c9adf Revert "git-diff: Introduce --index and deprecate --cached." 18 years ago
Andreas Ericsson 4c81c213a4 git-diff: Introduce --index and deprecate --cached. 18 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 18 years ago
David Rientjes a89fccd281 Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. 18 years ago
David Rientjes 0bef57ee44 make inline is_null_sha1 global 18 years ago
Junio C Hamano 306ea2df03 Fix git-diff A...B 19 years ago
Junio C Hamano 72ee96c0f1 check return value from diff_setup_done() 19 years ago
Ramsay Allan Jones 15e593e4d3 Fixup command names in some usage strings. 19 years ago
Junio C Hamano 53dd8a9cb5 Show both blob names from "git diff blob1 blob2" 19 years ago
Junio C Hamano f82cd3c610 Fix "git diff blob1 blob2" showing the diff in reverse. 19 years ago
Linus Torvalds a633fca0c0 Call setup_git_directory() much earlier 19 years ago
Linus Torvalds db6296a566 Call setup_git_directory() early 19 years ago
Junio C Hamano ef1d9c5aa4 log and diff family: honor config even from subdirectories 19 years ago
Junio C Hamano 9919f41c91 git-diff A...B to (usually) mean "git-diff `git-merge-base A B` B" 19 years ago
Linus Torvalds 1974632c66 Remove TYPE_* constant macros and use object_type enums consistently. 19 years ago
Pavel Roskin 82e5a82fd7 Fix more typos, primarily in the code 19 years ago
Junio C Hamano 83ad63cfeb diff: do not use configuration magic at the core-level 19 years ago
Timo Hirvonen 5faf64cd28 Remove awkward compatibility warts 19 years ago
Junio C Hamano 047fbe906b builtin-diff: turn recursive on when defaulting to --patch format. 19 years ago
Timo Hirvonen c9b5ef998a Set default diff output format after parsing command line 19 years ago
Timo Hirvonen a610786f4b Make --raw option available for all diff commands 19 years ago
Timo Hirvonen c6744349df Merge with_raw, with_stat and summary variables to output_format 19 years ago